summaryrefslogtreecommitdiffstats
path: root/recipes-extended/images
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-05-09 11:57:05 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-05-09 12:22:11 -0400
commit27e5ade0abc2660226389b8b62ef07d85f4b8758 (patch)
tree3d37ab6e263c0cc6c4290e3c85e5f1b5a79a794e /recipes-extended/images
parentbd66956ceb4f13fae1dd67a16c4f310e1c860210 (diff)
downloadmeta-virtualization-27e5ade0abc2660226389b8b62ef07d85f4b8758.tar.gz
Revert "qemuboot, xen-image-minimal: enable runqemu for qemuarm Xen images"
This reverts commit 1c746a976830ebaf85c7c8c25612bea349b0a7c5. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/images')
-rw-r--r--recipes-extended/images/xen-image-minimal.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/images/xen-image-minimal.bb b/recipes-extended/images/xen-image-minimal.bb
index dd5b39d8..7f10b1d6 100644
--- a/recipes-extended/images/xen-image-minimal.bb
+++ b/recipes-extended/images/xen-image-minimal.bb
@@ -36,10 +36,10 @@ LICENSE = "MIT"
36 36
37QB_NETWORK_XEN_BRIDGE = "1" 37QB_NETWORK_XEN_BRIDGE = "1"
38 38
39inherit core-image 39inherit core-image qemuboot-xen-defaults qemuboot-xen-dtb qemuboot-testimage-network
40# Only inherit the qemuboot classes when building for a qemu machine 40# Only inherit the qemuboot classes when building for a qemu machine
41QB_QEMU_CLASSES = "" 41QB_QEMU_CLASSES = ""
42QB_QEMU_CLASSES:qemuall = "qemuboot-xen-defaults qemuboot-xen-dtb qemuboot-xen-u-boot qemuboot-testimage-network" 42QB_QEMU_CLASSES:qemuall = "qemuboot-xen-defaults qemuboot-xen-dtb qemuboot-testimage-network"
43inherit ${QB_QEMU_CLASSES} 43inherit ${QB_QEMU_CLASSES}
44 44
45do_check_xen_state() { 45do_check_xen_state() {