I'm building xen-image-minimal for gem5-arm64 machine (in the meta-arm layer) and the recent patch to add qemuarm64 support is breaking my builds. The patch in question is:
19347a7c4e4c qemuboot, xen-image-minimal: enable runqemu for qemuarm64 Xen images You can see an example of the breakage here: https://gitlab.com/jonmason00/meta-arm/-/jobs/1468242014 The problematic line is diff --git a/recipes-extended/images/xen-image-minimal.bb b/recipes-extended/images/xen-image-minimal.bb index 6733801cca5f..ca6d26836c42 100644 --- a/recipes-extended/images/xen-image-minimal.bb +++ b/recipes-extended/images/xen-image-minimal.bb @@ -31,7 +31,7 @@ XEN_PCIBACK_MODULE_x86-64 = "kernel-module-xen-pciback" LICENSE = "MIT" -inherit core-image +inherit core-image qemuboot-xen-defaults qemuboot-xen-dtb Reverting this line "fixes" my problem. It seems odd to add qemu stuff for machines that don't need it. Is it right to add qemu stuff to an image.bb? Thanks, Jon
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6701): https://lists.yoctoproject.org/g/meta-virtualization/message/6701 Mute This Topic: https://lists.yoctoproject.org/mt/84591911/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
