Buildroot

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 197.15.204.72 (talk) at 00:26, 18 May 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Buildroot
Developer(s)Peter Korsgaard and others
Initial releaseJanuary 12, 2005; 19 years ago (2005-01-12)[1]
Stable release
2016.02[2][3] / March 1, 2016; 8 years ago (2016-03-01)
Preview release
2016.05-rc2[4] / May 17, 2016; 7 years ago (2016-05-17)
Repository
Written inMake, shell and C
Operating systemLinux
PlatformEmbedded Linux
TypeBuild automation
LicenseGNU GPL version 2 or later
Websitewww.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]: 2–3, 10–12 [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 Embedded GLIBC, GNU C Library and uClibc, 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]: 6–7, 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

  • BitBake – a make-like build tool focusing on cross-compiled packages and embedded Linux distributions
  • BusyBox – a software project that provides several stripped-down Unix tools in a single executable file
  • Linux distribution – an operating system made as a collection of software based on the Linux kernel and, often, a package management system
  • OpenEmbedded – a software framework for creating Linux distributions tailored for embedded devices
  • uClibc – a small C standard library intended for Linux-based embedded systems
  • Yocto Project – a Linux Foundation workgroup focusing on architecture-independent embedded Linux distributions

References

  1. ^ "Old Buildroot downloads (index of /downloads/old)". buildroot.org. Retrieved August 16, 2015.
  2. ^ "Buildroot CHANGES file: 2016.02". busybox.net. March 1, 2016. Retrieved April 20, 2016.
  3. ^ Peter Korsgaard (March 1, 2016). "[Buildroot] Buildroot 2016.02 released". busybox.net. Retrieved April 20, 2016.
  4. ^ "Buildroot CHANGES file: 2016.05-rc2". busybox.net. May 17, 2016. Retrieved May 17, 2016.
  5. ^ Alexander Sirotkin (August 31, 2011). "Roll Your Own Embedded Linux System with Buildroot". Linux Journal. Retrieved December 18, 2014. {{cite web}}: Italic or bold markup not allowed in: |publisher= (help)
  6. ^ a b c "Buildroot: Making embedded Linux easy". buildroot.org. Retrieved December 18, 2014.
  7. ^ a b c "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. ^ a b c d 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