diff options
author | Matthew McClintock <msm@freescale.com> | 2011-11-07 13:20:04 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-08 21:48:18 +0000 |
commit | 4115f94f221a8b88493a6a4b99262b83016496f5 (patch) | |
tree | 75a47dce4c4d0c4032a9ed952559f76a1c7407a4 /meta-yocto | |
parent | 261d611cbef1c2542fc03eed442e8a2238c3841b (diff) | |
download | poky-4115f94f221a8b88493a6a4b99262b83016496f5.tar.gz |
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 <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
114 | # The network based PR service host and port | 114 | # The network based PR service host and port |
115 | #PRSERV_HOST = "localhost" | 115 | #PRSERV_HOST = "localhost" |
116 | #PRSERV_PORT = "8585" | 116 | #PRSERV_PORT = "8585" |
117 | |||
118 | # Additional image generation features | ||
119 | # | ||
120 | # The following is a list of classes to import to use in the generation of images | ||
121 | # currently an example class is image_types_uboot | ||
122 | # IMAGE_CLASSES = " image_types_uboot" | ||