diff options
author | Ryan Eatmon <reatmon@ti.com> | 2023-04-05 10:44:44 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-04-05 13:58:50 -0500 |
commit | b95384b6399424f1e9d0fd847cd3db8e626b9f20 (patch) | |
tree | b7b17ba2aa960757f5d737b7de4d39219a51df0c /meta-ti-bsp/conf/machine/j784s4-evm.conf | |
parent | 26665b1fea17ac6010121fff593759de55bb6120 (diff) | |
download | meta-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.conf | 4 |
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 |
22 | BBMULTICONFIG = "k3r5-gp" | 22 | BBMULTICONFIG = "k3r5-gp" |
23 | do_image_wic[mcdepends] = "mc::k3r5-gp:ti-sci-fw:do_deploy" | 23 | do_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 |
26 | BBMULTICONFIG += "k3r5-sr1-hs-fs" | 26 | BBMULTICONFIG += "k3r5-sr1-hs-fs" |
27 | IMAGE_BOOT_FILES += "tiboot3-j784s4-hs-fs-evm.bin" | 27 | IMAGE_BOOT_FILES += "tiboot3-j784s4-hs-fs-evm.bin" |
28 | do_image_wic[mcdepends] += "mc::k3r5-sr1-hs-fs:ti-sci-fw:do_deploy" | 28 | do_image_complete[mcdepends] += "mc::k3r5-sr1-hs-fs:ti-sci-fw:do_deploy" |