1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

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>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Yogesh Siraswar
2021-12-15 16:10:54 -05:00
committed by Ryan Eatmon
parent c6ee8a5e93
commit 93754925f6

View File

@@ -17,8 +17,8 @@ S = "${WORKDIR}/git"
TARGET = "pvdec_full_bin.fw"
do_install() {
install -d ${D}${base_libdir}/firmware/ti-img
install -m 0644 ${S}/ti-img/${TARGET} ${D}${base_libdir}/firmware/ti-img/${TARGET}
install -d ${D}${base_libdir}/firmware
install -m 0644 ${S}/ti-img/${TARGET} ${D}${base_libdir}/firmware/${TARGET}
}
FILES:${PN} = "${base_libdir}/firmware"