Add cascading configuration to support standard Emdebian cross architectures.
git-svn-id: http://emdebian.org/svn/current@7109 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
ecf8df5da5
commit
f5a661c0d4
7 changed files with 41 additions and 13 deletions
11
cross/armel.conf
Normal file
11
cross/armel.conf
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[General]
|
||||||
|
include=/usr/share/multistrap/crosschroot.conf
|
||||||
|
omitrequired=false
|
||||||
|
configscript=config.sh
|
||||||
|
setupscript=setup.sh
|
||||||
|
|
||||||
|
[Toolchains]
|
||||||
|
packages=g++-4.2-arm-linux-gnueabi linux-libc-dev-armel-cross
|
||||||
|
source=http://www.emdebian.org/debian
|
||||||
|
keyring=emdebian-archive-keyring
|
||||||
|
suite=stable
|
|
@ -31,9 +31,3 @@ source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=stable
|
suite=stable
|
||||||
|
|
||||||
[Toolchains]
|
|
||||||
packages=g++-4.2-arm-linux-gnueabi linux-libc-dev-armel-cross
|
|
||||||
source=http://www.emdebian.org/debian
|
|
||||||
keyring=emdebian-archive-keyring
|
|
||||||
suite=stable
|
|
||||||
|
|
8
cross/mips.conf
Normal file
8
cross/mips.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[General]
|
||||||
|
include=/usr/share/multistrap/crosschroot.conf
|
||||||
|
|
||||||
|
[Toolchains]
|
||||||
|
packages=g++-4.2-mips-linux-gnu linux-libc-dev-mips-cross
|
||||||
|
source=http://www.emdebian.org/debian
|
||||||
|
keyring=emdebian-archive-keyring
|
||||||
|
suite=stable
|
8
cross/mipsel.conf
Normal file
8
cross/mipsel.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[General]
|
||||||
|
include=/usr/share/multistrap/crosschroot.conf
|
||||||
|
|
||||||
|
[Toolchains]
|
||||||
|
packages=g++-4.2-mipsel-linux-gnu linux-libc-dev-mipsel-cross
|
||||||
|
source=http://www.emdebian.org/debian
|
||||||
|
keyring=emdebian-archive-keyring
|
||||||
|
suite=stable
|
8
cross/powerpc.conf
Normal file
8
cross/powerpc.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[General]
|
||||||
|
include=/usr/share/multistrap/crosschroot.conf
|
||||||
|
|
||||||
|
[Toolchains]
|
||||||
|
packages=g++-4.2-powerpc-linux-gnu linux-libc-dev-powerpc-cross
|
||||||
|
source=http://www.emdebian.org/debian
|
||||||
|
keyring=emdebian-archive-keyring
|
||||||
|
suite=stable
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -2,8 +2,10 @@ multistrap (2.1.1) experimental; urgency=low
|
||||||
|
|
||||||
* Add --simulate mode for cascading configuration testing.
|
* Add --simulate mode for cascading configuration testing.
|
||||||
* Split out the POD - not needed in the runtime script.
|
* Split out the POD - not needed in the runtime script.
|
||||||
|
* Add cascading configuration to support standard Emdebian cross
|
||||||
|
architectures.
|
||||||
|
|
||||||
-- Neil Williams <codehelp@debian.org> Sat, 17 Apr 2010 22:24:43 +0100
|
-- Neil Williams <codehelp@debian.org> Sat, 17 Apr 2010 22:25:45 +0100
|
||||||
|
|
||||||
multistrap (2.1.0) experimental; urgency=low
|
multistrap (2.1.0) experimental; urgency=low
|
||||||
|
|
||||||
|
|
9
debian/control
vendored
9
debian/control
vendored
|
@ -6,7 +6,7 @@ Uploaders: Wookey <wookey@debian.org>
|
||||||
Build-Depends: cdbs, debhelper (>= 5), po4a (>= 0.37.1), po-debconf
|
Build-Depends: cdbs, debhelper (>= 5), po4a (>= 0.37.1), po-debconf
|
||||||
Build-Depends-Indep: devscripts, gnupg, intltool
|
Build-Depends-Indep: devscripts, gnupg, intltool
|
||||||
Standards-Version: 3.8.4
|
Standards-Version: 3.8.4
|
||||||
Homepage: http://www.emdebian.org/
|
Homepage: http://www.emdebian.org/multistrap
|
||||||
Vcs-Browser: http://buildd.emdebian.org/svn/browser/current/host/trunk/emdebian-rootfs/trunk/
|
Vcs-Browser: http://buildd.emdebian.org/svn/browser/current/host/trunk/emdebian-rootfs/trunk/
|
||||||
Vcs-Svn: http://buildd.emdebian.org/repos/current/host/trunk/emdebian-rootfs/trunk/
|
Vcs-Svn: http://buildd.emdebian.org/repos/current/host/trunk/emdebian-rootfs/trunk/
|
||||||
|
|
||||||
|
@ -23,8 +23,8 @@ Description: multiple repository bootstrap based on apt
|
||||||
using apt to handle all dependency issues and conflicts.
|
using apt to handle all dependency issues and conflicts.
|
||||||
.
|
.
|
||||||
Multistrap includes support for foreign architecture multistraps
|
Multistrap includes support for foreign architecture multistraps
|
||||||
that need only minimal configuration on the final device. Also
|
that need only minimal configuration on the final device. Also
|
||||||
supports cleaning up the generated bootstrap filesystem to
|
supports cleaning up the generated bootstrap filesystem to
|
||||||
remove downloaded packages and hooks to modify the files in
|
remove downloaded packages and hooks to modify the files in
|
||||||
the bootstrap filesystem after the packages have been unpacked
|
the bootstrap filesystem after the packages have been unpacked
|
||||||
but before being configured.
|
but before being configured.
|
||||||
|
@ -37,6 +37,3 @@ Description: multiple repository bootstrap based on apt
|
||||||
Also included is the previous emdebian-rootfs support for
|
Also included is the previous emdebian-rootfs support for
|
||||||
customisation of package selection and of files created
|
customisation of package selection and of files created
|
||||||
within the root filesystem.
|
within the root filesystem.
|
||||||
.
|
|
||||||
Root filesystems created with multistrap need minimal
|
|
||||||
configuration on the embedded device before the first boot.
|
|
||||||
|
|
Loading…
Reference in a new issue