mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
631ab85437d2a3a7291eae687da2f5c5af21caa4
Changelog: https://docs.mender.io/release-information/release-notes-changelog/mender-artifact License changes: New: Apache 2.0: LICENSE: 2024 -> 2025 vendor/cloud.google.com/go/auth/LICENSE vendor/cloud.google.com/go/auth/oauth2adapt/LICENSE vendor/github.com/kylelemons/godebug/LICENSE vendor/go.opentelemetry.io/otel/trace/LICENSE vendor/go.opentelemetry.io/otel/LICENSE vendor/go.opentelemetry.io/otel/metric/LICENSE vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/LICENSE vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/LICENSE vendor/go.opentelemetry.io/auto/sdk/LICENSE vendor/github.com/go-logr/logr/LICENSE vendor/github.com/go-logr/stdr/LICENSE BSD 2 clause: vendor/github.com/pkg/browser/LICENSE BSD 3 clause: vendor/golang.org/x/sync/LICENSE vendor/github.com/google/uuid/LICENSE ISC: vendor/github.com/decred/dcrd/dcrec/secp256k1/v4/LICENSE MIT: vendor/github.com/Azure/azure-sdk-for-go/sdk/internal/LICENSE.txt vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/LICENSE.txt vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal/LICENSE.txt vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys/LICENSE.txt vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/LICENSE.txt vendor/github.com/AzureAD/microsoft-authentication-library-for-go/LICENSE vendor/github.com/goccy/go-json/LICENSE vendor/github.com/golang-jwt/jwt/v5/LICENSE vendor/github.com/lestrrat-go/iter/LICENSE vendor/github.com/lestrrat-go/blackmagic/LICENSE vendor/github.com/lestrrat-go/backoff/v2/LICENSE vendor/github.com/lestrrat-go/httpcc/LICENSE vendor/github.com/lestrrat-go/option/LICENSE vendor/github.com/lestrrat-go/jwx/LICENSE MPL-2.0: vendor/github.com/felixge/httpsnoop/LICENSE.txt Modified: Apache 2.0: vendor/github.com/mendersoftware/progressbar/LICENSE: 2021 -> 2025 BSD 3: vendor/golang.org/x/net/LICENSE: Google INC -> Google LLC vendor/golang.org/x/oauth2/LICENSE: Google INC -> Google LLC vendor/golang.org/x/text/LICENSE: Google INC -> Google LLC vendor/golang.org/x/crypto/LICENSE: Google INC -> Google LLC vendor/golang.org/x/time/LICENSE: Google INC -> Google LLC Removed: Apache 2.0: vendor/google.golang.org/appengine/LICENSE vendor/cloud.google.com/go/compute/LICENSE vendor/go.opencensus.io/LICENSE vendor/github.com/golang/groupcache/LICENSE BSD 3 Clause: vendor/github.com/golang/protobuf/LICENSE vendor/golang.org/x/crypto/LICENSE vendor/golang.org/x/time/LICENSE Tested with ./support/testing/run-tests tests.package.test_mender 08:48:07 TestMenderSystemd Starting 08:48:35 TestMenderSystemd Cleaning up 08:48:35 TestMenderRW Starting 08:48:46 TestMenderRW Cleaning up 08:48:46 TestMenderRO Starting 08:48:46 TestMenderRO Building 08:55:02 TestMenderRO Building done 08:55:13 TestMenderRO Cleaning up ---------------------------------------------------------------------- Ran 3 tests in 425.930s OK Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
…
…
…
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.6%
Python
18.8%
C
8.5%
Shell
6.2%
PHP
1.4%
Other
2.1%