mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
machine/qemu: Switch from ext3 to ext4
There is no good reason not to use ext4 at this point, it has advantages and few drawbacks. Therefore switch the qemu machines over (and the default runqemu script options). (From OE-Core rev: 430b9ae71b1aa76f8421127d17e0e0723d4818d3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -15,7 +15,7 @@ MACHINE_FEATURES = "alsa bluetooth usbgadget screen"
|
||||
|
||||
MACHINEOVERRIDES =. "qemuall:"
|
||||
|
||||
IMAGE_FSTYPES += "tar.bz2 ext3"
|
||||
IMAGE_FSTYPES += "tar.bz2 ext4"
|
||||
|
||||
# Don't include kernels in standard images
|
||||
RDEPENDS_kernel-base = ""
|
||||
|
||||
Reference in New Issue
Block a user