All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] poky-altcfg: enable 'commercial' recipes
@ 2023-03-31  5:25 Alexander Kanavin
  2023-03-31  7:12 ` [poky] " Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kanavin @ 2023-03-31  5:25 UTC (permalink / raw)
  To: poky; +Cc: Alexander Kanavin

Somehow this was overlooked, and this excluded important
pieces such as ffmpeg from the test matrix.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta-poky/conf/distro/include/poky-distro-alt-test-config.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
index b42b830e43a..f916e010c97 100644
--- a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
+++ b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
@@ -6,3 +6,7 @@ PREFERRED_VERSION_linux-yocto = "5.15%"
 
 # Ensure the kernel nfs server is enabled
 KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
+
+# Enable all the recipes (primarly multimedia codec implementations)
+# that may require special licensing arrangements
+LICENSE_FLAGS_ACCEPTED = "commercial"
-- 
2.30.2


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

* Re: [poky] [PATCH] poky-altcfg: enable 'commercial' recipes
  2023-03-31  5:25 [PATCH] poky-altcfg: enable 'commercial' recipes Alexander Kanavin
@ 2023-03-31  7:12 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2023-03-31  7:12 UTC (permalink / raw)
  To: Alexander Kanavin, poky; +Cc: Alexander Kanavin

On Fri, 2023-03-31 at 07:25 +0200, Alexander Kanavin wrote:
> Somehow this was overlooked, and this excluded important
> pieces such as ffmpeg from the test matrix.
> 
> Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> ---
>  meta-poky/conf/distro/include/poky-distro-alt-test-config.inc | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
> index b42b830e43a..f916e010c97 100644
> --- a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
> +++ b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
> @@ -6,3 +6,7 @@ PREFERRED_VERSION_linux-yocto = "5.15%"
>  
>  # Ensure the kernel nfs server is enabled
>  KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
> +
> +# Enable all the recipes (primarly multimedia codec implementations)
> +# that may require special licensing arrangements
> +LICENSE_FLAGS_ACCEPTED = "commercial"

The project doesn't have any such license arrangements so I don't think
we can do that...

Cheers,

Richard

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

end of thread, other threads:[~2023-03-31  7:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-31  5:25 [PATCH] poky-altcfg: enable 'commercial' recipes Alexander Kanavin
2023-03-31  7:12 ` [poky] " 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.