mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
883c977c9a65432b408f33a7d445ba6b16a36647
See changelog: https://github.com/KhronosGroup/glslang/blob/15.3.0/CHANGES.md Fixes build issue: error: ‘uint32_t’ has not been declared, encountered on GCC v15, caused by cstdint not being implicitly included. https://bugs.gentoo.org/937261 This commit also adds host-spriv-tools in _DEPENDENCIES to use the version packaged in Buildroot. It also adds ALLOW_EXTERNAL_SPIRV_TOOLS=ON in _CONF_OPTS, which was added in upstream commit [1], introduced in version 13.0.0. Also, when trying to build this python-glslang version 15.3.0 on a host providing cmake < 3.26, the configuration fails with the error message: CMake Error at CMakeLists.txt:345 (add_test): Error evaluating generator expression: $<TARGET_RUNTIME_DLL_DIRS:spirv-remap> Expression did not evaluate to a known generator expression This happens in the Buildroot docker reference image, which provides a cmake version 3.25. To workaround this issue which happen in glslang testing code, this commit disable those tests by adding GLSLANG_TESTS=OFF in _CONF_OPTS. [1]3805888a57Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com> [Julien: - resolve merge conflict - update changelog link to use version tag - disable glslang tests ] Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit53076f0eba) Signed-off-by: Thomas Perale <thomas.perale@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.6%
Python
18.8%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.2%