summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2021-05-24 19:24:19 +0200
committerDan Andresan <Dan.Andresan@enea.com>2021-05-26 09:34:12 +0200
commit7b1345384ecb9feaaab3cd1d2255733c5db19140 (patch)
tree02e5e7e49901c4ed74bad4697b958c67295d6f69
parentfa7f6e8be5b9d1ceba03d2d17accdefa25eb3bf4 (diff)
downloadmeta-el-nfv-access-7b1345384ecb9feaaab3cd1d2255733c5db19140.tar.gz
host image: drop rootfs.wic image artifact
meta-intel and meta-updater both add "wic" to IMAGE_FSTYPES. However, it is not correctly configured for Enea Edge and it is not used, so let's just remove it. This also removes some build time tasks, e.g. building systemd-boot and their corresponding (unused) artifacts (systemd-bootx64.efi, linuxx64.stub.efi) from the deploy dir. Change-Id: Ib8e477bb7461708b6b7c74726a04a120b80d06d9 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rw-r--r--images/enea-nfv-access-host-common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc
index c096600..8d1a5ff 100644
--- a/images/enea-nfv-access-host-common.inc
+++ b/images/enea-nfv-access-host-common.inc
@@ -1,4 +1,5 @@
1IMAGE_FSTYPES += "hddimg" 1IMAGE_FSTYPES += "hddimg"
2IMAGE_FSTYPES_remove = "wic"
2 3
3REQUIRE_FILES = " \ 4REQUIRE_FILES = " \
4 images/enea-nfv-access-common.inc \ 5 images/enea-nfv-access-common.inc \