summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2018-07-12 16:28:44 +0200
committerMartin Borg <martin.borg@enea.com>2018-07-12 16:30:42 +0200
commit17712ab4e32bfe9d8996d78f69b0b00003674965 (patch)
treeb544539e5f3350210a46dd01c97efc3ba77f450d
parent3386f537490b499446f801a275dcb02963fe3374 (diff)
downloadmeta-el-rt-17712ab4e32bfe9d8996d78f69b0b00003674965.tar.gz
templates: remove live image from IMAGE_FSTYPES
It causes problems for the SDK build. Also add tar.gz to align with standard template. Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--conf/template.intel-corei7-64/local.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/template.intel-corei7-64/local.conf.sample b/conf/template.intel-corei7-64/local.conf.sample
index 7ac0fa0..2096c41 100644
--- a/conf/template.intel-corei7-64/local.conf.sample
+++ b/conf/template.intel-corei7-64/local.conf.sample
@@ -235,3 +235,6 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
235# track the version of this file when it was generated. This can safely be ignored if 235# track the version of this file when it was generated. This can safely be ignored if
236# this doesn't mean anything to you. 236# this doesn't mean anything to you.
237CONF_VERSION = "1" 237CONF_VERSION = "1"
238
239IMAGE_FSTYPES_append = " tar.gz"
240IMAGE_FSTYPES_remove = " live"