diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-06-25 10:30:02 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-06-25 13:16:57 -0500 |
commit | b53565b2cec5921e28cf285964189edd410f337b (patch) | |
tree | f0fd2be694b7355f40cc5108037f0d5874a81fae | |
parent | 30463c723ed139911f7972ded7cd14063a4b78af (diff) | |
download | meta-ti-b53565b2cec5921e28cf285964189edd410f337b.tar.gz |
meta-ti/all: Remove S where not needed
The default setting for S works fine, there is no nead to change the
value.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb b/meta-ti-bsp/recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb index a8d9d800..f147b234 100644 --- a/meta-ti-bsp/recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb +++ b/meta-ti-bsp/recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb | |||
@@ -9,7 +9,6 @@ SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/vpdma-fw/03-2012/ex | |||
9 | SRC_URI[dra7xx-evm.md5sum] = "80176df1350c21d9efa90171789c546e" | 9 | SRC_URI[dra7xx-evm.md5sum] = "80176df1350c21d9efa90171789c546e" |
10 | SRC_URI[dra7xx-evm.sha256sum] = "a0b254ffd0c7f481cb3989e632088f5e4a233c73a1c676faa3061721ea60dc90" | 10 | SRC_URI[dra7xx-evm.sha256sum] = "a0b254ffd0c7f481cb3989e632088f5e4a233c73a1c676faa3061721ea60dc90" |
11 | 11 | ||
12 | S = "${WORKDIR}/vpdma-fw-${PV}" | ||
13 | TARGET = "vpdma-1b8.bin" | 12 | TARGET = "vpdma-1b8.bin" |
14 | 13 | ||
15 | do_install() { | 14 | do_install() { |