Since [0], meta-networking depends on meta-python. So, add meta-python layer wherever meta-networking is used.
[0]: https://git.openembedded.org/meta-openembedded/commit/?id=ab7c469bfeb7aba97402d8eab03d9bb18725c6af Signed-off-by: Yoann Congal <yoann.con...@smile.fr> --- config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.json b/config.json index ece5422..0c34161 100644 --- a/config.json +++ b/config.json @@ -385,10 +385,12 @@ "EXTRACMDS" : ["${SCRIPTSDIR}/checkvnc; OEQA_DEBUGGING_SAVED_OUTPUT=${BASE_SHAREDDIR}/pub/repro-fail-openembedded/meta-networking/ DISPLAY=:1 BB_LOGCONFIG=$(readlink -f $BB_LOGCONFIG) oe-selftest --newbuilddir $BUILDDIR/build-st-meta-networking -r reproducible"], "ADDLAYER" : [ "${BUILDDIR}/../meta-openembedded/meta-oe", + "${BUILDDIR}/../meta-openembedded/meta-python", "${BUILDDIR}/../meta-openembedded/meta-networking" ], "extravars" : [ "EXCLUDE_FROM_WORLD:layer-openembedded-layer = '1'", + "EXCLUDE_FROM_WORLD:layer-meta-python = '1'", "USERADD_GID_TABLES:append = ' files/static-group-meta-networking'", "USERADD_UID_TABLES:append = ' files/static-passwd-meta-networking'", "USERADD_GID_TABLES:append = ' files/static-group-meta-oe'", -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62654): https://lists.yoctoproject.org/g/yocto/message/62654 Mute This Topic: https://lists.yoctoproject.org/mt/104712573/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-