From 0c2e8edd6edacd22e949191f3e20f02f4904eefb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 15 Nov 2007 09:56:41 +0000 Subject: 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 --- meta/conf/distro/poky.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/conf') diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index bc3be082e7..ad0eb569f8 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 " 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" -- cgit v1.2.3-54-g00ecf