b6861678e1
Changes log: https://wiki.qemu.org/ChangeLog/8.0 Remove upstream patch: 0003-Revert-linux-user-add-more-compat-ioctl-definitions.patch 0004-Revert-linux-user-fix-compat-with-glibc-2.36-sys-mou.patch Remove --disable-virtiofsd [1] The "linux-user: fix compat with glibc >= 2.36 sys/mount.h" fix has been reverted, so Qemu expect distros to ship the 2.36 maint release with the fix [2]. So any existing glibc 2.36 based toolchain without the fix will fail again to build qemu. System emulation on 32-bit x86 hosts has been deprecated. The QEMU project no longer considers 32-bit x86 host support for system emulation to be an effective use of its limited resources, and thus intends to discontinue. User mode emulation continues to be supported on 32-bit hosts Disable Hexagon idef-parser compiler to avoid build issue while building hexagon-linux-user for the target. Indeed idef-parser is a host (native) tool that requires host-glib2, host-flex and host-bison. Keep it disabled for now since hexagon-linux-user build with --disable-hexagon-idef-parser. Runtime tested in gitlab: https://gitlab.com/kubu93/buildroot/-/pipelines/845076149 [1] |
||
---|---|---|
arch | ||
board | ||
boot | ||
configs | ||
docs | ||
fs | ||
linux | ||
package | ||
support | ||
system | ||
toolchain | ||
utils | ||
.checkpackageignore | ||
.clang-format | ||
.defconfig | ||
.flake8 | ||
.gitignore | ||
.gitlab-ci.yml | ||
.shellcheckrc | ||
CHANGES | ||
Config.in | ||
Config.in.legacy | ||
COPYING | ||
DEVELOPERS | ||
Makefile | ||
Makefile.legacy | ||
README |
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