diff options
author | Mark Hatle <mhatle@windriver.com> | 2010-08-06 11:40:55 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-12 15:54:39 +0100 |
commit | d428c9f9e15937b9e5908fb00636b8ff1ccb9940 (patch) | |
tree | 6c6cc42c9ebc5e915350118de6d886604a116bc6 /meta/conf/distro | |
parent | 1c9f061d1f855cd0ecdcd3449e1f9bf45a7de0ee (diff) | |
download | poky-d428c9f9e15937b9e5908fb00636b8ff1ccb9940.tar.gz |
prelink: Enable image wide prelinking
Add the ability to specify user level classes via the local.conf.
Use this new capability to add an image-prelink class that does an
image wide cross-prelink activity.
Signed-off-by: Mark Hatle <mhatle@windriver.com>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/poky.conf | 4 |
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 | ||
8 | MAINTAINER = "Poky <poky@openedhand.com>" | 8 | MAINTAINER = "Poky <poky@openedhand.com>" |
9 | 9 | ||
10 | USER_CLASSES ?= "" | ||
11 | |||
10 | PACKAGE_CLASSES ?= "package_ipk" | 12 | PACKAGE_CLASSES ?= "package_ipk" |
11 | INHERIT_INSANE ?= "insane" | 13 | INHERIT_INSANE ?= "insane" |
12 | INHERIT += "${PACKAGE_CLASSES} debian poky devshell ${INHERIT_INSANE} packaged-staging" | 14 | INHERIT += "${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" |