Difference between revisions of "Embedded Linux Distributions"

From eLinux.org
Jump to: navigation, search
(Other distros: added embedded gentoo)
(Configuration and Build systems)
Line 26: Line 26:
 
* [http://buildroot.uclibc.org/ buildroot]
 
* [http://buildroot.uclibc.org/ buildroot]
 
** Buildroot is a set of Makefiles and patches that makes it easy generate a cross-compilation toolchain and root filesystem for your target Linux system using the uClibc C library.
 
** Buildroot is a set of Makefiles and patches that makes it easy generate a cross-compilation toolchain and root filesystem for your target Linux system using the uClibc C library.
 +
* [http://www.pengutronix.de/software/ptxdist/index_en.html PTXdist]
 +
** Kconfig based build system developed by [http://www.pengutronix.de/index_en.html Pengutronix]
 +
** GPL licensed
 
* [http://www.linuxfromscratch.org/ Linux From Scratch]
 
* [http://www.linuxfromscratch.org/ Linux From Scratch]
 
* [[Qplus Target Builder]] - Target image builder from ETRI
 
* [[Qplus Target Builder]] - Target image builder from ETRI

Revision as of 02:33, 12 November 2008

Here is some information about embedded Linux distributions, and kernel configuration and build systems:

Vendor distros

Other distros

Special purpose embedded Linux distributions

Configuration and Build systems

  • Building Embedded Userlands - Presentation by Ned Miljevic & Klaas van Gend at the ELC 2008 which compares different configuration and build systems