aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/local.conf.sample.extended
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-11-07 13:20:04 -0600
committerSaul Wold <sgw@linux.intel.com>2011-11-08 11:19:49 -0800
commit49dcb301ab39327554d86d23cf6f8d435d7a7351 (patch)
tree9f9b1e145780ff27f7e2e17c304aed7811023642 /meta/conf/local.conf.sample.extended
parent1f8b688bf8bddaacf90cc034e65bc95cf4310bcb (diff)
downloadopenembedded-core-contrib-49dcb301ab39327554d86d23cf6f8d435d7a7351.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 Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'meta/conf/local.conf.sample.extended')
-rw-r--r--meta/conf/local.conf.sample.extended6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended
index 0c3197d7f7..e9935ce958 100644
--- a/meta/conf/local.conf.sample.extended
+++ b/meta/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"