diff options
| -rw-r--r-- | recipes-bsp/dspdce-fw/dspdce-fw_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/dspdce-fw/dspdce-fw_git.bb b/recipes-bsp/dspdce-fw/dspdce-fw_git.bb index cf4c34c0..6c6bb2af 100644 --- a/recipes-bsp/dspdce-fw/dspdce-fw_git.bb +++ b/recipes-bsp/dspdce-fw/dspdce-fw_git.bb | |||
| @@ -15,7 +15,7 @@ S = "${WORKDIR}/git" | |||
| 15 | require recipes-ti/includes/ti-paths.inc | 15 | require recipes-ti/includes/ti-paths.inc |
| 16 | require recipes-ti/includes/ti-staging.inc | 16 | require recipes-ti/includes/ti-staging.inc |
| 17 | 17 | ||
| 18 | PR = "r1" | 18 | PR = "r2" |
| 19 | inherit update-alternatives | 19 | inherit update-alternatives |
| 20 | 20 | ||
| 21 | DEPENDS = "ti-xdctools ti-sysbios ti-codec-engine ti-framework-components ti-xdais ti-ipc-rtos ti-osal ti-cgt6x-native" | 21 | DEPENDS = "ti-xdctools ti-sysbios ti-codec-engine ti-framework-components ti-xdais ti-ipc-rtos ti-osal ti-cgt6x-native" |
| @@ -49,11 +49,12 @@ TARGET = "dra7-dsp1-fw.xe66" | |||
| 49 | 49 | ||
| 50 | do_install() { | 50 | do_install() { |
| 51 | mkdir -p ${D}${base_libdir}/firmware | 51 | mkdir -p ${D}${base_libdir}/firmware |
| 52 | cp ${S}/dra7xx-c66x-dsp.xe66 ${D}${base_libdir}/firmware/${TARGET} | 52 | cp ${S}/dra7xx-c66x-dsp.xe66 ${D}${base_libdir}/firmware/${TARGET}.${BPN} |
| 53 | } | 53 | } |
| 54 | 54 | ||
| 55 | ALTERNATIVE_${PN} = "dra7-dsp1-fw.xe66" | 55 | ALTERNATIVE_${PN} = "dra7-dsp1-fw.xe66" |
| 56 | ALTERNATIVE_LINK_NAME[dra7-dsp1-fw.xe66] = "/lib/firmware/${TARGET}" | 56 | ALTERNATIVE_LINK_NAME[dra7-dsp1-fw.xe66] = "${base_libdir}/firmware/${TARGET}" |
| 57 | ALTERNATIVE_TARGET[dra7-dsp1-fw.xe66] = "${base_libdir}/firmware/${TARGET}.${BPN}" | ||
| 57 | ALTERNATIVE_PRIORITY = "10" | 58 | ALTERNATIVE_PRIORITY = "10" |
| 58 | 59 | ||
| 59 | INSANE_SKIP_${PN} = "arch" | 60 | INSANE_SKIP_${PN} = "arch" |
