summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Mangeac <Adrian.Mangeac@enea.com>2019-08-09 17:42:07 +0200
committerAdrian Mangeac <Adrian.Mangeac@enea.com>2019-08-23 10:42:53 +0200
commit09cdd1704db8a098493e7670c14ee1b37f76a272 (patch)
tree13d59b1c455f3628e4177b74373685309ff410c9
parent5ee8fff300aaf271d34c4c9e343841d8d57f8b75 (diff)
downloadmeta-el-standard-09cdd1704db8a098493e7670c14ee1b37f76a272.tar.gz
Remove live images
The sdk build fails because the generated binary is too large for live image format. Change-Id: I926f282737932d9382fe1fcc5bac1acdcadb3234 Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
-rw-r--r--conf/template.intel-corei7-64/local.conf.sample4
-rw-r--r--images/enea-image-standard-common.inc4
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/template.intel-corei7-64/local.conf.sample b/conf/template.intel-corei7-64/local.conf.sample
index 686809b..2cf357c 100644
--- a/conf/template.intel-corei7-64/local.conf.sample
+++ b/conf/template.intel-corei7-64/local.conf.sample
@@ -236,10 +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 ext4"
240IMAGE_FSTYPES_remove = " live"
241IMAGE_FSTYPES_remove = " wic"
242
243# Remove Intel Microcode 239# Remove Intel Microcode
244MACHINE_FEATURES_remove = "intel-ucode" 240MACHINE_FEATURES_remove = "intel-ucode"
245 241
diff --git a/images/enea-image-standard-common.inc b/images/enea-image-standard-common.inc
index d4eff75..a4d2cc7 100644
--- a/images/enea-image-standard-common.inc
+++ b/images/enea-image-standard-common.inc
@@ -6,3 +6,7 @@ IMAGE_INSTALL += " \
6 " 6 "
7 7
8CORE_IMAGE_EXTRA_INSTALL_append = " kernel-modules" 8CORE_IMAGE_EXTRA_INSTALL_append = " kernel-modules"
9
10IMAGE_FSTYPES = "tar.gz ext4"
11NOHDD = "1"
12NOISO = "1"