diff options
author | Ryan Eatmon <reatmon@ti.com> | 2023-04-05 10:44:44 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-04-05 10:47:56 -0500 |
commit | 6ab0cc7c9d7789ab2b25a4f2079c2b8392e54aa7 (patch) | |
tree | d7299b8b0b8a97bc3ca8333d5b22b327d37c3506 /meta-ti-bsp/conf/machine/j721s2-evm.conf | |
parent | 9581f3d450354f8cfec09a228a980a0b37f9fe04 (diff) | |
download | meta-ti-6ab0cc7c9d7789ab2b25a4f2079c2b8392e54aa7.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/j721s2-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/j721s2-evm.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/j721s2-evm.conf b/meta-ti-bsp/conf/machine/j721s2-evm.conf index 1f54c7b1..bef5684f 100644 --- a/meta-ti-bsp/conf/machine/j721s2-evm.conf +++ b/meta-ti-bsp/conf/machine/j721s2-evm.conf | |||
@@ -22,9 +22,9 @@ UBOOT_MACHINE = "j721s2_evm_a72_defconfig" | |||
22 | 22 | ||
23 | # Default tiboot3.bin on J721S2 is for GP | 23 | # Default tiboot3.bin on J721S2 is for GP |
24 | BBMULTICONFIG = "k3r5-gp" | 24 | BBMULTICONFIG = "k3r5-gp" |
25 | do_image_wic[mcdepends] = "mc::k3r5-gp:ti-sci-fw:do_deploy" | 25 | do_image_complete[mcdepends] = "mc::k3r5-gp:ti-sci-fw:do_deploy" |
26 | 26 | ||
27 | # Since default tiboot3.bin on J721S2 is for GP, add a version for SR1.0 HS-FS | 27 | # Since default tiboot3.bin on J721S2 is for GP, add a version for SR1.0 HS-FS |
28 | BBMULTICONFIG += "k3r5-sr1-hs-fs" | 28 | BBMULTICONFIG += "k3r5-sr1-hs-fs" |
29 | IMAGE_BOOT_FILES += "tiboot3-j721s2-hs-fs-evm.bin" | 29 | IMAGE_BOOT_FILES += "tiboot3-j721s2-hs-fs-evm.bin" |
30 | do_image_wic[mcdepends] += "mc::k3r5-sr1-hs-fs:ti-sci-fw:do_deploy" | 30 | do_image_complete[mcdepends] += "mc::k3r5-sr1-hs-fs:ti-sci-fw:do_deploy" |