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 /build | |
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 'build')
-rw-r--r-- | build/conf/local.conf.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 37c34d8f5e..66acaa49a7 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -75,6 +75,10 @@ EXTRA_IMAGE_FEATURES_mx31ads = "tools-testapps debug-tweaks" | |||
75 | #PACKAGE_CLASSES ?= "package_deb package_ipk" | 75 | #PACKAGE_CLASSES ?= "package_deb package_ipk" |
76 | PACKAGE_CLASSES ?= "package_ipk" | 76 | PACKAGE_CLASSES ?= "package_ipk" |
77 | 77 | ||
78 | # A list of additional classes to use when building the system | ||
79 | # include 'image-prelink' in order to prelink the filesystem image | ||
80 | USER_CLASSES ?= "image-prelink" | ||
81 | |||
78 | # POKYMODE controls the characteristics of the generated packages/images by | 82 | # POKYMODE controls the characteristics of the generated packages/images by |
79 | # telling poky which type of toolchain to use. | 83 | # telling poky which type of toolchain to use. |
80 | # | 84 | # |