my fork of buildroot
  • Makefile 63.2%
  • Python 18.1%
  • C 8.6%
  • Shell 6.1%
  • PHP 1.4%
  • Other 2.2%
Find a file
Bryan Brattlof 1ec31165e5 FROMLIST: boot/ti-k3-r5-loader: add defconfig fragment support
There are multiple tiboot3.bin builds used to support different boot
methods or features for a board. These features are selected by
defconfig fragments. Allow the ti-k3-r5-loader package to select the
fragments during a build.

Change-ID: 20251204-k3-r5-loader-fragments-361242db4c92
Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com>
2025-12-28 16:44:23 -06:00
.github .github: add github action to automate PR handling 2024-07-09 11:43:02 +02:00
.gitlab/issue_templates gitlab: fix issue template 2024-09-11 21:24:40 +02:00
arch arch: drop support for ARC big-endian 2025-12-13 17:39:02 +01:00
board configs/raspberrypi*: bump kernel version to 21b4101 (6.12.61) 2025-12-24 00:09:51 +01:00
boot FROMLIST: boot/ti-k3-r5-loader: add defconfig fragment support 2025-12-28 16:44:23 -06:00
configs configs/raspberrypi*: bump kernel version to 21b4101 (6.12.61) 2025-12-24 00:09:51 +01:00
docs docs/manual: mention CVE trailer 2025-12-13 14:50:07 +01:00
fs fs/squashfs: correct aarch64 conditional 2025-11-18 08:02:01 +01:00
linux package/linux-headers: drop 6.17.x option 2025-12-18 22:29:31 +01:00
package package/python-pysnmp-mibs: update tarball URL 2025-12-28 23:02:44 +01:00
support support/testing: add tio runtime test 2025-12-28 22:57:20 +01:00
system system: add support for merged /usr/sbin (aka merged-bin) 2025-11-05 23:10:20 +01:00
toolchain toolchain/Config.in: drop BR2_TOOLCHAIN_HAS_GCC_BUG_121567 2025-12-27 16:26:15 +01:00
utils package/perl: bump to version 5.42.0 2025-12-19 19:01:06 +01:00
.b4-config .b4-config: check patches with ./utils/check-package 2025-02-04 18:44:39 +01:00
.checkpackageignore package/x11r7/xdriver_xf86-video-nouveau: bump version to 1.0.18 2025-12-26 17:39:24 +01:00
.clang-format .clang-format: initial import from Linux 5.15.6 2022-01-01 15:01:13 +01:00
.defconfig arch: disable nios2 2025-01-15 21:30:31 +01:00
.editorconfig editorconfig: leave patch files alone wrt trainling spaces 2024-06-11 21:55:21 +02:00
.flake8 Revert ".flake8: fix check for 80/132 columns" 2021-01-02 17:38:20 +01:00
.gitignore gitignore: ignore multiple output directories 2024-07-26 09:31:56 +02:00
.gitlab-ci.yml .gitlab-ci.yml: use Debian 12-based container with fixed 32bit support 2025-02-20 20:15:54 +01:00
.shellcheckrc utils/check-package: improve shellcheck reproducibility 2022-07-25 23:52:47 +02:00
CHANGES Update for 2025.11 2025-12-11 23:46:12 +01:00
Config.in Config.in: introduce BR2_HOST_GCC_AT_LEAST_{12..15} 2025-04-21 23:50:50 +02:00
Config.in.legacy package/opencv3: drop support for ffmpeg 2025-12-27 15:38:53 +01:00
COPYING COPYING: add exception about patch licensing 2016-02-26 19:50:13 +01:00
DEVELOPERS support/testing: add tio runtime test 2025-12-28 22:57:20 +01:00
Makefile Kickoff 2026.02 cycle 2025-12-12 08:21:41 +01:00
Makefile.legacy Remove BR2_DEPRECATED 2016-10-15 23:14:45 +02:00
README docs: move the IRC channel away from Freenode 2021-05-29 22:16:23 +02:00

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