Английская Википедия:Buildroot
Шаблон:Use mdy dates Шаблон:Infobox software
Buildroot is a set of Makefiles and patches that simplifies and automates the process of building a complete and bootable Linux environment for an embedded system, while using cross-compilation to allow building for multiple target platforms on a single Linux-based development system. Buildroot can automatically build the required cross-compilation toolchain, create a root file system, compile a Linux kernel image, and generate a boot loader for the targeted embedded system, or it can perform any independent combination of these steps. For example, an already installed cross-compilation toolchain can be used independently, while Buildroot only creates the root file system.[1][2][3]Шаблон:Rp[4]
Buildroot is primarily intended to be used with small or embedded systems based on various computer architectures and instruction set architectures (ISAs), including x86, ARM, MIPS, PowerPC and RISC-V.[5] Numerous architectures and their variants are supported; Buildroot also comes with default configurations for several off-the-shelf available embedded boards, such as Cubieboard, Raspberry Pi and SheevaPlug.[6][7]Шаблон:Rp 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.[7]Шаблон:Rp[8]
Multiple C standard libraries are supported as part of the toolchain, including the GNU C Library, uClibc and musl, as well as the C standard libraries that belong to various preconfigured development environments, such as those provided by Linaro. Buildroot's build configuration system internally uses Kconfig, which provides features such as a menu-driven interface, handling of dependencies, and contextual help; Kconfig is also used by the Linux kernel for its source-level configuration. Buildroot is organized around numerous 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 cramfs, JFFS2, romfs, SquashFS and UBIFS.[2][7]Шаблон:Rp[9]
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).[2] The project started in 2001, with initial intentions to serve as a testbed for uClibc. New releases are made available every three months.[3]Шаблон:Rp[7]Шаблон:Rp
See also
- BitBakeШаблон:Snd a make-like build tool focusing on cross-compiled packages and embedded Linux distributions
- BusyBoxШаблон:Snd a software project that provides several stripped-down Unix tools in a single executable file
- Linux distributionШаблон:Snd an operating system made as a collection of software based on the Linux kernel and, often, a package management system
- OpenEmbeddedШаблон:Snd a software framework for creating Linux distributions tailored for embedded devices
- uClibcШаблон:Snd a small C standard library intended for Linux-based embedded systems
- Yocto ProjectШаблон:Snd a Linux Foundation workgroup focusing on architecture-independent embedded Linux distributions
- OpenWrtШаблон:Snd an open source project for building Linux for embedded network devices based on Buildroot
References
External links
- Шаблон:Official website
- Buildroot: What's new?, Embedded Linux Conference 2014, by Thomas Petazzoni
- Buildroot: A deep dive into the core, Embedded Linux Conference Europe 2014, by Thomas Petazzoni
- Deciding between Buildroot and Yocto, LWN.net, April 6, 2016, by Nathan Willis
Шаблон:Linux Шаблон:Mobile operating systems Шаблон:Real-time operating systems Шаблон:Embedded systems