mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 23:06:35 +00:00
selftest: wic: qemux86: use weak assignment for WKS_FILE
A follow-up of a fix introduced in 1b32c6ed025745cb06b7c28ca0fe9e416ce7abfa (selftest: wic: fix test_qemu). Wic test_qemu fails on qemux86 due to a direct assignment of WKS_FILE in machine configuration. Using default assignment allows WKS_FILE to be overwritten in test setup. (From OE-Core rev: 9afaeadb37b2b2fab935755ab570cf4b1f3195f4) Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
6bba41832b
commit
1e8c6434c9
@ -28,5 +28,5 @@ MACHINE_FEATURES += "x86"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
|
||||
|
||||
WKS_FILE = "directdisk.wks"
|
||||
WKS_FILE ?= "directdisk.wks"
|
||||
do_image_wic[depends] += "syslinux:do_build syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user