Make qemu-system* as configurable in xen-tools so that it allows
user to switch to qemu-system-aarch64 or other if it is supported by
qemu.

Signed-off-by: Sandeep Gundlupet Raju <[email protected]>
---
 recipes-extended/xen/xen-tools.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-extended/xen/xen-tools.inc 
b/recipes-extended/xen/xen-tools.inc
index 72d0b37..7099289 100644
--- a/recipes-extended/xen/xen-tools.inc
+++ b/recipes-extended/xen/xen-tools.inc
@@ -748,11 +748,13 @@ SYSTEMD_SERVICE:${PN}-xencommons = " \
     "
 SYSTEMD_SERVICE:${PN}-xendomains = "xendomains.service"
 
+QEMU_SYSTEM ?= "qemu-system-i386"
+
 EXTRA_OECONF += " \
     --with-systemd=${systemd_unitdir}/system \
     --with-initddir=${INIT_D_DIR} \
     --with-sysconfig-leaf-dir=default \
-    --with-system-qemu=${bindir}/qemu-system-i386 \
+    --with-system-qemu=${bindir}/${QEMU_SYSTEM} \
     "
 
 do_configure() {
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8931): 
https://lists.yoctoproject.org/g/meta-virtualization/message/8931
Mute This Topic: https://lists.yoctoproject.org/mt/109126016/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

  • [meta-virtualization][sc... Sandeep Gundlupet Raju via lists.yoctoproject.org

Reply via email to