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:
commit
d7e02f15ed
|
|
@ -50,7 +50,7 @@ SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
|
|||
|
||||
# Ensure that both flash-image.bin and boot.scr are generated as they are needed
|
||||
# for a wic image
|
||||
EXTRA_IMAGEDEPENDS += "trusted-firmware-a"
|
||||
do_image_wic[depends] += "trusted-firmware-a:do_deploy"
|
||||
WKS_FILE = "cn913x-sdcard.wks.in"
|
||||
IMAGE_FSTYPES += "wic.xz wic.bmap"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue