Differences between revisions 20 and 21
Revision 20 as of 2011-05-27 08:23:25
Size: 3515
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 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