summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDragos Motrea <Dragos.Motrea@enea.com>2017-09-26 15:26:25 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-09-28 14:07:01 +0200
commite7e59aa6e20653b227745a493141234b6e0e77d4 (patch)
treee25836a0b90f9206dc12906a9cf2cffea95a002d
parent1f6c39baffb02e70d3576f30c3b333eb0d0e0352 (diff)
downloadmeta-el-nfv-access-e7e59aa6e20653b227745a493141234b6e0e77d4.tar.gz
Added tar.gz fstype for guest
The tar.gz file system is needed for docker import command. Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--images/enea-image-nfv-access-common.inc2
-rw-r--r--images/enea-image-nfv-access-host-common.inc2
2 files changed, 1 insertions, 3 deletions
diff --git a/images/enea-image-nfv-access-common.inc b/images/enea-image-nfv-access-common.inc
index a583ed5..043b020 100644
--- a/images/enea-image-nfv-access-common.inc
+++ b/images/enea-image-nfv-access-common.inc
@@ -5,7 +5,7 @@ IMAGE_INSTALL += " \
5 kernel-modules \ 5 kernel-modules \
6 " 6 "
7 7
8IMAGE_FSTYPES = "ext4.gz" 8IMAGE_FSTYPES = "ext4.gz tar.gz"
9 9
10inherit image_types_uboot 10inherit image_types_uboot
11IMAGE_FSTYPES_append_cn8304 = " ext4.gz.u-boot" 11IMAGE_FSTYPES_append_cn8304 = " ext4.gz.u-boot"
diff --git a/images/enea-image-nfv-access-host-common.inc b/images/enea-image-nfv-access-host-common.inc
index f3c673a..aea42ec 100644
--- a/images/enea-image-nfv-access-host-common.inc
+++ b/images/enea-image-nfv-access-host-common.inc
@@ -4,8 +4,6 @@ IMAGE_INSTALL += " \
4 packagegroup-enea-virtualization-host \ 4 packagegroup-enea-virtualization-host \
5 " 5 "
6 6
7IMAGE_FSTYPES += "tar.gz"
8
9# Due to a legacy include from corei7 machine we need to stop building following images 7# Due to a legacy include from corei7 machine we need to stop building following images
10NOHDD = "1" 8NOHDD = "1"
11NOISO = "1" 9NOISO = "1"