summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/poky.conf3
1 files changed, 1 insertions, 2 deletions
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}"
8MAINTAINER = "OpenedHand <poky@openedhand.com>" 8MAINTAINER = "OpenedHand <poky@openedhand.com>"
9 9
10PACKAGE_CLASSES ?= "package_ipk" 10PACKAGE_CLASSES ?= "package_ipk"
11INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell " 11INHERIT = "${PACKAGE_CLASSES} debian multimachine poky devshell insane"
12#INHERIT += " package_deb debian multimachine poky devshell "
13# For some reason, this doesn't work 12# For some reason, this doesn't work
14# TARGET_OS ?= "linux" 13# TARGET_OS ?= "linux"
15# TARGET_VENDOR ?= "-poky" 14# TARGET_VENDOR ?= "-poky"