From 445007a3e3b84bede027d7b35f95a9b4e2750a10 Mon Sep 17 00:00:00 2001 From: Mrinmayee Hingolikar Date: Tue, 20 May 2014 01:19:44 +0000 Subject: dspdce-fw: Add DSP firmware recipe * Migrated the dspdce-fw recipe from meta-ti-glsdk and preserved authorship for Mrinmayee. * Cleaned up for upstream: * Removed the MACHINE name from the recipe name * Used MACHINE variable in SRC_URI * Update to use default variables such as base_libdir Signed-off-by: Chase Maupin Signed-off-by: Denys Dmytriyenko --- recipes-ti/dspdce-fw/dspdce-fw_1.00.00.02.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes-ti/dspdce-fw/dspdce-fw_1.00.00.02.bb diff --git a/recipes-ti/dspdce-fw/dspdce-fw_1.00.00.02.bb b/recipes-ti/dspdce-fw/dspdce-fw_1.00.00.02.bb new file mode 100644 index 00000000..69e9814c --- /dev/null +++ b/recipes-ti/dspdce-fw/dspdce-fw_1.00.00.02.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Firmware for DSP " +LICENSE = "TI-TSPA" +LIC_FILES_CHKSUM = "file://DSPDCE-${PV}-Manifest.doc;md5=587a7b9fdd99f98fbe99af4a4ba3362a" + +COMPATIBLE_MACHINE = "dra7xx-evm" +PACKAGE_ARCH = "${MACHINE_ARCH}" + +SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/dspdce/1_00_00_02/exports/dspdce-${MACHINE}-1.00.00.02.tar.gz;protocol=http" + +S = "${WORKDIR}/dspdce-${MACHINE}-${PV}" + +SRC_URI[md5sum] = "df19baf16f828b5d32b4eed50f0364f5" +SRC_URI[sha256sum] = "0c0f34674110d1ef0300b61b572a326daffb95a31cc9d45888b2e50a83c6f555" + +TARGET = "dra7-dsp1-fw.xe66" + +do_install() { + mkdir -p ${D}${base_libdir}/firmware + cp ${S}/firmware/${TARGET} ${D}${base_libdir}/firmware/${TARGET} +} + +FILES_${PN} += "${base_libdir}/firmware/${TARGET}" + +INSANE_SKIP_${PN} = "arch" -- cgit v1.2.3-54-g00ecf