aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dsplink/dmai_1.16.bb
blob: be1a34e1547d836d9e2073a7d187856f1488711b (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
DESCRIPTION = "Davinci (and OMAP) Multimedia Application Interface"
DEPENDS = "virtual/kernel codec-engine"
LICENCE = "unknown"

require ti-paths.inc

# https://www-a.ti.com/downloads/sds_support/applications_packages/dmai/dmai_1_16_00_03/dmai_setuplinux_1_16_00_03.bin
# Install the above link and put the dmai_1_16_00_03.tar.gz file in the same directory as this recipe
SRC_URI = "file://dmai_1_16_00_03.tar.gz \
          "

S = "${WORKDIR}/dmai_1_16_00_03"

PACKAGE_ARCH = "${MACHINE_ARCH}"

do_compile() {
	cd packages/ti/sdo/dmai
	oe_runmake clean
	oe_runmake dm6467_al dm355_al dm6446_al dm357_al dm6437_db dm6446_db dm6467_db
	cd packages/ti/sdo/dmai/apps
	oe_runmake clean
	oe_runmake dm6467_al dm355_al dm6446_al dm357_al dm6437_db dm6446_db dm6467_db
}

do_install () {
	oe_runmake install
}

do_stage () {
	:
}