mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
ba2fb599cd002b57fa70e978d91884c98d8aad05
For release announces since 0.42.2, see: 0.43.0: [1], 0.43.2: [2], 0.43.4: [3], 0.44.0: [4], 0.44.2: [5]. In version 0.43.0, pixman dropped the autotools build system, and moved to meson, so this package update follows along. Some notes: - The arm-iwmmxt has no equivalent (in 0.44.2, there's a patch in master re-adding such an option) - The new mmx, sse2, ssse3 and a64-neon options are handled. - Patch 0001 is no longer needed as the new build system as a 'tests' option that allows to disable test. - Patches 0002 and 0003 are dropped as they are all upstream. This bump was tested with a significant subset of the pixman reverse dependencies: BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_PACKAGE_FOOT=y BR2_PACKAGE_IGT_GPU_TOOLS=y BR2_PACKAGE_MESA3D=y BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST=y BR2_PACKAGE_MESA3D_OPENGL_EGL=y BR2_PACKAGE_MESA3D_OPENGL_ES=y BR2_PACKAGE_XORG7=y BR2_PACKAGE_XSERVER_XORG_SERVER=y BR2_PACKAGE_XDRIVER_XF86_VIDEO_FBTURBO=y BR2_PACKAGE_WLROOTS=y BR2_PACKAGE_WLROOTS_X11=y BR2_PACKAGE_WLROOTS_XWAYLAND=y BR2_PACKAGE_QEMU=y BR2_PACKAGE_QEMU_SYSTEM=y See test result at: https://gitlab.com/tpetazzoni/buildroot/-/pipelines/1609533944. Note that the overall pipeline failed because the build of Qemu fails on RISC-V for completely unrelated reasons. [1] https://lists.cairographics.org/archives/cairo-announce/2024-January/000230.html [2] https://lists.cairographics.org/archives/cairo-announce/2024-January/000233.html [3] https://lists.cairographics.org/archives/cairo-announce/2024-February/000234.html [4] https://lists.cairographics.org/archives/cairo-announce/2024-November/000235.html [5] https://lists.cairographics.org/archives/cairo-announce/2024-December/000236.html Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [Julien: add links to release announces] 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 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%