summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-ti/bios/ti-sysbios_6.76.03.01.bb
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-05-08 10:49:23 -0500
committerRyan Eatmon <reatmon@ti.com>2024-05-08 11:00:31 -0500
commitae9a1ab0f7306b19b269580e4e4368241efbc520 (patch)
tree1f93aeca0e89e312d7f9c5e50d44578695b2a3f0 /meta-ti-extras/recipes-ti/bios/ti-sysbios_6.76.03.01.bb
parent3043308f2ea90c7677c92a65f39745d336d51ba4 (diff)
downloadmeta-ti-ae9a1ab0f7306b19b269580e4e4368241efbc520.tar.gz
recipes: Update S = WORKDIR recipes to use ${S} correctly
This is a corresponding patch to match one from Richard Purdie in oe-core. [1] Where recipes use S = ${WORKDIR}, ensure they are referencing ${S} correctly to access files as soon we want to stop doing this in WORKDIR at which point they would break unless corrected. [1] https://git.openembedded.org/openembedded-core/commit/?id=f25dd633fffe6560f191526d1869e657e129bad9 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras/recipes-ti/bios/ti-sysbios_6.76.03.01.bb')
-rw-r--r--meta-ti-extras/recipes-ti/bios/ti-sysbios_6.76.03.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-ti/bios/ti-sysbios_6.76.03.01.bb b/meta-ti-extras/recipes-ti/bios/ti-sysbios_6.76.03.01.bb
index d242510f..1226bb19 100644
--- a/meta-ti-extras/recipes-ti/bios/ti-sysbios_6.76.03.01.bb
+++ b/meta-ti-extras/recipes-ti/bios/ti-sysbios_6.76.03.01.bb
@@ -10,7 +10,7 @@ SRC_URI[sysbiosbin.md5sum] = "647243209d66d5dd35503b0ec5a84ab9"
10SRC_URI[sysbiosbin.sha256sum] = "b762b7f2343d26d367f952488e529046785128005158cc921c3baef08e97116a" 10SRC_URI[sysbiosbin.sha256sum] = "b762b7f2343d26d367f952488e529046785128005158cc921c3baef08e97116a"
11 11
12TI_BIN_UNPK_CMDS = "" 12TI_BIN_UNPK_CMDS = ""
13TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" 13TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${S}"
14 14
15BINFILE = "bios_${PV}.run" 15BINFILE = "bios_${PV}.run"
16SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/${BINFILE};name=sysbiosbin" 16SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/${BINFILE};name=sysbiosbin"