[yocto-autobuilder-helper,dunfell] config.json: add missing configuration for meta-virt Xen for qemux86-64 test

Message ID df92e0d888432379d395fc9ae980a1d5387357c1.1652394896.git.steve@sakoman.com
State New
Headers show
Series [yocto-autobuilder-helper,dunfell] config.json: add missing configuration for meta-virt Xen for qemux86-64 test | expand

Commit Message

Steve Sakoman May 12, 2022, 10:36 p.m. UTC
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 config.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Patch

diff --git a/config.json b/config.json
index 6cceaa4..fe65440 100644
--- a/config.json
+++ b/config.json
@@ -825,7 +825,12 @@ 
             "step1" : {
                 "shortname": "Xen for qemux86-64",
                 "MACHINE": "qemux86-64",
-                "BBTARGETS" : "xen-image-minimal"
+                "BBTARGETS" : "xen-image-minimal",
+                "extravars" : [
+                    "require conf/multilib.conf",
+                    "MULTILIBS = 'multilib:lib32'",
+                    "DEFAULTTUNE_virtclass-multilib-lib32 = 'x86'"
+                ]
             },
             "step2" : {
                 "shortname": "Xen for qemuarm64",