diff mbox series

[yocto-autobuilder-helper,kirkstone] config.json: Make meta-oe source mirror config wider coverage

Message ID 20240102165439.34706-1-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder-helper,kirkstone] config.json: Make meta-oe source mirror config wider coverage | expand

Commit Message

Yoann Congal Jan. 2, 2024, 4:54 p.m. UTC
From: Richard Purdie <richard.purdie@linuxfoundation.org>

Some recipes depend on DISTRO_FEATURES, commercial licensing or compiler
config like fortran. Set these things so that we get wider soruce mirror
coverage and fewer warnings.

'commercial' license usage is ok here since we're not building and then
shipping any binaries or using it, only mirroring the source code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 93d47af8abbc6558f9a098a0c7fa6c0e901424a9)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
This will fix many AB warnings for meta-oe-mirror/kirkstone
configuration
---
 config.json | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 7828462..7c53c46 100644
--- a/config.json
+++ b/config.json
@@ -1180,6 +1180,12 @@ 
                 "${BUILDDIR}/../meta-openembedded/meta-initramfs",
                 "${BUILDDIR}/../meta-openembedded/meta-webserver"
             ],
+            "extravars" : [
+                "LICENSE_FLAGS_ACCEPTED = 'commercial'",
+                "DISTRO_FEATURES:append = ' pam systemd usrmerge'",
+                "FORTRAN:forcevariable = ',fortran'",
+                "RUNTIMETARGET:append:pn-gcc-runtime = ' libquadmath'"
+            ],
             "step1" : {
                 "shortname" : "Sources pre-fetching",
                 "BBTARGETS" : "universe -c fetch -k",