summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Siraswar <yogeshs@ti.com>2021-12-02 11:17:38 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-12-03 17:55:07 -0600
commita3d1da3a6005c5305472ebab4627039b0c4bd585 (patch)
tree72d8238c8061b33f82bf0690e385f60a4504ef95
parent973a73b959da8c5ff686a992a35370c2f062b6ce (diff)
downloadmeta-ti-a3d1da3a6005c5305472ebab4627039b0c4bd585.tar.gz
vxd-dec-fw: Move firmware one folder up in target
The application expects the pvdec_full_bin.fw to be in /lib/fimware directory. Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
-rw-r--r--recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb b/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb
index cccda6bb..478c8c16 100644
--- a/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb
+++ b/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb
@@ -17,8 +17,8 @@ S = "${WORKDIR}/git"
17TARGET = "pvdec_full_bin.fw" 17TARGET = "pvdec_full_bin.fw"
18 18
19do_install() { 19do_install() {
20 install -d ${D}${base_libdir}/firmware/ti-img 20 install -d ${D}${base_libdir}/firmware
21 install -m 0644 ${S}/ti-img/${TARGET} ${D}${base_libdir}/firmware/ti-img/${TARGET} 21 install -m 0644 ${S}/ti-img/${TARGET} ${D}${base_libdir}/firmware/${TARGET}
22} 22}
23 23
24FILES_${PN} = "${base_libdir}/firmware" 24FILES_${PN} = "${base_libdir}/firmware"