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

Revert "wic: create SD card with 3 partitions for testing"

This reverts commit 6bca11098b.
This commit is contained in:
Denys Dmytriyenko
2020-05-09 01:56:05 +00:00
parent 1dd455890e
commit f6e024415b
5 changed files with 4 additions and 12 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-3part.wks"
WKS_FILE ?= "sdimage-bootpart.wks"
do_image_wic[depends] += "u-boot:do_deploy"