diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-30 15:09:15 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-30 15:09:15 +0000 |
commit | 4e522e0d4b9b7ee18678bd08c16548b807aa7229 (patch) | |
tree | 7baeca265b539c35ec3b7bc3ef2945785d1c24e1 /meta | |
parent | c30eddb243e7e65f67f656e62848a033cf6f2e5c (diff) | |
download | poky-4e522e0d4b9b7ee18678bd08c16548b807aa7229.tar.gz |
poky.conf: Add packaged-staging by default now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5338 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index c101ce9423..3bce6699e4 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -9,7 +9,7 @@ MAINTAINER = "OpenedHand <poky@openedhand.com>" | |||
9 | 9 | ||
10 | PACKAGE_CLASSES ?= "package_ipk" | 10 | PACKAGE_CLASSES ?= "package_ipk" |
11 | INHERIT_INSANE ?= "insane" | 11 | INHERIT_INSANE ?= "insane" |
12 | INHERIT += "${PACKAGE_CLASSES} debian poky devshell ${INHERIT_INSANE}" | 12 | INHERIT += "${PACKAGE_CLASSES} debian poky devshell ${INHERIT_INSANE} packaged-staging" |
13 | # For some reason, this doesn't work | 13 | # For some reason, this doesn't work |
14 | # TARGET_OS ?= "linux" | 14 | # TARGET_OS ?= "linux" |
15 | # TARGET_VENDOR ?= "-poky" | 15 | # TARGET_VENDOR ?= "-poky" |