1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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
This commit is contained in:
Richard Purdie
2007-11-15 09:56:41 +00:00
parent 53c67fba50
commit 0c2e8edd6e
+1 -2
View File
@@ -8,8 +8,7 @@ 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 " INHERIT = "${PACKAGE_CLASSES} debian multimachine poky devshell insane"
#INHERIT += " package_deb debian multimachine poky devshell "
# 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"