summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb')
-rw-r--r--meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb6
1 files changed, 3 insertions, 3 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 c975e8a4..f6797e2b 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
@@ -18,8 +18,8 @@ S = "${WORKDIR}/git"
18TARGET = "mhdp8546.bin" 18TARGET = "mhdp8546.bin"
19 19
20do_install() { 20do_install() {
21 install -d ${D}${base_libdir}/firmware/cadence 21 install -d ${D}${nonarch_base_libdir}/firmware/cadence
22 install -m 0644 ${S}/cadence/${TARGET} ${D}${base_libdir}/firmware/cadence/${TARGET} 22 install -m 0644 ${S}/cadence/${TARGET} ${D}${nonarch_base_libdir}/firmware/cadence/${TARGET}
23} 23}
24 24
25FILES:${PN} = "${base_libdir}/firmware" 25FILES:${PN} = "${nonarch_base_libdir}/firmware"