mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
8f2228d6c9e2cc1e8447c3555d89495d0f9ba53e
libftdi1's commit 2a992306c0acf938b29fa0cd5fbc160e24424209 introduced support for independent static/shared library building. But the proper building of the ftid_eeprom tool was introduced later in commit eaf42c00bfab5d6bbd8106b11a697ff4f2d7659f. So let's update to the latest commit that also includes other fixes: 92d657bcb543a9622947d984d4a8e725fb680e8c ChangeLog: Add license clarifications 06fa7fa342a6976a3745894b46babfa5fde841f7 ftdipp: Add wrapper for ftdi_set_module_detach_mode() 120c3495ba82ae9c35a7518248b2e45dfbc36ea7 Merge branch 'prepare-release' c4b7675a43dcd8fa7c1c42708d5665a2a02e86e4 Set version number to 1.6rc1 c0c8c923829e1c391d7ca951e12b50092d6435f1 Prepare changelog for 1.6rc1 9341a7e8efc07c213c872ced62fc03c03a270b44 Increase copyright year to 2026 f9301536f4004d42cec4dd36f2505679459aae4e Update AUTHORS with contributors since v1.5 ed9d31e41a6ec695fd610e4d718ccc8bb6aefa4b Merge branch 'clarify-license' 84497180578f481758042c73eee9ec0eb60bace3 COPYING.LIB: Update to LGPL v2.1 4ec5bc584c27c333f74eca524de5a0839c983935 LICENSE: Clarify the main ftdi lib is LGPL v2.1 only 61ad454af3e0a886a665659b73729872cfb564a0 LICENSE: Clarify ftdi_eeprom is GPL v2 only 630a27f240fd784c7c3f5d75e7c880eca3a66cf8 Replace tabs in fall-through comments 4f600d690ee0dcbecef4b02edb5700fe84c4a9b3 Modernize Boost detection for CMake 3.30+ f7ed9dd371f9387ed5b715a4f316eea9f85de48d python/CMakeLists.txt: rework Python development files detection eaf42c00bfab5d6bbd8106b11a697ff4f2d7659f ftdi_eeprom: fix static build f554d7cd432d3056b1ca62bf09cc4003bf307912 Ignore JetBrains IDE files 019f48462836c9f3a0a1f113a351395ddcf99640 CMake: auto-format all CMake files Licence files changed due to copyright year change as also some licence clarifications described in patches: 84497180578f481758042c73eee9ec0eb60bace3 4ec5bc584c27c333f74eca524de5a0839c983935 61ad454af3e0a886a665659b73729872cfb564a0 Fixes: https://autobuild.buildroot.org/results/8e1299b9ce28df2a848310c5bfb968f59cd8794c/ 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%