diff options
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine/qemux86.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index fcc44595e8..2330c7d86e 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf | |||
@@ -33,5 +33,5 @@ KERNEL_MODULE_AUTOLOAD += "uvesafb" | |||
33 | KERNEL_MODULE_PROBECONF += "uvesafb" | 33 | KERNEL_MODULE_PROBECONF += "uvesafb" |
34 | module_conf_uvesafb = "options uvesafb mode_option=${UVESA_MODE}" | 34 | module_conf_uvesafb = "options uvesafb mode_option=${UVESA_MODE}" |
35 | 35 | ||
36 | WKS_FILE ?= "directdisk.wks" | 36 | WKS_FILE ?= "qemux86-directdisk.wks" |
37 | do_image_wic[depends] += "syslinux:do_populate_sysroot syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | 37 | do_image_wic[depends] += "syslinux:do_populate_sysroot 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 c53f7a92ce..811e3ef7cf 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -32,5 +32,5 @@ KERNEL_MODULE_AUTOLOAD += "uvesafb" | |||
32 | KERNEL_MODULE_PROBECONF += "uvesafb" | 32 | KERNEL_MODULE_PROBECONF += "uvesafb" |
33 | module_conf_uvesafb = "options uvesafb mode_option=${UVESA_MODE}" | 33 | module_conf_uvesafb = "options uvesafb mode_option=${UVESA_MODE}" |
34 | 34 | ||
35 | WKS_FILE ?= "directdisk.wks" | 35 | WKS_FILE ?= "qemux86-directdisk.wks" |
36 | do_image_wic[depends] += "syslinux:do_populate_sysroot syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | 36 | do_image_wic[depends] += "syslinux:do_populate_sysroot syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" |