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:03:54 +0000 |
| commit | a402d0e9210736f9e18ee5ee628b3278be66ae79 (patch) | |
| tree | c8ad05808787778d897b3d9589e1fe3aeb067574 | |
| parent | 15f09b1cfe373cd782ac73bb689406be664615d2 (diff) | |
| download | poky-a402d0e9210736f9e18ee5ee628b3278be66ae79.tar.gz | |
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>
| -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" | ||
