summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/j784s4-evm.conf
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-04-05 10:44:44 -0500
committerRyan Eatmon <reatmon@ti.com>2023-04-05 13:58:50 -0500
commitb95384b6399424f1e9d0fd847cd3db8e626b9f20 (patch)
treeb7b17ba2aa960757f5d737b7de4d39219a51df0c /meta-ti-bsp/conf/machine/j784s4-evm.conf
parent26665b1fea17ac6010121fff593759de55bb6120 (diff)
downloadmeta-ti-b95384b6399424f1e9d0fd847cd3db8e626b9f20.tar.gz
conf: change from do_image_wic/tar to do_image_complete
When trying to support OpenBMC, we found that our use of do_image_wic and do_image_tar for adding depends and mcdepends was too limiting. Moving to do_image_complete is a higher level in the tree that means for any image type the dependencies will be correct. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/j784s4-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/j784s4-evm.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm.conf b/meta-ti-bsp/conf/machine/j784s4-evm.conf
index 53bb4e4f..42e9ea1a 100644
--- a/meta-ti-bsp/conf/machine/j784s4-evm.conf
+++ b/meta-ti-bsp/conf/machine/j784s4-evm.conf
@@ -20,9 +20,9 @@ UBOOT_MACHINE = "j784s4_evm_a72_defconfig"
20 20
21# Default tiboot3.bin on J784S4 is for GP 21# Default tiboot3.bin on J784S4 is for GP
22BBMULTICONFIG = "k3r5-gp" 22BBMULTICONFIG = "k3r5-gp"
23do_image_wic[mcdepends] = "mc::k3r5-gp:ti-sci-fw:do_deploy" 23do_image_complete[mcdepends] = "mc::k3r5-gp:ti-sci-fw:do_deploy"
24 24
25# Since default tiboot3.bin on J784S4 is for GP, add a version for SR1.0 HS-FS 25# Since default tiboot3.bin on J784S4 is for GP, add a version for SR1.0 HS-FS
26BBMULTICONFIG += "k3r5-sr1-hs-fs" 26BBMULTICONFIG += "k3r5-sr1-hs-fs"
27IMAGE_BOOT_FILES += "tiboot3-j784s4-hs-fs-evm.bin" 27IMAGE_BOOT_FILES += "tiboot3-j784s4-hs-fs-evm.bin"
28do_image_wic[mcdepends] += "mc::k3r5-sr1-hs-fs:ti-sci-fw:do_deploy" 28do_image_complete[mcdepends] += "mc::k3r5-sr1-hs-fs:ti-sci-fw:do_deploy"