From 7b1345384ecb9feaaab3cd1d2255733c5db19140 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 24 May 2021 19:24:19 +0200 Subject: 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 --- images/enea-nfv-access-host-common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'images') 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 @@ IMAGE_FSTYPES += "hddimg" +IMAGE_FSTYPES_remove = "wic" REQUIRE_FILES = " \ images/enea-nfv-access-common.inc \ -- cgit v1.2.3-54-g00ecf