diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-06-11 20:44:56 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-06-11 20:44:56 -0400 |
commit | 88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch) | |
tree | e1ad8651aa7663850f6dc1108b278f56a2b92a91 /recipes-ti/dmai/ti-dmai_svn.bb | |
parent | a1e2573369c6714956af561523ba274aa9c185f7 (diff) | |
download | meta-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.bb | 38 |
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 @@ | |||
1 | require ti-dmai.inc | ||
2 | |||
3 | # Need to descend one level more to find source | ||
4 | S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}/dmai" | ||
5 | |||
6 | # Hack to be able to use recent kernel headers from userspace | ||
7 | TARGET_CC_ARCH += " -D__EXPORTED_HEADERS__" | ||
8 | |||
9 | PV = "2_10_00_01+svnr${SRCPV}" | ||
10 | |||
11 | LIC_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 | ||
14 | PR = "${MACHINE_KERNEL_PR}" | ||
15 | PR_append = "o" | ||
16 | |||
17 | DMAIBRANCH_dm6446 = "trunk" | ||
18 | DMAIBRANCH_dm6467 = "branches/GITPSP_INT_101009" | ||
19 | DMAIBRANCH_omap3 = "trunk" | ||
20 | DMAIBRANCH_dm355 = "branches/GITPSP_INT_101009" | ||
21 | DMAIBRANCH_dm365 = "trunk" | ||
22 | DMAIBRANCH_omapl137 = "trunk" | ||
23 | DMAIBRANCH_omapl138 = "trunk" | ||
24 | DMAIBRANCH ?= "UNDEFINED_DMAIBRANCH" | ||
25 | |||
26 | SRCREV_dm6446 = "482" | ||
27 | SRCREV_dm6467 = "441" | ||
28 | SRCREV_omap3 = "642" | ||
29 | SRCREV_dm355 = "424" | ||
30 | SRCREV_dm365 = "570" | ||
31 | SRCREV_omapl137 = "482" | ||
32 | SRCREV_omapl138 = "570" | ||
33 | SRCREV ?= "UNDEFINED_SRCREV" | ||
34 | |||
35 | SRC_URI_append = " file://omap3530-r642-remove-include-videodev.diff;striplevel=3 \ | ||
36 | file://r642-fix-config-bld.diff;striplevel=3 \ | ||
37 | " | ||
38 | |||