diff options
author | Andrew Davis <afd@ti.com> | 2025-06-27 15:38:08 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-12 10:15:31 -0500 |
commit | b8a1b63be7c8b2c6b0ef6112adaf1fbb6096fed1 (patch) | |
tree | e8a2a6cfaae087935149ae82e424f9bd7d8f39e1 | |
parent | 1a08f44e7c782aa21e4e2d65c29aedf7c23a4461 (diff) | |
download | meta-ti-b8a1b63be7c8b2c6b0ef6112adaf1fbb6096fed1.tar.gz |
meta-ti-bsp: ti-rtos-fw: Remove unused ti-sci-fw file extra path
Looks to be left over from long ago, now completely unneeded.
Remove it and fix some comments while here.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-rtos-fw/ti-rtos-echo-test-fw.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-rtos-fw/ti-rtos-echo-test-fw.bb b/meta-ti-bsp/recipes-bsp/ti-rtos-fw/ti-rtos-echo-test-fw.bb index 7fffc9de..20c6b531 100644 --- a/meta-ti-bsp/recipes-bsp/ti-rtos-fw/ti-rtos-echo-test-fw.bb +++ b/meta-ti-bsp/recipes-bsp/ti-rtos-fw/ti-rtos-echo-test-fw.bb | |||
@@ -23,7 +23,6 @@ PLAT_SFX:am62axx = "am62axx" | |||
23 | PLAT_SFX:am62dxx = "am62dxx" | 23 | PLAT_SFX:am62dxx = "am62dxx" |
24 | PLAT_SFX:am62pxx = "am62pxx" | 24 | PLAT_SFX:am62pxx = "am62pxx" |
25 | 25 | ||
26 | FILESEXTRAPATHS:prepend := "${METATIBASE}/recipes-bsp/ti-sci-fw/files/:" | ||
27 | require recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 26 | require recipes-bsp/ti-linux-fw/ti-linux-fw.inc |
28 | 27 | ||
29 | PV = "${CORESDK_RTOS_VERSION}" | 28 | PV = "${CORESDK_RTOS_VERSION}" |
@@ -107,13 +106,13 @@ do_install:prepend:am62dxx() { | |||
107 | } | 106 | } |
108 | 107 | ||
109 | do_install() { | 108 | do_install() { |
110 | # IPC Firmware | 109 | # Sign Firmware |
111 | for FW_NAME in ${IPC_FW_LIST} | 110 | for FW_NAME in ${IPC_FW_LIST} |
112 | do | 111 | do |
113 | ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh ${S}/${IPC_FW_DIR}/${FW_NAME} ${S}/${IPC_FW_DIR}/${FW_NAME}.signed | 112 | ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh ${S}/${IPC_FW_DIR}/${FW_NAME} ${S}/${IPC_FW_DIR}/${FW_NAME}.signed |
114 | done | 113 | done |
115 | 114 | ||
116 | # IPC Firmware | 115 | # Install Firmware |
117 | install -d ${D}${INSTALL_IPC_FW_DIR} | 116 | install -d ${D}${INSTALL_IPC_FW_DIR} |
118 | for FW_NAME in ${IPC_FW_LIST} | 117 | for FW_NAME in ${IPC_FW_LIST} |
119 | do | 118 | do |