mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
c61934611111cb3ea04604707052b1387bde5134
Added new dependency to libdisplay-info for gbm support:ce9626479cAdded new required dependency to tinyxml2:9e983ed044Please note that parts of kodi still use tinyxml so both dependencies are needed. Added new required dependency to libudfread: Since upstream commit5f9b9cfa26kodi does not build anymore without libudfread. Upstream removed the bundled groovy/apache commons binaries:d6bc920e05- JsonSchemaBuilder fixes: Upstream moved CMakeLists.txt to src/ subfolder:7e87d98ca5- TexturePacker fixes: texturepacker now depends on c++17:54bd6d7ab5Since the host version of texturepacker is a build dependency of kodi: https://github.com/xbmc/xbmc/blob/Omega/CMakeLists.txt#L187 https://github.com/xbmc/xbmc/blob/Omega/CMakeLists.txt#L472 we add a new dependency to BR2_HOST_GCC_AT_LEAST_9. Upstream moved CMakeLists.txt to src/ subfoldere336a75f42Due to this update we can remove all of our patches for texturepacker. - Kodi fixes: Set KODI_SOURCE_DIR variable to root directory of the source tarball. When building natively, outside of a meta buildsystem like Buildroot, kodi builds its own tools as part of its build process. TexturePacker needs cmake modules available from the top of the Kodi source tree, a source file in a sub-directory at the top-level source tree, which itself needs includes from the same sub-dir. The Kodi build process sets KODI_SOURCE_DIR so that TexturePacker can find those files. In Buildroot, as we cross-build, we build the tools explicitly, without using the Kodi build process, and thus we must set KODI_SOURCE_DIR to the root directory of the source tarball. LibreELEC added something similar:70abdd27a2Signed-off-by: Bernd Kuhls <bernd@kuhls.net> 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.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%