From 17712ab4e32bfe9d8996d78f69b0b00003674965 Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Thu, 12 Jul 2018 16:28:44 +0200 Subject: 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 --- conf/template.intel-corei7-64/local.conf.sample | 3 +++ 1 file changed, 3 insertions(+) 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" # track the version of this file when it was generated. This can safely be ignored if # this doesn't mean anything to you. CONF_VERSION = "1" + +IMAGE_FSTYPES_append = " tar.gz" +IMAGE_FSTYPES_remove = " live" -- cgit v1.2.3-54-g00ecf