From e7e59aa6e20653b227745a493141234b6e0e77d4 Mon Sep 17 00:00:00 2001 From: Dragos Motrea Date: Tue, 26 Sep 2017 15:26:25 +0200 Subject: Added tar.gz fstype for guest The tar.gz file system is needed for docker import command. Signed-off-by: Dragos Motrea Signed-off-by: Adrian Dudau --- images/enea-image-nfv-access-common.inc | 2 +- images/enea-image-nfv-access-host-common.inc | 2 -- 2 files changed, 1 insertion(+), 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 += " \ kernel-modules \ " -IMAGE_FSTYPES = "ext4.gz" +IMAGE_FSTYPES = "ext4.gz tar.gz" inherit image_types_uboot IMAGE_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 += " \ packagegroup-enea-virtualization-host \ " -IMAGE_FSTYPES += "tar.gz" - # Due to a legacy include from corei7 machine we need to stop building following images NOHDD = "1" NOISO = "1" -- cgit v1.2.3-54-g00ecf