[yocto] [PATCH 1/2] [yocto-ab-helper] Add qemux86, qemux86-64 WIC testimage buildset-config

Chan, Aaron Chun Yew aaron.chun.yew.chan at intel.com
Mon Jul 2 03:34:23 PDT 2018


Hi Richard,

Kindly ignore this patch as it contains the old description. I'll send a new patch indicating the reason behind this buildset-config is needed.

Cheers,
Aaron
________________________________________
From: Chan, Aaron Chun Yew
Sent: Monday, July 02, 2018 6:30 PM
To: richard.purdie at linuxfoundation.org; yocto at yoctoproject.org
Cc: Chan, Aaron Chun Yew
Subject: [PATCH 1/2] [yocto-ab-helper] Add qemux86, qemux86-64 WIC testimage buildset-config

Signed-off-by: Aaron Chan <aaron.chun.yew.chan at 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



More information about the yocto mailing list