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
This commit is contained in:
Richard Purdie 2007-11-30 12:18:43 +00:00
parent 412acf7305
commit 2f0918e948
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ DISTRO_VERSION = "3.0+snapshot-${DATE}"
MAINTAINER = "OpenedHand <poky@openedhand.com>"
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"