[yocto-autobuilder-helper][PATCH] config.json: build meta-oe for qemuarm64
Anuj Mittal <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
From: Anuj Mittal <[email protected]> Extend meta-oe builds for qemuarm64 as well to have better coverage. Signed-off-by: Anuj Mittal <[email protected]> --- config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.json b/config.json index f0e220e..30dc1c2 100644 --- a/config.json +++ b/config.json @@ -1467,6 +1467,16 @@ "${BUILDDIR}/../meta-openembedded/meta-filesystems" ], "BBTARGETS" : "world -k" + }, + "step3" : { + "ADDLAYER" : [ + "${BUILDDIR}/../meta-openembedded/meta-oe", + "${BUILDDIR}/../meta-openembedded/meta-python", + "${BUILDDIR}/../meta-openembedded/meta-networking", + "${BUILDDIR}/../meta-openembedded/meta-filesystems" + ], + "MACHINE" : "qemuarm64", + "BBTARGETS" : "world -k" } }, "meta-virt" : { -- 2.53.0