summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-02-13 00:02:58 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-02-13 18:32:25 +0000
commit0080cf2bac01240d72944b0110946b4407a795f1 (patch)
tree5ab788717b922351128a91565a7d1227f110faaa
parent8accc5bd44a3295bb62391a04ae0cea7907b866f (diff)
downloadmeta-ti-0080cf2bac01240d72944b0110946b4407a795f1.tar.gz
conf/machine: add dependency for wic to package deployed SPL
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/include/k3.inc1
-rw-r--r--conf/machine/include/omap-a15.inc1
-rw-r--r--conf/machine/include/ti33x.inc1
-rw-r--r--conf/machine/include/ti43x.inc1
4 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc
index c9ff553d..3416be9e 100644
--- a/conf/machine/include/k3.inc
+++ b/conf/machine/include/k3.inc
@@ -39,5 +39,4 @@ IMAGE_FSTYPES += "tar.xz wic.xz"
39# u-boot-k3-r5 and ti-sci-fw recipes 39# u-boot-k3-r5 and ti-sci-fw recipes
40IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" 40IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
41WKS_FILE ?= "sdimage-bootpart.wks" 41WKS_FILE ?= "sdimage-bootpart.wks"
42
43do_image_wic[depends] += "u-boot:do_deploy" 42do_image_wic[depends] += "u-boot:do_deploy"
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index 1b9f653b..d458809a 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -41,3 +41,4 @@ MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa etherne
41IMAGE_FSTYPES += "tar.xz wic.xz" 41IMAGE_FSTYPES += "tar.xz wic.xz"
42WKS_FILE ?= "sdimage-bootpart.wks" 42WKS_FILE ?= "sdimage-bootpart.wks"
43IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" 43IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
44do_image_wic[depends] += "u-boot:do_deploy"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 4ee79957..3c752d54 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -63,3 +63,4 @@ TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x"
63IMAGE_FSTYPES += "tar.xz wic.xz" 63IMAGE_FSTYPES += "tar.xz wic.xz"
64WKS_FILE ?= "sdimage-bootpart.wks" 64WKS_FILE ?= "sdimage-bootpart.wks"
65IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" 65IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
66do_image_wic[depends] += "u-boot:do_deploy"
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 252053c6..d1fc0b50 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -59,3 +59,4 @@ TI_PDK_LIMIT_BOARDS = "evmAM437x idkAM437x skAM437x"
59IMAGE_FSTYPES += "tar.xz wic.xz" 59IMAGE_FSTYPES += "tar.xz wic.xz"
60WKS_FILE ?= "sdimage-bootpart.wks" 60WKS_FILE ?= "sdimage-bootpart.wks"
61IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" 61IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
62do_image_wic[depends] += "u-boot:do_deploy"