Differences between revisions 18 and 21 (spanning 3 versions)
Revision 18 as of 2011-05-27 08:17:56
Size: 3336
Editor: NeilWilliams
Comment:
Revision 21 as of 2011-05-29 00:42:53
Size: 3514
Editor: PaulWise
Comment: fix incorrect arch name
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
 * Debian derivatives census page:
 * Debian page:
 * Debian derivatives census page: [[Derivatives/Census/Emdebian]]
 * Debian page: http://www.debian.org/misc/children-distros
Line 32: Line 32:
 * Distribution type:
 * Debian derivative model:
 * Distribution type: installable
 * Debian derivative model: Binary compatible, no source changes, some files removed from binary packages.
Line 40: Line 40:
 * Patches repo:  * Patches repo: No patches used.
Line 61: Line 61:
deb [arch=i386,x86_64] http://www.emdebian.org/debian/ squeeze main deb [arch=i386,amd64] http://www.emdebian.org/debian/ squeeze main

Emdebian

http://www.emdebian.org/Pics/emdebian_swirl.jpg Emdebian is a collection of Debian derivatives aimed at embedded devices. The main development work is currently on Emdebian Grip which is binary compatible with Debian but smaller. Emdebian Crush was an experiment in cross-building an entire Debian derivative but is currently stalled. Emdebian Baked is a pre-configured Emdebian Grip instance, suitable for devices which are not to be upgraded using dpkg or apt. For more pages about Emdebian, please see CategoryEmdebian.

Emdebian Grip

# All repositories need the emdebian-archive-keyring package installed to use authentication
# Tools for build host environment
deb [arch=i386,amd64] http://www.emdebian.org/debian/ squeeze main

# Packages for target embedded device
deb [arch=armel,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ squeeze main dev debug doc java
# ports are only ever available for unstable.
deb [arch=armhf,powerpcspe,sh4] http://www.emdebian.org/ports/grip/ unstable main dev debug doc java
deb-src http://www.emdebian.org/grip/ squeeze main

Last updated 2011-05-23 07:37:34