From 6a51f85b6c58dbb5fe7c3b366ddacce093700bf7 Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Tue, 4 Sep 2018 11:51:26 +0200 Subject: templates: add ext4 rootfs format ext4 is the default fstype for qemu boot Change-Id: Ic97f9adafceb5d0c82657b8b28567269a279ff01 Signed-off-by: Martin Borg --- conf/template.intel-corei7-64/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/template.intel-corei7-64/local.conf.sample b/conf/template.intel-corei7-64/local.conf.sample index 19f18ee..5765b6a 100644 --- a/conf/template.intel-corei7-64/local.conf.sample +++ b/conf/template.intel-corei7-64/local.conf.sample @@ -236,6 +236,6 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" # this doesn't mean anything to you. CONF_VERSION = "1" -IMAGE_FSTYPES_append = " tar.gz" +IMAGE_FSTYPES_append = " tar.gz ext4" IMAGE_FSTYPES_remove = " live" -- cgit v1.2.3-54-g00ecf