blob: 5a61065567a08230d57964930f609e828961bb1c (
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
|
DESCRIPTION = "DMAI for TI ARM/DSP processors"
BRANCH = "branches/BRANCH_BRIJESH_DMAI_DEV_2_xx"
BRANCH_omapl138 = "trunk"
BRANCH_omapl137 = "trunk"
BRANCH_dm6467 = "branches/GITPSP_INT_101009"
BRANCH_dm355 = "branches/GITPSP_INT_101009"
BRANCH_dm365 = "branches/GITPSP_INT_101009"
SRCREV = "423"
SRCREV_dm6467 = "424"
SRCREV_dm355 = "424"
SRCREV_dm365 = "424"
SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${BRANCH};proto=https;user=anonymous;pswd='' \
file://loadmodules-ti-dmai-dm355_al.sh \
file://loadmodules-ti-dmai-dm365_al.sh \
file://loadmodules-ti-dmai-dm6446_al.sh \
file://loadmodules-ti-dmai-dm6467_al.sh \
file://loadmodules-ti-dmai-o3530_al.sh \
file://loadmodules-ti-dmai-ol138_al.sh \
"
S = "${WORKDIR}/${BRANCH}/davinci_multimedia_application_interface"
# Yes, the xdc stuff still breaks with a '.' in PWD
PE = "1"
PV = "1.0+svnr${SRCPV}"
INHIBIT_PACKAGE_STRIP = "1"
|