diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-06-25 10:33:41 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-06-25 13:16:57 -0500 |
commit | 30463c723ed139911f7972ded7cd14063a4b78af (patch) | |
tree | f04c50ce9a99219d84a55bec5f965fd28ce29be2 | |
parent | d3f73eaf07035c997d57385fe2d8452d2660623f (diff) | |
download | meta-ti-30463c723ed139911f7972ded7cd14063a4b78af.tar.gz |
meta-ti/all: set S to be in UNPACKDIR in recipes that explicitly set S
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
15 files changed, 18 insertions, 18 deletions
diff --git a/meta-ti-extras/recipes-devtools/cuia/cuia_1.0.0.13.bb b/meta-ti-extras/recipes-devtools/cuia/cuia_1.0.0.13.bb index 02b03e14..20548443 100644 --- a/meta-ti-extras/recipes-devtools/cuia/cuia_1.0.0.13.bb +++ b/meta-ti-extras/recipes-devtools/cuia/cuia_1.0.0.13.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/UIA/SCMCSD | |||
9 | SRC_URI[cuia.md5sum] = "ef53989ac70c191841cd656cdc8770be" | 9 | SRC_URI[cuia.md5sum] = "ef53989ac70c191841cd656cdc8770be" |
10 | SRC_URI[cuia.sha256sum] = "f16d138a9146fdc7d52cba77bd30596da65835f6ffe4092baf2b33d1c1a4fb0d" | 10 | SRC_URI[cuia.sha256sum] = "f16d138a9146fdc7d52cba77bd30596da65835f6ffe4092baf2b33d1c1a4fb0d" |
11 | 11 | ||
12 | S = "${WORKDIR}/cuia_${CUIA_PV}${CUIA_PVExtra}" | 12 | S = "${UNPACKDIR}/cuia_${CUIA_PV}${CUIA_PVExtra}" |
13 | 13 | ||
14 | CLEANBROKEN = "1" | 14 | CLEANBROKEN = "1" |
15 | 15 | ||
diff --git a/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc b/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc index 9f554d48..edcea538 100644 --- a/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc +++ b/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc | |||
@@ -7,7 +7,7 @@ require ../includes/ti-paths.inc | |||
7 | require ../includes/ti-staging.inc | 7 | require ../includes/ti-staging.inc |
8 | require ../includes/ti-eula-unpack.inc | 8 | require ../includes/ti-eula-unpack.inc |
9 | 9 | ||
10 | S = "${WORKDIR}/bios_${PV}" | 10 | S = "${UNPACKDIR}/bios_${PV}" |
11 | 11 | ||
12 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=sysbiosbin" | 12 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=sysbiosbin" |
13 | BINFILE = "bios_${PV}.bin" | 13 | BINFILE = "bios_${PV}.bin" |
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..4b0723df 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" | |||
10 | SRC_URI[sysbiosbin.sha256sum] = "b762b7f2343d26d367f952488e529046785128005158cc921c3baef08e97116a" | 10 | SRC_URI[sysbiosbin.sha256sum] = "b762b7f2343d26d367f952488e529046785128005158cc921c3baef08e97116a" |
11 | 11 | ||
12 | TI_BIN_UNPK_CMDS = "" | 12 | TI_BIN_UNPK_CMDS = "" |
13 | TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" | 13 | TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${UNPACKDIR}" |
14 | 14 | ||
15 | BINFILE = "bios_${PV}.run" | 15 | BINFILE = "bios_${PV}.run" |
16 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/${BINFILE};name=sysbiosbin" | 16 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/${BINFILE};name=sysbiosbin" |
diff --git a/meta-ti-extras/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb b/meta-ti-extras/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb index 40e5dc36..b248683b 100644 --- a/meta-ti-extras/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb +++ b/meta-ti-extras/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://codec_engine_${PV}_Manifest.html;md5=de7d9c2594a6f386 | |||
14 | SRC_URI[cetarball.md5sum] = "d66a8ccbd6cdfe9f735af9f4a07e2b9b" | 14 | SRC_URI[cetarball.md5sum] = "d66a8ccbd6cdfe9f735af9f4a07e2b9b" |
15 | SRC_URI[cetarball.sha256sum] = "ed7b7399903bbf76af06ee6457836f344ad75b903618339bae82b3967f27ffa1" | 15 | SRC_URI[cetarball.sha256sum] = "ed7b7399903bbf76af06ee6457836f344ad75b903618339bae82b3967f27ffa1" |
16 | 16 | ||
17 | S = "${WORKDIR}/codec_engine_${PV}" | 17 | S = "${UNPACKDIR}/codec_engine_${PV}" |
18 | 18 | ||
19 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce/${PV}/exports/codec_engine_${PV},lite.tar.gz;name=cetarball " | 19 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce/${PV}/exports/codec_engine_${PV},lite.tar.gz;name=cetarball " |
20 | 20 | ||
diff --git a/meta-ti-extras/recipes-ti/devtools/gcc-arm-baremetal_7-2018-q2-update.bb b/meta-ti-extras/recipes-ti/devtools/gcc-arm-baremetal_7-2018-q2-update.bb index 93a20fa6..df34a39e 100644 --- a/meta-ti-extras/recipes-ti/devtools/gcc-arm-baremetal_7-2018-q2-update.bb +++ b/meta-ti-extras/recipes-ti/devtools/gcc-arm-baremetal_7-2018-q2-update.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc | |||
10 | SRC_URI[gcc-arm-none.md5sum] = "299ebd3f1c2c90930d28ab82e5d8d6c0" | 10 | SRC_URI[gcc-arm-none.md5sum] = "299ebd3f1c2c90930d28ab82e5d8d6c0" |
11 | SRC_URI[gcc-arm-none.sha256sum] = "bb17109f0ee697254a5d4ae6e5e01440e3ea8f0277f2e8169bf95d07c7d5fe69" | 11 | SRC_URI[gcc-arm-none.sha256sum] = "bb17109f0ee697254a5d4ae6e5e01440e3ea8f0277f2e8169bf95d07c7d5fe69" |
12 | 12 | ||
13 | S = "${WORKDIR}/gcc-arm-none-eabi-7-2018-q2-update" | 13 | S = "${UNPACKDIR}/gcc-arm-none-eabi-7-2018-q2-update" |
14 | 14 | ||
15 | # only x86_64 is supported | 15 | # only x86_64 is supported |
16 | COMPATIBLE_HOST = "x86_64.*-linux" | 16 | COMPATIBLE_HOST = "x86_64.*-linux" |
diff --git a/meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb b/meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb index a6688e06..4341acb0 100644 --- a/meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb +++ b/meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb | |||
@@ -9,7 +9,7 @@ require recipes-ti/includes/ti-unpack.inc | |||
9 | 9 | ||
10 | PV = "2.61.00" | 10 | PV = "2.61.00" |
11 | PE = "1" | 11 | PE = "1" |
12 | S = "${WORKDIR}/cg_xml_${PV}" | 12 | S = "${UNPACKDIR}/cg_xml_${PV}" |
13 | 13 | ||
14 | SRC_URI = "\ | 14 | SRC_URI = "\ |
15 | http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/cg_xml_v${@'${PV}'.replace('.','_')}/cgxml-${PV}-linux-installer.run;name=cgxmlbin_linux \ | 15 | http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/cg_xml_v${@'${PV}'.replace('.','_')}/cgxml-${PV}-linux-installer.run;name=cgxmlbin_linux \ |
diff --git a/meta-ti-extras/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb b/meta-ti-extras/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb index b7b6d9b1..031d889f 100644 --- a/meta-ti-extras/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb +++ b/meta-ti-extras/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb | |||
@@ -8,7 +8,7 @@ require recipes-ti/includes/ti-unpack.inc | |||
8 | require recipes-ti/includes/ti-staging.inc | 8 | require recipes-ti/includes/ti-staging.inc |
9 | require recipes-ti/includes/ti-paths.inc | 9 | require recipes-ti/includes/ti-paths.inc |
10 | 10 | ||
11 | S = "${WORKDIR}/ti-cgt-arm-${PV}" | 11 | S = "${UNPACKDIR}/ti-cgt-arm-${PV}" |
12 | 12 | ||
13 | PE = "1" | 13 | PE = "1" |
14 | PR = "r0" | 14 | PR = "r0" |
diff --git a/meta-ti-extras/recipes-ti/devtools/ti-cgt470.inc b/meta-ti-extras/recipes-ti/devtools/ti-cgt470.inc index c2b8ca49..f32bc0d3 100644 --- a/meta-ti-extras/recipes-ti/devtools/ti-cgt470.inc +++ b/meta-ti-extras/recipes-ti/devtools/ti-cgt470.inc | |||
@@ -9,7 +9,7 @@ require ../includes/ti-paths.inc | |||
9 | require ../includes/ti-staging.inc | 9 | require ../includes/ti-staging.inc |
10 | require ../includes/ti-eula-unpack.inc | 10 | require ../includes/ti-eula-unpack.inc |
11 | 11 | ||
12 | S = "${WORKDIR}/cgt470_${PV}" | 12 | S = "${UNPACKDIR}/cgt470_${PV}" |
13 | 13 | ||
14 | SRC_URI = "http://install.source.dir.local/ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin;name=cgt470bin" | 14 | SRC_URI = "http://install.source.dir.local/ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin;name=cgt470bin" |
15 | 15 | ||
diff --git a/meta-ti-extras/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb b/meta-ti-extras/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb index 0cc068e4..adf21563 100644 --- a/meta-ti-extras/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb +++ b/meta-ti-extras/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb | |||
@@ -11,14 +11,14 @@ LICENSE = "TI-TSPA" | |||
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca" | 12 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca" |
13 | 13 | ||
14 | S = "${WORKDIR}/c6000_7.4.16" | 14 | S = "${UNPACKDIR}/c6000_7.4.16" |
15 | 15 | ||
16 | require recipes-ti/includes/ti-paths.inc | 16 | require recipes-ti/includes/ti-paths.inc |
17 | require recipes-ti/includes/ti-unpack.inc | 17 | require recipes-ti/includes/ti-unpack.inc |
18 | 18 | ||
19 | BINFILE = "ti_cgt_c6000_7.4.16_linux_installer_x86.bin" | 19 | BINFILE = "ti_cgt_c6000_7.4.16_linux_installer_x86.bin" |
20 | BINFILE_NAME = "cgt6x_7.4.16_x86_installer" | 20 | BINFILE_NAME = "cgt6x_7.4.16_x86_installer" |
21 | TI_BIN_UNPK_ARGS = "--prefix ${WORKDIR} --mode unattended" | 21 | TI_BIN_UNPK_ARGS = "--prefix ${UNPACKDIR} --mode unattended" |
22 | TI_BIN_UNPK_CMDS = "" | 22 | TI_BIN_UNPK_CMDS = "" |
23 | 23 | ||
24 | SRC_URI = "http://install.source.dir.local/${BINFILE};name=${BINFILE_NAME}" | 24 | SRC_URI = "http://install.source.dir.local/${BINFILE};name=${BINFILE_NAME}" |
@@ -32,7 +32,7 @@ COMPATIBLE_HOST:class-target = "null" | |||
32 | 32 | ||
33 | do_install() { | 33 | do_install() { |
34 | install -d ${D}/${TI_CGT6X_7_INSTALL_DIR_RECIPE} | 34 | install -d ${D}/${TI_CGT6X_7_INSTALL_DIR_RECIPE} |
35 | cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c6000_7.4.16/. ${D}/${TI_CGT6X_7_INSTALL_DIR_RECIPE} | 35 | cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${UNPACKDIR}/c6000_7.4.16/. ${D}/${TI_CGT6X_7_INSTALL_DIR_RECIPE} |
36 | } | 36 | } |
37 | 37 | ||
38 | FILES:${PN} += "${TI_CGT6X_7_INSTALL_DIR_RECIPE}" | 38 | FILES:${PN} += "${TI_CGT6X_7_INSTALL_DIR_RECIPE}" |
diff --git a/meta-ti-extras/recipes-ti/devtools/ti-cgt7x_1.2.0.bb b/meta-ti-extras/recipes-ti/devtools/ti-cgt7x_1.2.0.bb index b45b52a3..04b16032 100644 --- a/meta-ti-extras/recipes-ti/devtools/ti-cgt7x_1.2.0.bb +++ b/meta-ti-extras/recipes-ti/devtools/ti-cgt7x_1.2.0.bb | |||
@@ -30,11 +30,11 @@ TI_BIN_UNPK_CMDS = "" | |||
30 | SRC_URI[cgt7x_x86_installer.md5sum] = "813840908f333dd2a31f92edec71c1fb" | 30 | SRC_URI[cgt7x_x86_installer.md5sum] = "813840908f333dd2a31f92edec71c1fb" |
31 | SRC_URI[cgt7x_x86_installer.sha256sum] = "21379811a8857489f72ca8ec45a46eb086ced0bdbb58e78f73a86e63984ab2f5" | 31 | SRC_URI[cgt7x_x86_installer.sha256sum] = "21379811a8857489f72ca8ec45a46eb086ced0bdbb58e78f73a86e63984ab2f5" |
32 | 32 | ||
33 | S = "${WORKDIR}/c7000_${PV}" | 33 | S = "${UNPACKDIR}/c7000_${PV}" |
34 | 34 | ||
35 | do_install() { | 35 | do_install() { |
36 | install -d ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE} | 36 | install -d ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE} |
37 | cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c7000_${PV}/ti-cgt-c7000_${PV}.STS/. ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE} | 37 | cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${UNPACKDIR}/c7000_${PV}/ti-cgt-c7000_${PV}.STS/. ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE} |
38 | } | 38 | } |
39 | 39 | ||
40 | 40 | ||
diff --git a/meta-ti-extras/recipes-ti/devtools/ti-xdctools_3.55.02.22.bb b/meta-ti-extras/recipes-ti/devtools/ti-xdctools_3.55.02.22.bb index 1cc334b9..969518e2 100644 --- a/meta-ti-extras/recipes-ti/devtools/ti-xdctools_3.55.02.22.bb +++ b/meta-ti-extras/recipes-ti/devtools/ti-xdctools_3.55.02.22.bb | |||
@@ -70,7 +70,7 @@ COMPATIBLE_HOST:ti-soc = "(.*)" | |||
70 | COMPATIBLE_HOST:class-native = "(.*)" | 70 | COMPATIBLE_HOST:class-native = "(.*)" |
71 | COMPATIBLE_HOST:class-nativesdk = "(.*)" | 71 | COMPATIBLE_HOST:class-nativesdk = "(.*)" |
72 | 72 | ||
73 | S = "${WORKDIR}/xdctools_${PV}_core" | 73 | S = "${UNPACKDIR}/xdctools_${PV}_core" |
74 | 74 | ||
75 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/${PV}/exports/xdccore/xdctools_${PV}_core_linux.zip;name=xdczip" | 75 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/${PV}/exports/xdccore/xdctools_${PV}_core_linux.zip;name=xdczip" |
76 | 76 | ||
diff --git a/meta-ti-extras/recipes-ti/framework-components/ti-framework-components.inc b/meta-ti-extras/recipes-ti/framework-components/ti-framework-components.inc index 84f0f00f..6a1768a3 100644 --- a/meta-ti-extras/recipes-ti/framework-components/ti-framework-components.inc +++ b/meta-ti-extras/recipes-ti/framework-components/ti-framework-components.inc | |||
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause" | |||
5 | 5 | ||
6 | require recipes-ti/includes/ti-paths.inc | 6 | require recipes-ti/includes/ti-paths.inc |
7 | 7 | ||
8 | S = "${WORKDIR}/framework_components_${PV}" | 8 | S = "${UNPACKDIR}/framework_components_${PV}" |
9 | 9 | ||
10 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc/${PV}/exports/framework_components_${PV},lite.tar.gz;name=fctarball" | 10 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc/${PV}/exports/framework_components_${PV},lite.tar.gz;name=fctarball" |
11 | 11 | ||
diff --git a/meta-ti-extras/recipes-ti/imglib/imglib-c66x.inc b/meta-ti-extras/recipes-ti/imglib/imglib-c66x.inc index 6146b474..8fa2ceca 100644 --- a/meta-ti-extras/recipes-ti/imglib/imglib-c66x.inc +++ b/meta-ti-extras/recipes-ti/imglib/imglib-c66x.inc | |||
@@ -12,7 +12,7 @@ COMPATIBLE_MACHINE = "omap-a15" | |||
12 | 12 | ||
13 | SRC_URI = "http://software-dl.ti.com/sdoemb/sdoemb_public_sw/imglib/${PV}/exports/${BINFILE};name=imglib" | 13 | SRC_URI = "http://software-dl.ti.com/sdoemb/sdoemb_public_sw/imglib/${PV}/exports/${BINFILE};name=imglib" |
14 | 14 | ||
15 | S = "${WORKDIR}/imglib-c66x-${PV}" | 15 | S = "${UNPACKDIR}/imglib-c66x-${PV}" |
16 | 16 | ||
17 | BINFILE = "imglib_c66x_${PV}_Linux.bin" | 17 | BINFILE = "imglib_c66x_${PV}_Linux.bin" |
18 | TI_BIN_UNPK_ARGS = "--mode silent --prefix ${S}" | 18 | TI_BIN_UNPK_ARGS = "--mode silent --prefix ${S}" |
diff --git a/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc b/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc index 34031fa8..94c5d33b 100644 --- a/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc +++ b/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc | |||
@@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "omap-a15" | |||
11 | 11 | ||
12 | SRC_URI = "http://software-dl.ti.com/libs/vlib/${PV}//exports/vlib_c66x_obj_${PV}_Linux.bin;name=vlibbin" | 12 | SRC_URI = "http://software-dl.ti.com/libs/vlib/${PV}//exports/vlib_c66x_obj_${PV}_Linux.bin;name=vlibbin" |
13 | 13 | ||
14 | S = "${WORKDIR}/vlib_c66x_${PV}" | 14 | S = "${UNPACKDIR}/vlib_c66x_${PV}" |
15 | 15 | ||
16 | BINFILE = "vlib_c66x_obj_${PV}_Linux.bin" | 16 | BINFILE = "vlib_c66x_obj_${PV}_Linux.bin" |
17 | TI_BIN_UNPK_ARGS = "--mode silent --prefix ${S}" | 17 | TI_BIN_UNPK_ARGS = "--mode silent --prefix ${S}" |
diff --git a/meta-ti-extras/recipes-ti/xdais/ti-xdais.inc b/meta-ti-extras/recipes-ti/xdais/ti-xdais.inc index 36cdf2a6..070e28c3 100644 --- a/meta-ti-extras/recipes-ti/xdais/ti-xdais.inc +++ b/meta-ti-extras/recipes-ti/xdais/ti-xdais.inc | |||
@@ -6,7 +6,7 @@ SECTION = "devel" | |||
6 | require ../includes/ti-paths.inc | 6 | require ../includes/ti-paths.inc |
7 | require ../includes/ti-staging.inc | 7 | require ../includes/ti-staging.inc |
8 | 8 | ||
9 | S = "${WORKDIR}/xdais_${PV}" | 9 | S = "${UNPACKDIR}/xdais_${PV}" |
10 | 10 | ||
11 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/xdais/${PV}/exports/xdais_${PV}.tar.gz;name=xdaistarball" | 11 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/xdais/${PV}/exports/xdais_${PV}.tar.gz;name=xdaistarball" |
12 | 12 | ||