Buildroot

Buildroot
A yellow hardhat, similar to those used by construction workers
Developer(s) Peter Korsgaard and others
Initial release January 12, 2005 (2005-01-12)[1]
Stable release
2016.05[2][3] / May 31, 2016 (2016-05-31)
Preview release
2016.05-rc3[4] / May 26, 2016 (2016-05-26)
Repository git.busybox.net/buildroot
Written in Make, shell and C
Operating system Linux
Platform Embedded Linux
Type Build automation
License GNU GPL version 2 or later
Website www.buildroot.org

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.[5][6][7]:23,1012[8]

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 and PowerPC.[7]:2 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.[9][10]: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.[10]:15[11]

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.[6][10]:67,18[12]

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).[6] The project started in 2001, with initial intentions to serve as a testbed for uClibc. New releases are made available every three months.[7]:5[10]:4

See also

References

  1. "Old Buildroot downloads (index of /downloads/old)". buildroot.org. Retrieved August 16, 2015.
  2. "Buildroot CHANGES file: 2016.05". busybox.net. May 31, 2016. Retrieved June 1, 2016.
  3. Peter Korsgaard (May 31, 2016). "[Buildroot] Buildroot 2016.05 released". busybox.net. Retrieved June 1, 2016.
  4. "Buildroot CHANGES file: 2016.05-rc3". busybox.net. May 26, 2016. Retrieved May 31, 2016.
  5. Alexander Sirotkin (August 31, 2011). "Roll Your Own Embedded Linux System with Buildroot". Linux Journal. Retrieved December 18, 2014.
  6. 1 2 3 "Buildroot: Making embedded Linux easy". buildroot.org. Retrieved December 18, 2014.
  7. 1 2 3 "The Buildroot User Manual" (PDF). buildroot.org. December 1, 2014. Retrieved December 18, 2014.
  8. Tom Parkin (April 27, 2010). "Tools and distributions for embedded Linux development". LWN.net. Retrieved August 16, 2015.
  9. "Buildroot's changelog (CHANGES file)". git.buildroot.net. December 1, 2014. Retrieved December 18, 2014.
  10. 1 2 3 4 Peter Korsgaard (October 26, 2013). "Buildroot: What's new?" (PDF). elinux.org. Retrieved December 18, 2014.
  11. "OpenWrt Buildroot – About". openwrt.org. December 6, 2014. Retrieved December 18, 2014.
  12. "Linux4SAM: BuildRoot". at91.com. July 15, 2013. Retrieved August 16, 2015.

External links

This article is issued from Wikipedia - version of the 11/14/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.