From: Mark Hatle Date: Fri, 6 Aug 2010 18:40:55 +0000 (-0700) Subject: prelink: Enable image wide prelinking X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=563e8fafb3bb039b7d38a51ae0827e1f7b6e0228;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 37c34d8f5e9..66acaa49a78 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" #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. #