mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-10-22 23:02:21 +02:00
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:
parent
f7cac565b4
commit
93d47af8ab
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user