summaryrefslogtreecommitdiff
path: root/recipes/dvsdk/ti-codec-combo-dm355_1.13.bb
blob: cfc1c9005aed7df147696e475d8dd90a769bc499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
DESCRIPTION = "DM355 Codec Combo 1.13"

require ti-codec-combo-dm355.inc
SRC_URI	= "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/codecs/dm355_codecs_setuplinux_1_13_000.bin \
		   file://mapdmaq \
		 "

S = "${WORKDIR}/dm355_codecs_1_13_000"
BINFILE="dm355_codecs_setuplinux_1_13_000.bin"
installdir = "${datadir}/ti"

# Yes, the xdc stuff still breaks with a '.' in PWD
PV = "113"
PR = "r15"

do_compile() {
	echo "Do nothing"
}

do_install () {
     # install mapdmaq on target
     install -d ${D}/${installdir}/codec-combo
     install -m 0755 ${WORKDIR}/mapdmaq ${D}/${installdir}/codec-combo
}

do_stage() {
    install -d ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/${PN}
    cp -pPrf ${S}/* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/${PN}/ 
}

PACKAGE_ARCH = "${MACHINE_ARCH}"
INHIBIT_PACKAGE_STRIP = "1"
INSANE_SKIP_${PN} = True
FILES_${PN} = "${installdir}/codec-combo/mapdmaq"