summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-19 22:48:17 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-19 22:48:17 +0100
commitf070ee959c8eb4d49f820ec46f22be221b46485a (patch)
tree2ec8c060e4c49e01009d8b281046b5519b0d6ee8 /meta/conf/distro/poky.conf
parent657188bfef94fd0e124fb6415051a83e99db7563 (diff)
downloadpoky-f070ee959c8eb4d49f820ec46f22be221b46485a.tar.gz
Rename packaged-staging2 -> sstate and remove the old empty class
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r--meta/conf/distro/poky.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index d6d335e5a6..cd2067d405 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -11,7 +11,7 @@ USER_CLASSES ?= ""
11 11
12PACKAGE_CLASSES ?= "package_ipk" 12PACKAGE_CLASSES ?= "package_ipk"
13INHERIT_INSANE ?= "insane" 13INHERIT_INSANE ?= "insane"
14INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} debian poky devshell ${INHERIT_INSANE} packaged-staging packaged-staging2" 14INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} debian poky devshell ${INHERIT_INSANE} sstate"
15# For some reason, this doesn't work 15# For some reason, this doesn't work
16# TARGET_OS ?= "linux" 16# TARGET_OS ?= "linux"
17# TARGET_VENDOR ?= "-poky" 17# TARGET_VENDOR ?= "-poky"