summaryrefslogtreecommitdiff
path: root/packages/dsplink/ti-lpm-module_2.21.bb
blob: 4a24033afd521fd60d0f7a8677c2c36ed06e5bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# tconf from xdctools dislikes '.' in pwd :/
PR = "r4"
PV = "221"

# Get CE tarball from TI website, place in sources and calculate
# md5sum
# Look for tarball at https://www-a.ti.com/downloads/sds_support/targetcontent/CE/index.html

SRC_URI = "http://install.tarball.in.source.dir/codec_engine_2_21.tar.gz \
           file://Makefile.dsplink \
          "
inherit module

S = "${WORKDIR}/codec_engine_2_21"

do_compile() {
	:
}

require lpm.inc