summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/distro/angstrom.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/conf/distro/angstrom.conf')
-rw-r--r--openembedded/conf/distro/angstrom.conf4
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/"
12MAINTAINER = "Angstrom Developers <angstrom-dev@handhelds.org>" 12MAINTAINER = "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
15INHERIT += "package_ipk debian"
16
17#use multimachine buildrules 15#use multimachine buildrules
18include conf/distro/include/multimachine.conf 16INHERIT += "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
21PREFERRED_PROVIDER_qemu-native = "qemu-qop-nogfx-native" 19PREFERRED_PROVIDER_qemu-native = "qemu-qop-nogfx-native"