| Buildroot | |
|---|---|
| | |
| Developers | Peter Korsgaard and others |
| Initial release | January 12, 2005 [1] |
| Stable release | 2024.05.9 [2] / December 8, 2024 |
| Repository | |
| Written in | Make, shell and C |
| Operating system | Linux |
| Platform | Embedded Linux |
| Size | 6.2 MB |
| Type | Build automation |
| License | GNU GPL version 2 or later |
| Website | buildroot |
Buildroot is a set of Makefile and patch files that automates the process of building Linux-based system software for an embedded system; including cross-compiling to a target platform that differs from the build system. Buildroot can build a cross-compilation toolchain, a root file system, a Linux kernel image, and a boot loader. [3] [4] [5] : 2–3, 10–12 [6]
Buildroot supports multiple computer and instruction set architectures including x86, ARM, MIPS, PowerPC and RISC-V. [7] Buildroot comes with configurations for several off-the-shelf embedded boards, such as Cubieboard, Raspberry Pi and SheevaPlug. [8] [9] : 25 Several third-party projects and products use Buildroot as the basis for their build systems, including the OpenWrt project that creates an embedded operating system, and firmware for the customer-premises equipment (CPE) used by the Google Fiber broadband service. [9] : 15 [10]
Multiple C standard library variants are supported, including the GNU C Library, uClibc and musl, as well as those belonging to various preconfigured development environments, such as Linaro. Buildroot's build configuration system internally uses Kconfig (which is part of the Linux codebase), to provide features such as a menu-driven interface, handling of dependencies, and contextual help. Buildroot is organized as multiple, automatically downloaded packages, which contain the source code of various userspace applications, system utilities, and libraries. Root file system images, which are the final results, may be built using various file systems, including EROFS, cramfs, JFFS2, romfs, SquashFS and UBIFS. [4] [9] : 6–7, 18 [11]
Buildroot is free and open-source software, maintained by Peter Korsgaard and licensed under version 2 or later of the GNU General Public License (GPL). [4] The project started in 2001, with initial intentions to serve as a testbed for uClibc. New releases are made available every three months. [5] : 5 [9] : 4
Buildroot 2024.02.9 is released