Signed-off-by: Aaron Chan <aaron.chun.yew.c...@intel.com> --- config.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-)
diff --git a/config.json b/config.json index c9dc21e..3c1f989 100644 --- a/config.json +++ b/config.json @@ -383,6 +383,36 @@ ], "step1" : { "MACHINE" : "qemux86", + "SDKMACHINE" : "x86_64", + "DISTRO" : "poky-lsb", + "BBTARGETS" : "wic-tools core-image-lsb-sdk", + "EXTRACMDS" : [ + "wic create directdisk -e core-image-lsb-sdk -o ${BUILDDIR}/tmp/deploy/wic_images/qemux86/directdisk/core-image-lsb-sdk/", + "wic create directdisk-gpt -e core-image-lsb-sdk -o ${BUILDDIR}/tmp/deploy/wic_images/qemux86/directdisk/core-image-lsb-sdk/", + "wic create mkefidisk -e core-image-lsb-sdk -o ${BUILDDIR}/tmp/deploy/wic_images/qemux86/directdisk/core-image-lsb-sdk/" + ], + "extravars" : [ + "IMAGES_FSTYPES += ' wic'" + ], + "SANITYTARGETS" : "core-image-lsb-sdk:do_testimage" + }, + "step2" : { + "MACHINE" : "qemux86-64", + "SDKMACHINE" : "x86_64", + "DISTRO" : "poky-lsb", + "BBTARGETS" : "wic-tools core-image-lsb-sdk", + "EXTRACMDS" : [ + "wic create directdisk -e core-image-lsb-sdk -o ${BUILDDIR}/tmp/deploy/wic_images/qemux86-64/directdisk/core-image-lsb-sdk/", + "wic create directdisk-gpt -e core-image-lsb-sdk -o ${BUILDDIR}/tmp/deploy/wic_images/qemux86-64/directdisk/core-image-lsb-sdk/", + "wic create mkefdisk -e core-image-lsb-sdk -o ${BUILDDIR}/tmp/deploy/wic_images/qemux86-64/directdisk/core-image-lsb-sdk/" + ], + "extravars" : [ + "IMAGES_FSTYPES += ' wic'" + ], + "SANITYTARGETS" : "core-image-lsb-sdk:do_testimage" + }, + "step3" : { + "MACHINE" : "qemux86", "BBTARGETS" : "wic-tools core-image-sato", "EXTRACMDS" : [ "wic create directdisk -e core-image-sato -o ${BUILDDIR}/tmp/deploy/wic_images/qemux86/directdisk/core-image-sato/", @@ -390,7 +420,7 @@ "wic create mkefidisk -e core-image-sato -o ${BUILDDIR}/tmp/deploy/wic_images/qemux86/directdisk/core-image-sato/" ] }, - "step2" : { + "step4" : { "MACHINE" : "genericx86", "BBTARGETS" : "wic-tools core-image-sato", "EXTRACMDS" : [ -- 2.7.4 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto