Browse Source

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 <jon.mason@arm.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
Reviewed-by: Diego Sueiro <diego.sueiro@arm.com>
Jon Mason 5 years ago
parent
commit
f08f9b590c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-arm-bsp/conf/machine/a5ds.conf

+ 1 - 1
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"