diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-02-01 18:28:59 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-02 22:04:54 +0000 |
commit | 70e1226e8c10bf07d6c7b1e13d745ad603f2ec73 (patch) | |
tree | 26ec14632db63b89a98fa73ca22b452a9c87028c /meta/conf | |
parent | a69108ea388fce9034ecc8670f1149fabae55e1b (diff) | |
download | openembedded-core-70e1226e8c10bf07d6c7b1e13d745ad603f2ec73.tar.gz openembedded-core-70e1226e8c10bf07d6c7b1e13d745ad603f2ec73.tar.bz2 openembedded-core-70e1226e8c10bf07d6c7b1e13d745ad603f2ec73.tar.xz openembedded-core-70e1226e8c10bf07d6c7b1e13d745ad603f2ec73.zip |
meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section
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>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/local.conf.sample.extended | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended index b901c5b3a..f0d1ba85f 100644 --- a/meta/conf/local.conf.sample.extended +++ b/meta/conf/local.conf.sample.extended @@ -130,3 +130,16 @@ # 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" |