ti-codecs-dm355_3.10.00.00: add dm355 codec recipie
authorBrijesh Singh <bksingh@ti.com>
Sun, 9 May 2010 16:13:50 +0000 (11:13 -0500)
committerKoen Kooi <koen@openembedded.org>
Sat, 12 Jun 2010 09:03:50 +0000 (11:03 +0200)
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/ti-codecs-dm355_3.10.00.00.bb [new file with mode: 0644]

diff --git a/recipes/ti/ti-codecs-dm355_3.10.00.00.bb b/recipes/ti/ti-codecs-dm355_3.10.00.00.bb
new file mode 100644 (file)
index 0000000..15cec04
--- /dev/null
@@ -0,0 +1,44 @@
+DESCRIPTION = "TI Codecs for DM355"
+HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent"
+SECTION = "multimedia"
+LICENSE = "TI"
+
+# TODO :: Move to common .inc
+
+PV = "3_10_00_00"
+
+SRC_URI[dm355codecsbin.md5sum] = "4754892642d44aea67f43dee446ea1f7"
+SRC_URI[dm355codecsbin.sha256sum] = "bad458c49543f585d7f55c3bcd63816613fa730522534b9959c49cdd7fb76492"
+
+PR = "r1"
+
+require ti-paths.inc
+require ti-staging.inc
+
+PROVIDES += "ti-codecs-dm355-server"
+
+S = "${WORKDIR}/dm355_codecs_0${PV}"
+
+SRC_URI = "ftp://gtftp01.gt.design.ti.com/arago/dm355_codecs_0${PV}.tar.gz;name=dm355codecsbin \
+           file://mapdmaq \
+"
+
+do_compile() {
+    echo "Do Nothing" 
+}
+
+do_install() {
+
+    install -d ${D}/${installdir}/ti-codecs-server
+    cd ${S}
+
+    install -m 0755 ${WORKDIR}/mapdmaq ${D}/${installdir}/ti-codecs-server
+
+    install -d ${D}${CODEC_INSTALL_DIR_RECIPE}
+    cp -pPrf ${S}/* ${D}${CODEC_INSTALL_DIR_RECIPE}
+}
+
+PACKAGES += "ti-codecs-dm355-server"
+FILES_ti-codecs-dm355-server = "${installdir}/ti-codecs-server/*"
+
+INSANE_SKIP_ti-codecs-dm355-server = True