summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/ti-img-encode-decode
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-10-25 11:56:25 -0500
committerRyan Eatmon <reatmon@ti.com>2023-11-08 17:36:02 -0600
commite5cfc83cb4087be14376ffa917ad8e1c9a01bcb7 (patch)
treedfd7449e3f21a1eabea1c29a4ffed577b779a7ed /meta-ti-bsp/recipes-bsp/ti-img-encode-decode
parent78f530158a763e038e49f05722e9d1b875de054b (diff)
downloadmeta-ti-e5cfc83cb4087be14376ffa917ad8e1c9a01bcb7.tar.gz
ti-linux-fw: Do not set source directory when including ti-linux-fw.inc
The common include ti-linux-fw.inc already includes setting this, no need to set it in each recipe, remove that. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/ti-img-encode-decode')
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb
index 7fb8f8f5..d295a1c1 100644
--- a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb
+++ b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb
@@ -11,7 +11,6 @@ COMPATIBLE_MACHINE = "j721e"
11 11
12PACKAGE_ARCH = "${MACHINE_ARCH}" 12PACKAGE_ARCH = "${MACHINE_ARCH}"
13 13
14S = "${WORKDIR}/git"
15TARGET = "pvdec_full_bin.fw" 14TARGET = "pvdec_full_bin.fw"
16 15
17do_install() { 16do_install() {