diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-18 16:17:57 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-18 16:17:57 +0000 |
commit | 16949dea1f155a187e892878e3ec4e5ad7e4222d (patch) | |
tree | 15f5212f71a9bfed3faf629b53a3a0b802c39a39 /conf | |
parent | acd7d0c98c329beabd52929a5f7ed7816f8237c4 (diff) |
angstrom: check for sanity
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/angstrom.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 0c5186c3a8..48915e6554 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -22,7 +22,7 @@ MAINTAINER = "Angstrom Developers <angstrom-distro-devel@linuxtogo.org>" #use ipkg package format with debian style naming #use multimachine buildrules -INHERIT += "package_ipk debian multimachine" +INHERIT += "package_ipk debian multimachine sanity" #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable PREFERRED_PROVIDER_qemu-native = "qemu-native" |