Yocto Project Discussions
 help / color / mirror / Atom feed
* [yocto-autobuilder-helper][PATCH] config.json: Add meta-multimedia to meta-oe job
@ 2019-12-11  3:56 Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2019-12-11  3:56 UTC (permalink / raw)
  To: yocto; +Cc: Khem Raj, Armin Kuster

meta-oe recipes/packagegroups needs meta-multimedia packagegroups
Whitelist ffmpeg so packages depending on it can be tested

Fixes
ERROR: Nothing PROVIDES 'ffmpeg' (but /home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb DEPENDS on or otherwise requires it)
ffmpeg was skipped: because it has a restricted license 'commercial'. Which is not whitelisted in LICENSE_FLAGS_WHITELIST

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Armin Kuster <akuster808@gmail.com>
---
 config.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/config.json b/config.json
index b0856a0..a790d08 100644
--- a/config.json
+++ b/config.json
@@ -729,8 +729,12 @@
             "ADDLAYER" : [
                 "${BUILDDIR}/../meta-openembedded/meta-oe",
                 "${BUILDDIR}/../meta-openembedded/meta-python",
+                "${BUILDDIR}/../meta-openembedded/meta-multimedia",
                 "${BUILDDIR}/../meta-openembedded/meta-networking",
                 "${BUILDDIR}/../meta-openembedded/meta-filesystems"
+            ],
+            "extravars" : [
+                "LICENSE_FLAGS_WHITELIST_append = ' commercial_ffmpeg commercial_x264 '"
             ]
         },
         "meta-virt" : {
-- 
2.24.0


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

* [yocto-autobuilder-helper][PATCH] config.json: Add meta-multimedia to meta-oe job
@ 2019-12-17  3:52 Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2019-12-17  3:52 UTC (permalink / raw)
  To: yocto; +Cc: Khem Raj, Armin Kuster

meta-oe recipes/packagegroups needs meta-multimedia packagegroups
Whitelist ffmpeg so packages depending on it can be tested

Fixes
ERROR: Nothing PROVIDES 'ffmpeg' (but /home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb DEPENDS on or otherwise requires it)
ffmpeg was skipped: because it has a restricted license 'commercial'. Which is not whitelisted in LICENSE_FLAGS_WHITELIST

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Armin Kuster <akuster808@gmail.com>
---
 config.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/config.json b/config.json
index b0856a0..a790d08 100644
--- a/config.json
+++ b/config.json
@@ -729,8 +729,12 @@
             "ADDLAYER" : [
                 "${BUILDDIR}/../meta-openembedded/meta-oe",
                 "${BUILDDIR}/../meta-openembedded/meta-python",
+                "${BUILDDIR}/../meta-openembedded/meta-multimedia",
                 "${BUILDDIR}/../meta-openembedded/meta-networking",
                 "${BUILDDIR}/../meta-openembedded/meta-filesystems"
+            ],
+            "extravars" : [
+                "LICENSE_FLAGS_WHITELIST_append = ' commercial_ffmpeg commercial_x264 '"
             ]
         },
         "meta-virt" : {
-- 
2.24.0


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

end of thread, other threads:[~2019-12-17  3:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-11  3:56 [yocto-autobuilder-helper][PATCH] config.json: Add meta-multimedia to meta-oe job Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2019-12-17  3:52 Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox