1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-27 14:28:05 +00:00

conf/machine: add dependency for wic to package deployed SPL

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2020-02-13 00:02:58 +00:00
parent 416ca6041e
commit 418c90c917
4 changed files with 3 additions and 1 deletions
-1
View File
@@ -39,5 +39,4 @@ IMAGE_FSTYPES += "tar.xz wic.xz"
# u-boot-k3-r5 and ti-sci-fw recipes
IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
WKS_FILE ?= "sdimage-bootpart.wks"
do_image_wic[depends] += "u-boot:do_deploy"