mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
cc224761b04ac447ef708838a298f09ccaca1595
Packaging changes: - Drop patch that is upstream (it was an upstream backport) - double-conversion now requires CMake 3.29, so we select BR2_HOST_CMAKE_AT_LEAST_3_29 Upstream changes: CMake: Raised required version to 3.5 by @heirecka in #240 Bump ossf/scorecard-action from 2.4.0 to 2.4.1 by @dependabot[bot] in #241 Always initialize decimal-point variable. by @floitsch in #244 Explain that ToShortest might not be the shortest. by @floitsch in #245 Add higher bound for cmake. by @floitsch in #246 Bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot[bot] in #248 Bump lukka/get-cmake from 4.0.2 to 4.0.3 by @dependabot[bot] in #250 Bump lukka/get-cmake from 4.0.3 to 4.1.0 by @dependabot[bot] in #252 Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #253 Bump lukka/get-cmake from 4.1.0 to 4.1.1 by @dependabot[bot] in #254 Add alias double-conversion::double-conversion by @Flamefire in #255 Revert "Add _ITERATOR_DEBUG_LEVEL=2 and _DEBUG defines (#202)" by @Osyotr in #256 Bump ossf/scorecard-action from 2.4.2 to 2.4.3 by @dependabot[bot] in #259 Install pkg-config file (from CMake build) by @Ericson2314 in #262 Update CI runners and minimal cmake. by @floitsch in #257 Bump lukka/get-cmake from 4.1.1 to 4.1.2 by @dependabot[bot] in #258 Bump lukka/get-cmake from 4.1.2 to 4.2.0 by @dependabot[bot] in #264 Bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #265 Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #266 Prepare new release. by @floitsch in #267 See https://github.com/google/double-conversion/releases/tag/v3.4.0 Tested in a defconfig that has the two reverse dependencies of double-conversion in Buildroot: BR2_aarch64=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE=y BR2_PACKAGE_QT6=y BR2_PACKAGE_PYTHON3=y BR2_PACKAGE_PYTHON_UJSON=y Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
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 https://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%