From 2f0918e948cb8f200be22b5f4bcda0aa5f3ac2bf Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 30 Nov 2007 12:18:43 +0000 Subject: poky.conf: Allow insane to be disabled from local.conf git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3279 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/distro/poky.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index a6ab5cf939..9069e0c8a4 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -8,7 +8,8 @@ DISTRO_VERSION = "3.0+snapshot-${DATE}" MAINTAINER = "OpenedHand " PACKAGE_CLASSES ?= "package_ipk" -INHERIT = "${PACKAGE_CLASSES} debian multimachine poky devshell insane" +INHERIT_INSANE ?= "insane" +INHERIT = "${PACKAGE_CLASSES} debian multimachine poky devshell ${INHERIT_INSANE}" # For some reason, this doesn't work # TARGET_OS ?= "linux" # TARGET_VENDOR ?= "-poky" -- cgit v1.2.3-54-g00ecf