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


Steve Sakoman
 

Signed-off-by: Steve Sakoman <steve@...>
---
config.json | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

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",
--
2.25.1

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.