summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp
diff options
context:
space:
mode:
authorAniket Limaye <a-limaye@ti.com>2023-10-12 22:59:47 +0530
committerRyan Eatmon <reatmon@ti.com>2023-10-17 21:58:11 -0500
commit84195f4601f35c8dd195cb08ee20103019c3e54b (patch)
tree481c4b9b36ae5b73fc417ddc8b527eccb6e240dc /meta-ti-bsp/recipes-bsp
parente5ea7f74e0470575dce7c3eea73e9d39509a0a7a (diff)
downloadmeta-ti-84195f4601f35c8dd195cb08ee20103019c3e54b.tar.gz
Revert "recipes-bsp: u-boot-ti.inc: Remove ti-sci-fw from DEPENDS for k3 machine"
This reverts commit cd13cafd659f7784f4131fd0bafb8a3c7c9ef126. Some devices need ti-fs-stub-* firmware for the uboot aarch64 build Signed-off-by: Aniket Limaye <a-limaye@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp')
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index 0b8025f4..80e0e8df 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -30,6 +30,7 @@ DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native python3-se
30DEPENDS += "python3-pyelftools-native python3-pyyaml-native python3-jsonschema-native" 30DEPENDS += "python3-pyelftools-native python3-pyyaml-native python3-jsonschema-native"
31 31
32# SYSFW/TIFS Firmware 32# SYSFW/TIFS Firmware
33DEPENDS:append:k3 = " ti-sci-fw"
33DEPENDS:append:k3r5 = " ti-sci-fw" 34DEPENDS:append:k3r5 = " ti-sci-fw"
34 35
35DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f" 36DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f"