diff options
author | Aniket Limaye <a-limaye@ti.com> | 2023-10-12 22:59:47 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-10-12 13:13:28 -0500 |
commit | 5f162b1a2602e6517eb5cd92a46db7098cb92558 (patch) | |
tree | 0e8333b049432684846b6f99e7e3fbd547fbb6b0 | |
parent | a105374b4c2220b0e9008443f7924943f4d5fc1d (diff) | |
download | meta-ti-5f162b1a2602e6517eb5cd92a46db7098cb92558.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>
-rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 1 |
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 4a6eada2..7bda2733 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 flex-native bison-native python3-setuptools-nat | |||
30 | DEPENDS += "python3-pyelftools-native python3-pyyaml-native python3-jsonschema-native" | 30 | DEPENDS += "python3-pyelftools-native python3-pyyaml-native python3-jsonschema-native" |
31 | 31 | ||
32 | # SYSFW/TIFS Firmware | 32 | # SYSFW/TIFS Firmware |
33 | DEPENDS:append:k3 = " ti-sci-fw" | ||
33 | DEPENDS:append:k3r5 = " ti-sci-fw" | 34 | DEPENDS:append:k3r5 = " ti-sci-fw" |
34 | 35 | ||
35 | DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f" | 36 | DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f" |