diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-15 09:56:41 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-15 09:56:41 +0000 |
commit | 0c2e8edd6edacd22e949191f3e20f02f4904eefb (patch) | |
tree | 04f0699d468b826a0ebf516c068c6574178152f2 /meta | |
parent | 53c67fba500579671764b3e3e4e92118a318c13d (diff) | |
download | openembedded-core-0c2e8edd6edacd22e949191f3e20f02f4904eefb.tar.gz openembedded-core-0c2e8edd6edacd22e949191f3e20f02f4904eefb.tar.bz2 openembedded-core-0c2e8edd6edacd22e949191f3e20f02f4904eefb.tar.xz openembedded-core-0c2e8edd6edacd22e949191f3e20f02f4904eefb.zip |
poky.conf: Add insane QA checking to builds by default
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3171 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index bc3be082e..ad0eb569f 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -8,8 +8,7 @@ DISTRO_VERSION = "3.0+snapshot-${DATE}" MAINTAINER = "OpenedHand <poky@openedhand.com>" PACKAGE_CLASSES ?= "package_ipk" -INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell " -#INHERIT += " package_deb debian multimachine poky devshell " +INHERIT = "${PACKAGE_CLASSES} debian multimachine poky devshell insane" # For some reason, this doesn't work # TARGET_OS ?= "linux" # TARGET_VENDOR ?= "-poky" |