From f08f9b590ce624188e20209608011da99a128168 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 19 Mar 2020 11:15:00 -0400 Subject: [PATCH] meta-arm-bsp: a5ds: Remove WIC references The current WIC references in the A5DS config file are causing a build break, due to not being defined. These WIC files should be revisited once the IOTA distro is present. Change-Id: Ied2cd6f768625d18150ed60bd5fe317e06c7f48a Signed-off-by: Jon Mason Reviewed-by: Bertrand Marquis Reviewed-by: Diego Sueiro --- meta-arm-bsp/conf/machine/a5ds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/conf/machine/a5ds.conf b/meta-arm-bsp/conf/machine/a5ds.conf index 136105be..fa7d88e2 100644 --- a/meta-arm-bsp/conf/machine/a5ds.conf +++ b/meta-arm-bsp/conf/machine/a5ds.conf @@ -14,7 +14,7 @@ EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a u-boot" SERIAL_CONSOLES = "115200;ttyAMA0" -IMAGE_FSTYPES += "tar.bz2 wic wic.nopt cpio.gz" +IMAGE_FSTYPES += "tar.bz2 cpio.gz" EXTRA_IMAGEDEPENDS += "u-boot"