mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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:
@@ -8,7 +8,8 @@ DISTRO_VERSION = "3.0+snapshot-${DATE}"
|
|||||||
MAINTAINER = "OpenedHand <poky@openedhand.com>"
|
MAINTAINER = "OpenedHand <poky@openedhand.com>"
|
||||||
|
|
||||||
PACKAGE_CLASSES ?= "package_ipk"
|
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
|
# For some reason, this doesn't work
|
||||||
# TARGET_OS ?= "linux"
|
# TARGET_OS ?= "linux"
|
||||||
# TARGET_VENDOR ?= "-poky"
|
# TARGET_VENDOR ?= "-poky"
|
||||||
|
|||||||
Reference in New Issue
Block a user