blob: 8cb1527b9ce5ba449ef2a10a0f1b3ec702573b82 (
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
|
require gstreamer-ti.inc
PV = "svnr${SRCREV}"
S = "${WORKDIR}/gstreamer_ti/ti_build/ticodecplugin"
SRCREV = "612"
SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https;user=anonymous;pswd='' \
file://0001-gstreamer-ti-tracker-1055.patch \
file://0002-add-omapl138-support.patch \
file://0003-add-omapl137-support.patch \
file://0004-gstreamer-ti-dm6467-usesinglecsserver.patch \
file://0005-remove-mp3-mime-type.patch \
file://0006-gstreamer-ti-tracker-462.patch \
file://mpeg2-caps.patch;striplevel=4 \
file://gstreamer-ti-rc.sh \
file://gst-ti.sh \
"
# use local loadmodules.sh for these platform
# TODO: must be removed onces these loadmodules goes in gstreamer.ti.com
SRC_URI_append_dm365 = " file://loadmodules.sh"
SRC_URI_append_omapl137 = " file://loadmodules.sh"
SRC_URI_append_omapl138 = " file://loadmodules.sh "
SRC_URI_append_omap3 = " file://loadmodules.sh "
# apply omapdmaifbsink patch on omap3 platform
# NOTE: this patch need's X11 header/libs
SRC_URI_append_omap3 = " file://0007-add-omapdmaifbsink.patch;patch=1"
|