]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
prelink: Enable image wide prelinking
authorMark Hatle <mhatle@windriver.com>
Fri, 6 Aug 2010 18:40:55 +0000 (11:40 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 12 Aug 2010 14:54:39 +0000 (15:54 +0100)
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>
build/conf/local.conf.sample

index 37c34d8f5e96aeddf071972725ea1bbb6d37b7b1..66acaa49a78de25de4f182f908dc19b494a77941 100644 (file)
@@ -75,6 +75,10 @@ EXTRA_IMAGE_FEATURES_mx31ads = "tools-testapps debug-tweaks"
 #PACKAGE_CLASSES ?= "package_deb package_ipk"
 PACKAGE_CLASSES ?= "package_ipk"
 
+# A list of additional classes to use when building the system
+# include 'image-prelink' in order to prelink the filesystem image
+USER_CLASSES ?= "image-prelink"
+
 # POKYMODE controls the characteristics of the generated packages/images by
 # telling poky which type of toolchain to use.
 #