]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section
authorTom Zanussi <tom.zanussi@intel.com>
Thu, 2 Feb 2012 00:28:59 +0000 (18:28 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Feb 2012 22:04:54 +0000 (22:04 +0000)
Add a new section for LICENSE_FLAGS_WHITELIST, containing a list of
the current packages with LICENSE_FLAGS.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample.extended

index b901c5b3aedc51041e9e4d61cf0b68cae2ebf4b5..f0d1ba85f877308eb80ac9f857eeecf736bd056a 100644 (file)
 # do update(remove/add some pkgs) on it.  NOTE: This is not suggested
 # when you want to create a productive rootfs
 #INC_RPM_IMAGE_GEN = "1"
+
+# This is a list of packages that require a commercial license to ship
+# product. If shipped as part of an image these packages may have
+# implications so they are disabled by default.  To enable them,
+# un-comment the below as appropriate.
+#LICENSE_FLAGS_WHITELIST = "commercial_gst-fluendo-mp3 \
+#                           commercial_gst-openmax \
+#                           commercial_gst-plugins-ugly \
+#                           commercial_lame \
+#                           commercial_libmad \
+#                           commercial_libomxil \
+#                           commercial_mpeg2dec \
+#                           commercial_qmmp"