summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Ionescu <gabriel.ionescu@enea.com>2018-03-26 10:24:24 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2018-03-26 14:17:50 +0200
commit7cadcccbaa94359791a0e0f69d9a6322688a47de (patch)
treeed965b824907d5d622665cc2815ad5053b38e62a
parent9d2a993639333fac77dd236bad7d58ef520c1977 (diff)
downloadmeta-el-nfv-access-7cadcccbaa94359791a0e0f69d9a6322688a47de.tar.gz
Don't remove ext4 image as it's needed to generate the ISO
Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--images/enea-nfv-access-common.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/images/enea-nfv-access-common.inc b/images/enea-nfv-access-common.inc
index cd2218d..54df560 100644
--- a/images/enea-nfv-access-common.inc
+++ b/images/enea-nfv-access-common.inc
@@ -7,12 +7,7 @@ IMAGE_INSTALL += " \
7 kernel-modules \ 7 kernel-modules \
8 " 8 "
9 9
10IMAGE_FSTYPES = "ext4.gz tar.gz" 10IMAGE_FSTYPES = "ext4 ext4.gz tar.gz"
11 11
12inherit image_types_uboot 12inherit image_types_uboot
13IMAGE_FSTYPES_append_cn8304 = " ext4.gz.u-boot" 13IMAGE_FSTYPES_append_cn8304 = " ext4.gz.u-boot"
14
15#keep only the archive
16do_image_ext4_append() {
17 rm ${IMGDEPLOYDIR}/*.ext4
18}