diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-28 21:58:59 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-28 21:58:59 +0000 |
commit | 439db2032c8b3446fc3bbae945370d2f28b0d2c2 (patch) | |
tree | f161f94ee42c5c53ecbb6697e4227c249758a8f2 /openembedded/conf/distro/angstrom.conf | |
parent | c74733f58c274921f9e1801a37e0a96dfd5d4776 (diff) | |
download | poky-439db2032c8b3446fc3bbae945370d2f28b0d2c2.tar.gz |
Change multimachine to a bbclass and update distro configurations. Add multimachine functionlity to cope with packages with machine specific sub packages. Also applied to OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@450 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/distro/angstrom.conf')
-rw-r--r-- | openembedded/conf/distro/angstrom.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openembedded/conf/distro/angstrom.conf b/openembedded/conf/distro/angstrom.conf index 403b13934f..100017410d 100644 --- a/openembedded/conf/distro/angstrom.conf +++ b/openembedded/conf/distro/angstrom.conf | |||
@@ -12,10 +12,8 @@ ANGSTROM_URI = "http://www.angstrom-distribution.org/" | |||
12 | MAINTAINER = "Angstrom Developers <angstrom-dev@handhelds.org>" | 12 | MAINTAINER = "Angstrom Developers <angstrom-dev@handhelds.org>" |
13 | 13 | ||
14 | #use ipkg package format with debian style naming | 14 | #use ipkg package format with debian style naming |
15 | INHERIT += "package_ipk debian" | ||
16 | |||
17 | #use multimachine buildrules | 15 | #use multimachine buildrules |
18 | include conf/distro/include/multimachine.conf | 16 | INHERIT += "package_ipk debian multimachine" |
19 | 17 | ||
20 | #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable | 18 | #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable |
21 | PREFERRED_PROVIDER_qemu-native = "qemu-qop-nogfx-native" | 19 | PREFERRED_PROVIDER_qemu-native = "qemu-qop-nogfx-native" |