summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/cadence-mhdp-fw
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-10-25 11:56:24 -0500
committerRyan Eatmon <reatmon@ti.com>2023-11-08 17:36:44 -0600
commitbbb8ca497c3bb1e00d17628741e9884d150191a5 (patch)
treeb2615662af255888d7cfe7b346d659c37c0aed4c /meta-ti-bsp/recipes-bsp/cadence-mhdp-fw
parent9ad126416303fd734b2a275fb57b63d09bf97946 (diff)
downloadmeta-ti-bbb8ca497c3bb1e00d17628741e9884d150191a5.tar.gz
ti-linux-fw: Make CLEANBROKEN and FILES part of common include
These are common for all recipes that include ti-linux-fw.inc, add it to this include file and remove from each recipe. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/cadence-mhdp-fw')
-rw-r--r--meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb b/meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb
index 5ae0cb7c..4263e40f 100644
--- a/meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb
+++ b/meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb
@@ -8,8 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENCE.cadence;md5=009f46816f6956cfb75ede13d3e1cee0"
8PV = "${CADENCE_MHDP_FW_VERSION}" 8PV = "${CADENCE_MHDP_FW_VERSION}"
9PR = "${INC_PR}.0" 9PR = "${INC_PR}.0"
10 10
11CLEANBROKEN = "1"
12
13COMPATIBLE_MACHINE = "j721e|j721s2|j784s4" 11COMPATIBLE_MACHINE = "j721e|j721s2|j784s4"
14 12
15PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -21,5 +19,3 @@ do_install() {
21 install -d ${D}${nonarch_base_libdir}/firmware/cadence 19 install -d ${D}${nonarch_base_libdir}/firmware/cadence
22 install -m 0644 ${S}/cadence/${TARGET} ${D}${nonarch_base_libdir}/firmware/cadence/${TARGET} 20 install -m 0644 ${S}/cadence/${TARGET} ${D}${nonarch_base_libdir}/firmware/cadence/${TARGET}
23} 21}
24
25FILES:${PN} = "${nonarch_base_libdir}/firmware"