diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-20 17:39:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-21 22:05:37 +0000 |
commit | 7dcf6c9d4545ee568b9ca769927f399790618740 (patch) | |
tree | fb7a25b443be7fc1e5fba4d66e5074f10c4c1027 /meta/conf/machine | |
parent | 850642936887cff02b1f2cb2799c7dac01586bf0 (diff) | |
download | poky-7dcf6c9d4545ee568b9ca769927f399790618740.tar.gz |
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>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index a5fc88aa01..d5c0b376ce 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc | |||
@@ -15,7 +15,7 @@ MACHINE_FEATURES = "alsa bluetooth usbgadget screen" | |||
15 | 15 | ||
16 | MACHINEOVERRIDES =. "qemuall:" | 16 | MACHINEOVERRIDES =. "qemuall:" |
17 | 17 | ||
18 | IMAGE_FSTYPES += "tar.bz2 ext3" | 18 | IMAGE_FSTYPES += "tar.bz2 ext4" |
19 | 19 | ||
20 | # Don't include kernels in standard images | 20 | # Don't include kernels in standard images |
21 | RDEPENDS_kernel-base = "" | 21 | RDEPENDS_kernel-base = "" |