summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/local.conf.sample.extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/local.conf.sample.extended')
-rw-r--r--meta-yocto/conf/local.conf.sample.extended6
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"