From 4115f94f221a8b88493a6a4b99262b83016496f5 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Mon, 7 Nov 2011 13:20:04 -0600 Subject: Add new IMAGE_CLASSES variable for classes for image generation Allows us to import classes only for images and not to the global namespace (From OE-Core rev: 49dcb301ab39327554d86d23cf6f8d435d7a7351) Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- meta-yocto/conf/local.conf.sample.extended | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index 0c3197d7f7..e9935ce958 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended @@ -114,3 +114,9 @@ # The network based PR service host and port #PRSERV_HOST = "localhost" #PRSERV_PORT = "8585" + +# Additional image generation features +# +# The following is a list of classes to import to use in the generation of images +# currently an example class is image_types_uboot +# IMAGE_CLASSES = " image_types_uboot" -- cgit v1.2.3-54-g00ecf