summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2018-09-04 11:51:26 +0200
committerMartin Borg <martin.borg@enea.com>2018-09-04 11:51:26 +0200
commit6a51f85b6c58dbb5fe7c3b366ddacce093700bf7 (patch)
treededfffb954ae06606f8f61e0d4c58c123e407ff5
parent3dec19acea373a59de4531843851413dc1f7febe (diff)
downloadmeta-el-standard-6a51f85b6c58dbb5fe7c3b366ddacce093700bf7.tar.gz
templates: add ext4 rootfs format
ext4 is the default fstype for qemu boot Change-Id: Ic97f9adafceb5d0c82657b8b28567269a279ff01 Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--conf/template.intel-corei7-64/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
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"
236# this doesn't mean anything to you. 236# this doesn't mean anything to you.
237CONF_VERSION = "1" 237CONF_VERSION = "1"
238 238
239IMAGE_FSTYPES_append = " tar.gz" 239IMAGE_FSTYPES_append = " tar.gz ext4"
240IMAGE_FSTYPES_remove = " live" 240IMAGE_FSTYPES_remove = " live"
241 241