All of lore.kernel.org
 help / color / mirror / Atom feed
* Build break with patch for "qemuboot, xen-image-minimal: enable runqemu for qemuarm64 Xen images"
@ 2021-08-01 15:36 Jon Mason
  2021-08-02  1:03 ` [meta-virtualization] " Christopher Clark
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Mason @ 2021-08-01 15:36 UTC (permalink / raw)
  To: Christopher Clark, Bruce Ashfield; +Cc: meta-virtualization

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-02 17:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-01 15:36 Build break with patch for "qemuboot, xen-image-minimal: enable runqemu for qemuarm64 Xen images" Jon Mason
2021-08-02  1:03 ` [meta-virtualization] " Christopher Clark
2021-08-02 13:54   ` Jon Mason
2021-08-02 17:50     ` Christopher Clark

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.