diff options
author | Gabriel Ionescu <gabriel.ionescu@enea.com> | 2018-03-26 10:24:24 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2018-04-11 17:23:16 +0200 |
commit | 1b461ca07279739d7857fa44253ddec99e2f9bcd (patch) | |
tree | 47aa93e3eb3d3cc1f723f8a7d85fcdff25cba4cd /images | |
parent | 179e71619bf46f4afbcb7c521645180e6c132cd4 (diff) | |
download | meta-el-nfv-access-1b461ca07279739d7857fa44253ddec99e2f9bcd.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>
Diffstat (limited to 'images')
-rw-r--r-- | images/enea-nfv-access-common.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/images/enea-nfv-access-common.inc b/images/enea-nfv-access-common.inc index c99e35a..1600c0e 100644 --- a/images/enea-nfv-access-common.inc +++ b/images/enea-nfv-access-common.inc | |||
@@ -7,9 +7,5 @@ IMAGE_INSTALL += " \ | |||
7 | kernel-modules \ | 7 | kernel-modules \ |
8 | " | 8 | " |
9 | 9 | ||
10 | IMAGE_FSTYPES = "ext4.gz tar.gz" | 10 | IMAGE_FSTYPES = "ext4 ext4.gz tar.gz" |
11 | 11 | ||
12 | #keep only the archive | ||
13 | do_image_ext4_append() { | ||
14 | rm ${IMGDEPLOYDIR}/*.ext4 | ||
15 | } | ||