* [PATCH 0/1] Add LICENSE_FLAGS_WHITELIST example
@ 2012-02-02 0:28 tom.zanussi
2012-02-02 0:28 ` [PATCH 1/1] meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section tom.zanussi
0 siblings, 1 reply; 3+ messages in thread
From: tom.zanussi @ 2012-02-02 0:28 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Update meta-yocto/local.conf.sample.extended with an example using
LICENSE_FLAGS_WHITELIST with the current set of commercial licenses.
v2: same as before, but rebased to current
The following changes since commit 8d4d9a15c4947e55ed217c6035e76fcff724e544:
Koen Kooi (1):
package bbclass: allow per package PRIVATE_LIBS
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib.git tzanussi/license-flags-whitelist-sample.v2
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/license-flags-whitelist-sample.v2
Tom Zanussi (1):
meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST
section
meta-yocto/conf/local.conf.sample.extended | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section
2012-02-02 0:28 [PATCH 0/1] Add LICENSE_FLAGS_WHITELIST example tom.zanussi
@ 2012-02-02 0:28 ` tom.zanussi
2012-02-02 22:05 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: tom.zanussi @ 2012-02-02 0:28 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
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>
---
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 b901c5b..f0d1ba8 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/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"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section
2012-02-02 0:28 ` [PATCH 1/1] meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section tom.zanussi
@ 2012-02-02 22:05 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-02-02 22:05 UTC (permalink / raw)
To: tom.zanussi; +Cc: yocto
On Wed, 2012-02-01 at 18:28 -0600, tom.zanussi@intel.com wrote:
> From: Tom Zanussi <tom.zanussi@intel.com>
>
> 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>
> ---
> meta-yocto/conf/local.conf.sample.extended | 13 +++++++++++++
> 1 files changed, 13 insertions(+), 0 deletions(-)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-02-02 22:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02 0:28 [PATCH 0/1] Add LICENSE_FLAGS_WHITELIST example tom.zanussi
2012-02-02 0:28 ` [PATCH 1/1] meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section tom.zanussi
2012-02-02 22:05 ` Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.