summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2018-07-12 16:27:41 +0200
committerMartin Borg <martin.borg@enea.com>2018-07-12 16:27:41 +0200
commit0395188e79f607a76e54d60b80eaaf728fa6b730 (patch)
tree2a66fa43528d77389b045445fe53ff1858812d13
parent218f3038659d7bd7303ec803253e009780311b36 (diff)
downloadmeta-el-standard-0395188e79f607a76e54d60b80eaaf728fa6b730.tar.gz
templates: remove live image from IMAGE_FSTYPES
It causes problems for the SDK build Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--conf/template.intel-corei7-64/local.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/template.intel-corei7-64/local.conf.sample b/conf/template.intel-corei7-64/local.conf.sample
index e9c8bc7..19f18ee 100644
--- a/conf/template.intel-corei7-64/local.conf.sample
+++ b/conf/template.intel-corei7-64/local.conf.sample
@@ -237,4 +237,5 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
237CONF_VERSION = "1" 237CONF_VERSION = "1"
238 238
239IMAGE_FSTYPES_append = " tar.gz" 239IMAGE_FSTYPES_append = " tar.gz"
240IMAGE_FSTYPES_remove = " live"
240 241