All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-yocto: add local.conf.sample.extended LICENSE_FLAGS_WHITELIST section
@ 2012-01-07  5:23 tom.zanussi
  2012-01-07  5:23 ` [PATCH 1/1] local.conf.sample.extended: add " tom.zanussi
  0 siblings, 1 reply; 3+ messages in thread
From: tom.zanussi @ 2012-01-07  5:23 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

This patch adds a section to local.conf.sample.extended to accompany the
corresponding LICENSE_FLAGS mechanism.

The following changes since commit 468998cddbe1a803096c9b357e1b5daa3b7e8c2e:
  Dongxiao Xu (1):
        command.py: add parseConfigurationFiles API

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib.git tzanussi/license-flags-whitelist-sample.v1
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=tzanussi/license-flags-whitelist-sample.v1

Tom Zanussi (1):
  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] local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section
  2012-01-07  5:23 [PATCH 0/1] meta-yocto: add local.conf.sample.extended LICENSE_FLAGS_WHITELIST section tom.zanussi
@ 2012-01-07  5:23 ` tom.zanussi
  2012-01-07  5:49   ` Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: tom.zanussi @ 2012-01-07  5:23 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 7c26572..f44d7fa 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -123,3 +123,16 @@
 # The following is a list of classes to import to use in the generation of images
 # currently an example class is image_types_uboot
 # IMAGE_CLASSES = " image_types_uboot"
+
+# 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] local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section
  2012-01-07  5:23 ` [PATCH 1/1] local.conf.sample.extended: add " tom.zanussi
@ 2012-01-07  5:49   ` Saul Wold
  0 siblings, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-01-07  5:49 UTC (permalink / raw)
  To: tom.zanussi; +Cc: yocto

On 01/06/2012 09:23 PM, 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>

Thanks!

Acked-by: Saul Wold <sgw@linux.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 7c26572..f44d7fa 100644
> --- a/meta-yocto/conf/local.conf.sample.extended
> +++ b/meta-yocto/conf/local.conf.sample.extended
> @@ -123,3 +123,16 @@
>   # The following is a list of classes to import to use in the generation of images
>   # currently an example class is image_types_uboot
>   # IMAGE_CLASSES = " image_types_uboot"
> +
> +# 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"


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-07  5:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-07  5:23 [PATCH 0/1] meta-yocto: add local.conf.sample.extended LICENSE_FLAGS_WHITELIST section tom.zanussi
2012-01-07  5:23 ` [PATCH 1/1] local.conf.sample.extended: add " tom.zanussi
2012-01-07  5:49   ` Saul Wold

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.