aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/gstreamer-ti_svn.bb
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-03-15 00:20:07 +0000
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:25 +0200
commit088f800f4d123f62c13ca8275f1460c3fdaa4e01 (patch)
tree353c08631193d9ea3204912daa0418edf1df0d0c /recipes/ti/gstreamer-ti_svn.bb
parentb9a22f289414ee08ffe5e6cd6d3c3a8418e324b8 (diff)
downloadopenembedded-088f800f4d123f62c13ca8275f1460c3fdaa4e01.tar.gz
gstreamer-ti: Update for OMAPL137 support
* Add Patch * Config XDC Variables * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/gstreamer-ti_svn.bb')
-rw-r--r--recipes/ti/gstreamer-ti_svn.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/ti/gstreamer-ti_svn.bb b/recipes/ti/gstreamer-ti_svn.bb
index 45fb8dc611..73df8dc104 100644
--- a/recipes/ti/gstreamer-ti_svn.bb
+++ b/recipes/ti/gstreamer-ti_svn.bb
@@ -43,7 +43,7 @@ SRC_URI_append_omap3 = " \
"
SRC_URI_append_omapl137 = " \
- file://gstreamer-ti-omapl138.patch;patch=1 \
+ file://gstreamer-ti-omapl137.patch;patch=1 \
"
SRC_URI_append_omapl138 = " \
@@ -67,7 +67,7 @@ PLATFORM_dm6467 = "dm6467"
PLATFORM_omap3 = "omap3530"
PLATFORM_dm355 = "dm355"
PLATFORM_dm365 = "dm365"
-PLATFORM_omapl137 = "omapl138"
+PLATFORM_omapl137 = "omapl137"
PLATFORM_omapl138 = "omapl138"
PLATFORM ?= "<UNDEFINED_PLATFORM>"
@@ -76,7 +76,7 @@ XDC_PLATFORM_dm6467 = "ti.platforms.evmDM6467"
XDC_PLATFORM_omap3 = "ti.platforms.evm3530"
XDC_PLATFORM_dm355 = "ti.platforms.evmDM355"
XDC_PLATFORM_dm365 = "ti.platforms.evmDM365"
-XDC_PLATFORM_omapl137 = "ti.platforms.evmOMAPL138"
+XDC_PLATFORM_omapl137 = "ti.platforms.evmOMAPL137"
XDC_PLATFORM_omapl138 = "ti.platforms.evmOMAPL138"
XDC_PLATFORM ?= "<UNDEFINED_XDC_PLATFORM>"