diff options
Diffstat (limited to 'recipes-extended')
| -rw-r--r-- | recipes-extended/images/xen-image-minimal.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-extended/images/xen-image-minimal.bb b/recipes-extended/images/xen-image-minimal.bb index 3cf42300..9b7f4150 100644 --- a/recipes-extended/images/xen-image-minimal.bb +++ b/recipes-extended/images/xen-image-minimal.bb | |||
| @@ -34,7 +34,11 @@ XEN_ACPI_PROCESSOR_MODULE:x86-64 = "kernel-module-xen-acpi-processor" | |||
| 34 | 34 | ||
| 35 | LICENSE = "MIT" | 35 | LICENSE = "MIT" |
| 36 | 36 | ||
| 37 | inherit core-image qemuboot-xen-defaults qemuboot-xen-dtb qemuboot-testimage-network | 37 | inherit core-image |
| 38 | # Only inherit the qemuboot classes when building for a qemu machine | ||
| 39 | QB_QEMU_CLASSES = "" | ||
| 40 | QB_QEMU_CLASSES:qemuall = "qemuboot-xen-defaults qemuboot-xen-dtb qemuboot-xen-u-boot qemuboot-testimage-network" | ||
| 41 | inherit ${QB_QEMU_CLASSES} | ||
| 38 | 42 | ||
| 39 | do_check_xen_state() { | 43 | do_check_xen_state() { |
| 40 | if [ "${@bb.utils.contains('DISTRO_FEATURES', 'xen', ' yes', 'no', d)}" = "no" ]; then | 44 | if [ "${@bb.utils.contains('DISTRO_FEATURES', 'xen', ' yes', 'no', d)}" = "no" ]; then |
