diff --git a/config.json b/config.json index 5b4a59e..93fd6a5 100644 --- a/config.json +++ b/config.json @@ -934,8 +934,6 @@ }, "meta-virt" : { "NEEDREPOS" : ["poky", "meta-openembedded", "meta-virtualization"], - "MACHINE" : "qemux86-64", - "BBTARGETS" : "world -k", "ADDLAYER" : [ "${BUILDDIR}/../meta-openembedded/meta-oe", "${BUILDDIR}/../meta-openembedded/meta-python", @@ -944,8 +942,18 @@ "${BUILDDIR}/../meta-virtualization" ], "extravars" : [ - "DISTRO_FEATURES:append = ' virtualization'" - ] + "DISTRO_FEATURES:append = ' virtualization xen'" + ], + "step1" : { + "shortname": "Xen for qemux86-64", + "MACHINE": "qemux86-64", + "BBTARGETS" : "xen-image-minimal" + }, + "step2" : { + "shortname": "Xen for qemuarm64", + "MACHINE": "qemuarm64", + "BBTARGETS" : "xen-image-minimal" + } }, "qa-extras" : { "MACHINE" : "qemux86-64",