summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r--meta/conf/distro/poky.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 1ee7ccf511..df07d04a90 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -7,9 +7,11 @@ DISTRO_VERSION = "3.3+snapshot-${DATE}"
7 7
8MAINTAINER = "Poky <poky@openedhand.com>" 8MAINTAINER = "Poky <poky@openedhand.com>"
9 9
10USER_CLASSES ?= ""
11
10PACKAGE_CLASSES ?= "package_ipk" 12PACKAGE_CLASSES ?= "package_ipk"
11INHERIT_INSANE ?= "insane" 13INHERIT_INSANE ?= "insane"
12INHERIT += "${PACKAGE_CLASSES} debian poky devshell ${INHERIT_INSANE} packaged-staging" 14INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} debian poky devshell ${INHERIT_INSANE} packaged-staging"
13# For some reason, this doesn't work 15# For some reason, this doesn't work
14# TARGET_OS ?= "linux" 16# TARGET_OS ?= "linux"
15# TARGET_VENDOR ?= "-poky" 17# TARGET_VENDOR ?= "-poky"