diff options
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index b901c5b3ae..f0d1ba85f8 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -130,3 +130,16 @@ | |||
130 | # do update(remove/add some pkgs) on it. NOTE: This is not suggested | 130 | # do update(remove/add some pkgs) on it. NOTE: This is not suggested |
131 | # when you want to create a productive rootfs | 131 | # when you want to create a productive rootfs |
132 | #INC_RPM_IMAGE_GEN = "1" | 132 | #INC_RPM_IMAGE_GEN = "1" |
133 | |||
134 | # This is a list of packages that require a commercial license to ship | ||
135 | # product. If shipped as part of an image these packages may have | ||
136 | # implications so they are disabled by default. To enable them, | ||
137 | # un-comment the below as appropriate. | ||
138 | #LICENSE_FLAGS_WHITELIST = "commercial_gst-fluendo-mp3 \ | ||
139 | # commercial_gst-openmax \ | ||
140 | # commercial_gst-plugins-ugly \ | ||
141 | # commercial_lame \ | ||
142 | # commercial_libmad \ | ||
143 | # commercial_libomxil \ | ||
144 | # commercial_mpeg2dec \ | ||
145 | # commercial_qmmp" | ||