diff options
Diffstat (limited to 'recipes-append/qemu')
-rw-r--r-- | recipes-append/qemu/qemu_1.7.0.bbappend | 6 | ||||
-rw-r--r-- | recipes-append/qemu/qemu_git.bbappend | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/recipes-append/qemu/qemu_1.7.0.bbappend b/recipes-append/qemu/qemu_1.7.0.bbappend new file mode 100644 index 0000000..d633a19 --- /dev/null +++ b/recipes-append/qemu/qemu_1.7.0.bbappend | |||
@@ -0,0 +1,6 @@ | |||
1 | # Fixes the DEPENDS variable to not require x11 | ||
2 | DEPENDS = "glib-2.0 zlib alsa-lib pixman dtc libsdl \ | ||
3 | ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}" | ||
4 | |||
5 | PACKAGECONFIG += "virtfs" | ||
6 | PACKAGECONFIG_class-nativesdk ??= "" | ||
diff --git a/recipes-append/qemu/qemu_git.bbappend b/recipes-append/qemu/qemu_git.bbappend new file mode 100644 index 0000000..f44f002 --- /dev/null +++ b/recipes-append/qemu/qemu_git.bbappend | |||
@@ -0,0 +1 @@ | |||
PACKAGECONFIG += "virtfs fdt" | |||