summaryrefslogtreecommitdiffstats
path: root/recipes-ti/dmai/ti-dmai_svn.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
commit88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch)
treee1ad8651aa7663850f6dc1108b278f56a2b92a91 /recipes-ti/dmai/ti-dmai_svn.bb
parenta1e2573369c6714956af561523ba274aa9c185f7 (diff)
downloadmeta-ti-split.tar.gz
extras: move things to extrassplit
Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/dmai/ti-dmai_svn.bb')
-rw-r--r--recipes-ti/dmai/ti-dmai_svn.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/ti-dmai_svn.bb
deleted file mode 100644
index 3ac7a81d..00000000
--- a/recipes-ti/dmai/ti-dmai_svn.bb
+++ /dev/null
@@ -1,38 +0,0 @@
1require ti-dmai.inc
2
3# Need to descend one level more to find source
4S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}/dmai"
5
6# Hack to be able to use recent kernel headers from userspace
7TARGET_CC_ARCH += " -D__EXPORTED_HEADERS__"
8
9PV = "2_10_00_01+svnr${SRCPV}"
10
11LIC_FILES_CHKSUM = "file://dmai_${PV}_License.html;md5=3302f728a5a42f97cabc26a54d7fa607"
12
13# This package has high dependence on kernel, use kernel PR as base and append a local version
14PR = "${MACHINE_KERNEL_PR}"
15PR_append = "o"
16
17DMAIBRANCH_dm6446 = "trunk"
18DMAIBRANCH_dm6467 = "branches/GITPSP_INT_101009"
19DMAIBRANCH_omap3 = "trunk"
20DMAIBRANCH_dm355 = "branches/GITPSP_INT_101009"
21DMAIBRANCH_dm365 = "trunk"
22DMAIBRANCH_omapl137 = "trunk"
23DMAIBRANCH_omapl138 = "trunk"
24DMAIBRANCH ?= "UNDEFINED_DMAIBRANCH"
25
26SRCREV_dm6446 = "482"
27SRCREV_dm6467 = "441"
28SRCREV_omap3 = "642"
29SRCREV_dm355 = "424"
30SRCREV_dm365 = "570"
31SRCREV_omapl137 = "482"
32SRCREV_omapl138 = "570"
33SRCREV ?= "UNDEFINED_SRCREV"
34
35SRC_URI_append = " file://omap3530-r642-remove-include-videodev.diff;striplevel=3 \
36 file://r642-fix-config-bld.diff;striplevel=3 \
37 "
38