diff options
Diffstat (limited to 'recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb')
| -rw-r--r-- | recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb | 24 |
1 files changed, 24 insertions, 0 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 new file mode 100644 index 00000000..cccda6bb --- /dev/null +++ b/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Video Decoding Firmware" | ||
| 2 | LICENSE = "TI-IMG" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.ti-img;md5=84ca7278930db001870686ad997d6bb1" | ||
| 4 | |||
| 5 | require recipes-bsp/ti-linux-fw/ti-linux-fw.inc | ||
| 6 | |||
| 7 | PV = "${IMG_DEC_FW_VERSION}" | ||
| 8 | PR = "${INC_PR}.0" | ||
| 9 | |||
| 10 | CLEANBROKEN = "1" | ||
| 11 | |||
| 12 | COMPATIBLE_MACHINE = "j7" | ||
| 13 | |||
| 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | TARGET = "pvdec_full_bin.fw" | ||
| 18 | |||
| 19 | do_install() { | ||
| 20 | install -d ${D}${base_libdir}/firmware/ti-img | ||
| 21 | install -m 0644 ${S}/ti-img/${TARGET} ${D}${base_libdir}/firmware/ti-img/${TARGET} | ||
| 22 | } | ||
| 23 | |||
| 24 | FILES_${PN} = "${base_libdir}/firmware" | ||
