Differences between revisions 2 and 35 (spanning 33 versions)
Revision 2 as of 2010-12-05 11:10:03
Size: 1455
Editor: NeilWilliams
Comment: add details of mirror
Revision 35 as of 2012-10-18 07:01:53
Size: 6052
Editor: NeilWilliams
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## Please keep any lines that do not apply to your distro and set them to blank.
## Please keep the resulting page in sync with Derivatives/CensusTemplate
## When modifying the page please replace the date at the bottom
## with @``TIME@ (without the two quote marks)
Line 3: Line 8:
Emdebian is a collection of Debian derivatives aimed at embedded devices. The main development work is currently on [[http://www.emdebian.org/grip|Emdebian Grip]] which is binary compatible with Debian but smaller. [[http://www.emdebian.org/crush|Emdebian Crush]] was an experiment in cross-building an entire Debian derivative but is currently stalled. [[http://www.emdebian.org/baked|Emdebian Baked]] is a pre-configured Emdebian Grip instance, suitable for devices which are not to be upgraded using dpkg or apt. {{http://www.emdebian.org/Pics/emdebian_swirl.jpg}} [[Embedded_Debian|Emdebian]] is a collection of Debian derivatives aimed at embedded devices. The main development work is currently on [[http://www.emdebian.org/grip|Emdebian Grip]] which is binary compatible with Debian but smaller. [[http://www.emdebian.org/crush|Emdebian Crush]] was an experiment in cross-building an entire Debian derivative but is currently stalled. [[http://www.emdebian.org/baked|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 is currently in the process of being [[EmdebianIntegration|integrated into Debian]] and the '''unstable''' and '''testing''' suites have been migrated to '''unstable-grip''' and '''testing-grip'''. '''testing-grip''' is very likely to be intermittently broken or contain uninstallable packages. Codenames have also changed, to '''sid-grip''' and '''wheezy-grip'''. Updates via the previous mechanism have halted and new updates are made as the integration proceeds. For more information, read the [[http://lists.debian.org/debian-embedded/|debian-embedded mailing list]] or lurk on the '''#emdebian''' channel on '''irc.debian.org'''.
Line 9: Line 16:
 * Blog:
 * Microblog:
 * Corporate sponsor: http://www.toby-churchill.com/
 * Government sponsor:
 * Funding model: [[http://db.debian.org/machines.cgi?host=blavet|Debian machine support]]
 * user IRC: irc://irc.oftc.net/emdebian
 * devel IRC: irc://irc.oftc.net/emdebian
Line 10: Line 24:
 * Based on: Debian unstable, testing and stable (lenny).
 * Bug tracker: [[http://bugs.debian.org/buildd.emdebian.org]]
 * Architectures: amd64, ARM, armel, i386, mips, mipsel, powerpc
 * Port Architectures: armhf, powerpcspe, sh4
 * Binary repo: {{{deb http://www.emdebian.org/ports/grip/ unstable main dev debug doc java}}}
 * Mirror: {{{deb http://ftp.uk.debian.org/emdebian/grip/ unstable main dev debug doc java}}}
 * Ports repo: {{{deb http://www.emdebian.org/grip/ lenny main dev debug doc java}}}
 * Source repo: {{{deb-src http://www.emdebian.org/grip/ lenny main}}}
 * Docs for Example: http://www.emdebian.org/docs.html
 * user list:
 * devel list:
 * Debian list: http://lists.debian.org/debian-embedded/
 * user forums:
 * devel forum:
 * Debian forum:
 * wiki: [[Embedded_Debian]]
 * Debian derivatives census maintainer: [[NeilWilliams|Neil Williams]] <codehelp@debian.org> (codehelp on IRC), [[HectorOron|Hector Oron]] <zumbi@debian.org> (zumbi on IRC), Wookey <wookey@debian.org> (wookey on IRC)
 * Debian derivatives census page: [[Derivatives/Census/Emdebian]]
 * Debian page: http://www.debian.org/misc/children-distros
 * Distrowatch page:
 * Distribution type: installable
 * Debian derivative model: Binary compatible, no source changes, some files removed from binary packages.
 * Based on: Debian unstable, testing stable (squeeze) and oldstable (lenny)
 * VCS repository: http://www.emdebian.org/trac/browser
 * Bug tracker: http://bugs.debian.org/buildd.emdebian.org
 * Forwarded bugs:
 * Architectures: amd64 armel i386 mips mipsel powerpc armhf powerpcspe sh4
 * Suites: unstable-grip (sid-grip), testing-grip (wheezy-grip), stable (squeeze), stable-proposed-updates, (squeeze-proposed-updates), oldstable (lenny)
 * Patches repo: No patches used.
 * Docs about Emdebian for Debian developers:
 * Docs about Debian for Emdebian developers:
 * Emdebian glossary:
 * Docs for Emdebian Grip: http://www.emdebian.org/docs.html
 * Differences from Debian policy: EmdebianPolicy
 * Package comparison:
 * Popcon information:
 * QA information:
 * lintian information:
 * piuparts information:
 * static analysis information:
 * list of developers:
Line 20: Line 57:
 * developer microblogs:
 * derivatives info:
 * mirrors file: http://www.emdebian.org/grip/index.html#mirrors
 * keyring package: emdebian-archive-keyring
 * apt repositories:
{{{#!highlight sourceslist numbers=disable
# All repositories need the emdebian-archive-keyring package installed to use authentication
# Tools for build host environment
#deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ oldstable main
#deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ lenny-proposed-updates main
deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ stable main
deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ stable-proposed-updates main
deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ testing main
deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ unstable main
#deb-src http://www.emdebian.org/debian/ oldstable main
#deb-src http://www.emdebian.org/debian/ lenny-proposed-updates main
deb-src http://www.emdebian.org/debian/ stable main
deb-src http://www.emdebian.org/debian/ stable-proposed-updates main
deb-src http://www.emdebian.org/debian/ testing main
deb-src http://www.emdebian.org/debian/ unstable main
Line 21: Line 78:
Last updated Sun Dec 5 11:08:30 GMT 2010 # Packages for target embedded device
#deb [arch=armel,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ oldstable main dev doc
deb [arch=armel,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ stable main dev debug doc java
deb [arch=armel,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ stable-proposed-updates main dev doc
deb [arch=armel,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ testing-grip main
deb [arch=armel,armhf,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ unstable-grip main
#deb-src http://www.emdebian.org/grip/ oldstable main dev doc
deb-src http://www.emdebian.org/grip/ stable main dev debug doc java
deb-src http://www.emdebian.org/grip/ stable-proposed-updates main dev doc
deb-src http://www.emdebian.org/grip/ testing-grip main
deb-src http://www.emdebian.org/grip/ unstable-grip main
Line 23: Line 90:
----
CategoryEmdebian
# Ports are only ever available for unstable.
deb [arch=powerpcspe,sh4] http://www.emdebian.org/ports/grip/ unstable main dev debug doc java
deb-src http://www.emdebian.org/ports/grip/ unstable main dev debug doc java
}}}

Last updated <<DateTime(2011-10-09T12:59:02Z)>>

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 is currently in the process of being integrated into Debian and the unstable and testing suites have been migrated to unstable-grip and testing-grip. testing-grip is very likely to be intermittently broken or contain uninstallable packages. Codenames have also changed, to sid-grip and wheezy-grip. Updates via the previous mechanism have halted and new updates are made as the integration proceeds. For more information, read the debian-embedded mailing list or lurk on the #emdebian channel on irc.debian.org.

Emdebian Grip

# All repositories need the emdebian-archive-keyring package installed to use authentication
# Tools for build host environment
#deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ oldstable main
#deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ lenny-proposed-updates main
deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ stable main
deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ stable-proposed-updates main
deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ testing main
deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ unstable main
#deb-src http://www.emdebian.org/debian/ oldstable main
#deb-src http://www.emdebian.org/debian/ lenny-proposed-updates main
deb-src http://www.emdebian.org/debian/ stable main
deb-src http://www.emdebian.org/debian/ stable-proposed-updates main
deb-src http://www.emdebian.org/debian/ testing main
deb-src http://www.emdebian.org/debian/ unstable main

# Packages for target embedded device
#deb [arch=armel,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ oldstable main dev doc
deb [arch=armel,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ stable main dev debug doc java
deb [arch=armel,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ stable-proposed-updates main dev doc
deb [arch=armel,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ testing-grip main
deb [arch=armel,armhf,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ unstable-grip main
#deb-src http://www.emdebian.org/grip/ oldstable main dev doc
deb-src http://www.emdebian.org/grip/ stable main dev debug doc java
deb-src http://www.emdebian.org/grip/ stable-proposed-updates main dev doc
deb-src http://www.emdebian.org/grip/ testing-grip main
deb-src http://www.emdebian.org/grip/ unstable-grip main

# Ports are only ever available for unstable.
deb [arch=powerpcspe,sh4] http://www.emdebian.org/ports/grip/ unstable main dev debug doc java
deb-src http://www.emdebian.org/ports/grip/ unstable main dev debug doc java

Last updated 2011-10-09 12:59:02