Pull request #18: fix(cn913x.inc): ensure flash-image.bin is generated for wic

Merge in ICO/coreos from fix/marvell-trusted-firmware to master

* commit 'a094c751d6fcaadd90642309073529ccc722b497':
  fix(cn913x.inc): ensure flash-image.bin is generated for wic
This commit is contained in:
Samuel Dolt 2022-11-29 11:43:50 +01:00
commit d7e02f15ed
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
# Ensure that both flash-image.bin and boot.scr are generated as they are needed # Ensure that both flash-image.bin and boot.scr are generated as they are needed
# for a wic image # for a wic image
EXTRA_IMAGEDEPENDS += "trusted-firmware-a" do_image_wic[depends] += "trusted-firmware-a:do_deploy"
WKS_FILE = "cn913x-sdcard.wks.in" WKS_FILE = "cn913x-sdcard.wks.in"
IMAGE_FSTYPES += "wic.xz wic.bmap" IMAGE_FSTYPES += "wic.xz wic.bmap"