1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 22:38:04 +00:00

wic: create SD card with 3 partitions for testing

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2020-03-20 02:09:25 +00:00
parent 26265d5957
commit 6bca11098b
5 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -38,5 +38,5 @@ IMAGE_FSTYPES += "tar.xz wic.xz"
# tiboot3.bin and sysfw.itb, which are provided by meta-arago
# u-boot-k3-r5 and ti-sci-fw recipes
IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
WKS_FILE ?= "sdimage-bootpart.wks"
WKS_FILE ?= "sdimage-3part.wks"
do_image_wic[depends] += "u-boot:do_deploy"