mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
b612b90238d729b9f74cdb52d8de3a9a2bd50194
Changes between 1.6.2 and 1.6.3: 805e407f6f1f723023f06d9a3e7e0b8a23b023f7 (HEAD, tag: 1.6.3) Merge branch 'version-1.6.3' into 'stable-1.6' 11504f3a0f24bcaec4191ef3fc4c8d4c8c942bd1 Version bump to 1.6.3. e2129f7794a9bbc4d9c4385d84d33a3b1a6739a4 Merge branch 'genet-6.12' into 'stable-1.6' 5b3663e15bcea8050a2a45adb2c3c0ade4f17d96 Merge branch 'fake_without_domain' into 'stable-1.6' d15936b8b5cf3096251b6118dfd0a069b6ba88b6 Merge branch 'fix_ccat_aarch64' into 'stable-1.6' dab517b9cab6ec7328af166026359d32735914d8 Merge branch 'tty-module-fixes' into 'stable-1.6' fa7c40b63e6025eb4d9261f5e10611e0e6fafe57 Merge branch 'fix_warnings' into 'stable-1.6' d06a18f934aac931e4dff37703e0f646e3088bb8 Fix -Wold-style-declaration. 60dd4f94eca2b2a0007523e6955faf48ba81990e Fix -Wmissing-prototypes c2cbfa5b93439cd7f742870d8f4fe234af8f7c98 [FEAT] add genet device driver for kernel 6.12 de9efb77700b2cd055f8f4dd49827d1ee34fc093 Fix ccat for aarch64 >= 6.11.0 2824232792364140569d522627b48a64e5d3a690 tty/module.c: fix ec_tty_send_xchar() prototype for Linux >= 6.8 27175946c4ea55a426cdcdc1278a7d7c433d2a57 tty/module.c: fix ec_tty_write() prototype for Linux >= 6.6 aed3ba0acb2c355be562cfbdb3a375682412c144 tty/module.c: mark internal functions as static c117849d02cf53b7fe338c39798b6e3b81b3a812 Removed FAKE_EC_DOMAIN_PERMUTATION. 5ae76628930094caed35c58dc2099b241e7d82a6 Removed domain permutation from documentation; fixed some typos. 2e9101da99b18700e23587e04751050cf07de632 Remove domain information from RtIPC path. ca66cd6ae9b821bfbec6d68ee1b43da359c5894c Merge branch 'remove-inline-statement' into 'stable-1.6' 5802c72818df07d34469630a8943915cce738626 Remove unnecessary inline statement causing build -O0 problems Patch 0001-tty-module.c-mark-internal-functions-as-static.patch merged upstream as of aed3ba0acb2c355be562cfbdb3a375682412c144. Patch 0002-tty-module.c-fix-ec_tty_write-prototype-for-Linux-6..patch merged upstream as of 27175946c4ea55a426cdcdc1278a7d7c433d2a57. Patch 0003-tty-module.c-fix-ec_tty_send_xchar-prototype-for-Lin.patch merged upstream as of 2824232792364140569d522627b48a64e5d3a690. Patch 0004-Remove-unnecessary-inline-statement-causing-build-O0.patch merged upstream as of 5802c72818df07d34469630a8943915cce738626. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> 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%