From d428c9f9e15937b9e5908fb00636b8ff1ccb9940 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 6 Aug 2010 11:40:55 -0700 Subject: 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 --- meta/conf/distro/poky.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/conf/distro') diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 1ee7ccf51..df07d04a9 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -7,9 +7,11 @@ DISTRO_VERSION = "3.3+snapshot-${DATE}" MAINTAINER = "Poky " +USER_CLASSES ?= "" + PACKAGE_CLASSES ?= "package_ipk" INHERIT_INSANE ?= "insane" -INHERIT += "${PACKAGE_CLASSES} debian poky devshell ${INHERIT_INSANE} packaged-staging" +INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} debian poky devshell ${INHERIT_INSANE} packaged-staging" # For some reason, this doesn't work # TARGET_OS ?= "linux" # TARGET_VENDOR ?= "-poky" -- cgit v1.2.3