mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
7b4561650d6b0d76d04a81f7fbe6c5630ec93087
mender-artifact now explicitly depends on host-openssl and uses host-pkgconf
to find the correct libraries.
Use the same variables as defined in HOST_MAKE_ENV (in package/Makefile.in) for
HOST_MENDER_ARTIFACT_GO_ENV.
The updated mender-artifact package introduces the write bootstrap-artifact
argument which is needed for mender versions >= 3.5.1.
License changes:
New:
Apache 2.0:
vendor/google.golang.org/genproto/googleapis/api/LICENSE
vendor/google.golang.org/genproto/googleapis/rpc/LICENSE
vendor/cloud.google.com/go/compute/metadata/LICENSE
Removed:
Apache 2.0:
vendor/cloud.google.com/go/LICENSE
MIT:
vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE
vendor/go.uber.org/atomic/LICENSE.txt
vendor/github.com/mitchellh/go-testing-interface/LICENSE
vendor/github.com/mitchellh/copystructure/LICENSE
vendor/github.com/mitchellh/reflectwalk/LICENSE
vendor/github.com/mattn/go-colorable/LICENSE
vendor/github.com/fatih/color/LICENSE.md
vendor/github.com/armon/go-radix/LICENSE
vendor/github.com/armon/go-metrics/LICENSE
MPL-2.0:
vendor/github.com/hashicorp/go-version/LICENSE
vendor/github.com/hashicorp/go-uuid/LICENSE
vendor/github.com/hashicorp/go-plugin/LICENSE
vendor/github.com/hashicorp/golang-lru/LICENSE
Modified:
Apache 2.0:
vendor/gopkg.in/square/go-jose.v2/LICENSE
vendor/github.com/oklog/run/LICENSE
BSD 3 Clause:
vendor/github.com/golang/snappy/LICENSE
vendor/gopkg.in/square/go-jose.v2/json/LICENSE
vendor/github.com/pierrec/lz4/LICENSE
MIT:
vendor/github.com/urfave/cli/LICENSE
vendor/github.com/klauspost/pgzip/LICENSE
vendor/github.com/hashicorp/go-hclog/LICENSE
MPL-2.0:
vendor/github.com/hashicorp/vault/sdk/LICENSE
vendor/github.com/hashicorp/vault/api/LICENSE
vendor/github.com/hashicorp/yamux/LICENSE
vendor/github.com/hashicorp/go-immutable-radix/LICENSE
Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
…
…
…
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at http://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on OFTC IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches
Description
Languages
Makefile
62.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%