diff options
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb | 4 |
1 files changed, 0 insertions, 4 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 bd103198..7fb8f8f5 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 | |||
@@ -7,8 +7,6 @@ require recipes-bsp/ti-linux-fw/ti-linux-fw.inc | |||
7 | PV = "${IMG_DEC_FW_VERSION}" | 7 | PV = "${IMG_DEC_FW_VERSION}" |
8 | PR = "${INC_PR}.0" | 8 | PR = "${INC_PR}.0" |
9 | 9 | ||
10 | CLEANBROKEN = "1" | ||
11 | |||
12 | COMPATIBLE_MACHINE = "j721e" | 10 | COMPATIBLE_MACHINE = "j721e" |
13 | 11 | ||
14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -20,5 +18,3 @@ do_install() { | |||
20 | install -d ${D}${nonarch_base_libdir}/firmware | 18 | install -d ${D}${nonarch_base_libdir}/firmware |
21 | install -m 0644 ${S}/ti-img/${TARGET} ${D}${nonarch_base_libdir}/firmware/${TARGET} | 19 | install -m 0644 ${S}/ti-img/${TARGET} ${D}${nonarch_base_libdir}/firmware/${TARGET} |
22 | } | 20 | } |
23 | |||
24 | FILES:${PN} = "${nonarch_base_libdir}/firmware" | ||