diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-02-13 00:02:58 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-13 18:33:55 +0000 |
commit | 418c90c917ee259e1df7425e7a02670edb88cd28 (patch) | |
tree | d56912e9e2cdbea11ec32db6770f8528ac049ce5 /conf | |
parent | 416ca6041ee3be5f451414f0b250921d5c968e85 (diff) | |
download | meta-ti-418c90c917ee259e1df7425e7a02670edb88cd28.tar.gz |
conf/machine: add dependency for wic to package deployed SPL
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/k3.inc | 1 | ||||
-rw-r--r-- | conf/machine/include/omap-a15.inc | 1 | ||||
-rw-r--r-- | conf/machine/include/ti33x.inc | 1 | ||||
-rw-r--r-- | conf/machine/include/ti43x.inc | 1 |
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 |
40 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" | 40 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" |
41 | WKS_FILE ?= "sdimage-bootpart.wks" | 41 | WKS_FILE ?= "sdimage-bootpart.wks" |
42 | |||
43 | do_image_wic[depends] += "u-boot:do_deploy" | 42 | do_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 | |||
41 | IMAGE_FSTYPES += "tar.xz wic.xz" | 41 | IMAGE_FSTYPES += "tar.xz wic.xz" |
42 | WKS_FILE ?= "sdimage-bootpart.wks" | 42 | WKS_FILE ?= "sdimage-bootpart.wks" |
43 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" | 43 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" |
44 | do_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" | |||
63 | IMAGE_FSTYPES += "tar.xz wic.xz" | 63 | IMAGE_FSTYPES += "tar.xz wic.xz" |
64 | WKS_FILE ?= "sdimage-bootpart.wks" | 64 | WKS_FILE ?= "sdimage-bootpart.wks" |
65 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" | 65 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" |
66 | do_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" | |||
59 | IMAGE_FSTYPES += "tar.xz wic.xz" | 59 | IMAGE_FSTYPES += "tar.xz wic.xz" |
60 | WKS_FILE ?= "sdimage-bootpart.wks" | 60 | WKS_FILE ?= "sdimage-bootpart.wks" |
61 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" | 61 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}" |
62 | do_image_wic[depends] += "u-boot:do_deploy" | ||