mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 19:10:58 +00:00
qemuriscv: Add to common MACHINE_FEATURES instead of overriding them
machine features like vfat are needed for ptests to pass ( e..g. parted) This brings it closer to what x86 qemu config looks like as well. (From OE-Core rev: a6d97ecb25567ec7e56c061be9ab281b54b4d524) Signed-off-by: Khem Raj <raj.khem@gmail.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b1116c8102
commit
ed9e5fa8dc
@ -3,7 +3,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
|
|||||||
require conf/machine/include/qemu.inc
|
require conf/machine/include/qemu.inc
|
||||||
require conf/machine/include/riscv/tune-riscv.inc
|
require conf/machine/include/riscv/tune-riscv.inc
|
||||||
|
|
||||||
MACHINE_FEATURES = "screen keyboard ext2 ext3 serial"
|
MACHINE_FEATURES += "keyboard ext2 ext3 serial"
|
||||||
|
|
||||||
KERNEL_IMAGETYPE = "Image"
|
KERNEL_IMAGETYPE = "Image"
|
||||||
KERNEL_IMAGETYPES += "uImage"
|
KERNEL_IMAGETYPES += "uImage"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user