summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/machine/qemux86-64.conf3
-rw-r--r--meta/conf/machine/qemux86.conf3
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index b191ddd3cb..084551db6a 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -31,3 +31,6 @@ XSERVER = "xserver-xorg \
31MACHINE_FEATURES += "x86" 31MACHINE_FEATURES += "x86"
32 32
33MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" 33MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
34
35WKS_FILE = "directdisk.wks"
36do_image_wic[depends] += "syslinux:do_build syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
index 8555fd6bfe..5cf024942f 100644
--- a/meta/conf/machine/qemux86.conf
+++ b/meta/conf/machine/qemux86.conf
@@ -30,3 +30,6 @@ XSERVER = "xserver-xorg \
30MACHINE_FEATURES += "x86" 30MACHINE_FEATURES += "x86"
31 31
32MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" 32MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
33
34WKS_FILE = "directdisk.wks"
35do_image_wic[depends] += "syslinux:do_build syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"