diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-19 19:13:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-19 19:13:04 +0000 |
commit | f692fd835e0716ac90c1c2d93fa7d800099715af (patch) | |
tree | e85499c959417b5a78d2129dfddd410f35f22bcc /conf | |
parent | 95ddfa57aa254426c1f221107d127372f5fe00f4 (diff) |
angstrom: inherit the new and improved insane.bbclass by default so everyone shares and enjoys our QA efforts
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 9efe1d5d90..a4e4c6d4ae 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 sanity devshell angstrom-mirrors" +INHERIT += "package_ipk debian multimachine sanity devshell angstrom-mirrors insane" #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" |