config.json: Make meta-oe source mirror config wider coverage

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>
This commit is contained in:
Richard Purdie 2023-10-24 12:01:17 +01:00
parent f7cac565b4
commit 93d47af8ab

View File

@ -1451,6 +1451,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",