diff options
| author | Dragos Motrea <Dragos.Motrea@enea.com> | 2017-09-26 15:26:25 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-09-28 14:07:01 +0200 |
| commit | e7e59aa6e20653b227745a493141234b6e0e77d4 (patch) | |
| tree | e25836a0b90f9206dc12906a9cf2cffea95a002d | |
| parent | 1f6c39baffb02e70d3576f30c3b333eb0d0e0352 (diff) | |
| download | meta-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.inc | 2 | ||||
| -rw-r--r-- | images/enea-image-nfv-access-host-common.inc | 2 |
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 | ||
| 8 | IMAGE_FSTYPES = "ext4.gz" | 8 | IMAGE_FSTYPES = "ext4.gz tar.gz" |
| 9 | 9 | ||
| 10 | inherit image_types_uboot | 10 | inherit image_types_uboot |
| 11 | IMAGE_FSTYPES_append_cn8304 = " ext4.gz.u-boot" | 11 | 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 += " \ | |||
| 4 | packagegroup-enea-virtualization-host \ | 4 | packagegroup-enea-virtualization-host \ |
| 5 | " | 5 | " |
| 6 | 6 | ||
| 7 | IMAGE_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 |
| 10 | NOHDD = "1" | 8 | NOHDD = "1" |
| 11 | NOISO = "1" | 9 | NOISO = "1" |
