summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"