aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chasemaupin03@gmail.com>2011-03-17 03:02:05 +0000
committerKoen Kooi <koen@openembedded.org>2011-03-17 08:35:26 +0100
commitbbe144e0589165e9b029395a7691ccc341dce480 (patch)
treeb190dbcebf7f9d783a7392359c94cdac40494380
parent55f8ed6f9863d5ef453c2fa6930a2b90d78e7383 (diff)
downloadopenembedded-bbe144e0589165e9b029395a7691ccc341dce480.tar.gz
matrix-gui: add support for dm386-evm machine
* Add support for the dm368-evm machine type * Bump the PRs Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
-rw-r--r--recipes/ti/matrix-gui-common.inc5
-rw-r--r--recipes/ti/matrix-gui-e.inc5
-rw-r--r--recipes/ti/matrix-gui.inc5
3 files changed, 9 insertions, 6 deletions
diff --git a/recipes/ti/matrix-gui-common.inc b/recipes/ti/matrix-gui-common.inc
index c0edbfd485..486cb8df13 100644
--- a/recipes/ti/matrix-gui-common.inc
+++ b/recipes/ti/matrix-gui-common.inc
@@ -4,11 +4,12 @@ LICENSE = "BSD"
SECTION = "multimedia"
PRIORITY = "optional"
-INC_PR = "r7"
+INC_PR = "r8"
COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
-PLATFORM_dm365 = "dm365"
+PLATFORM_dm365-evm = "dm365"
+PLATFORM_dm368-evm = "dm368"
PLATFORM_omapl138 = "omapl138"
PLATFORM_omap3evm = "omap3530"
PLATFORM_dm37x-evm = "dm3730"
diff --git a/recipes/ti/matrix-gui-e.inc b/recipes/ti/matrix-gui-e.inc
index ba8012c466..e19b5b975f 100644
--- a/recipes/ti/matrix-gui-e.inc
+++ b/recipes/ti/matrix-gui-e.inc
@@ -4,11 +4,12 @@ LICENSE = "BSD"
SECTION = "multimedia"
PRIORITY = "optional"
-INC_PR = "r21"
+INC_PR = "r22"
COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
-PLATFORM_dm365 = "dm365"
+PLATFORM_dm365-evm = "dm365"
+PLATFORM_dm368-evm = "dm368"
PLATFORM_omapl138 = "omapl138"
PLATFORM_omap3evm = "omap3530"
PLATFORM_dm37x-evm = "dm3730"
diff --git a/recipes/ti/matrix-gui.inc b/recipes/ti/matrix-gui.inc
index 82ec6ab1e3..240e695c95 100644
--- a/recipes/ti/matrix-gui.inc
+++ b/recipes/ti/matrix-gui.inc
@@ -4,11 +4,12 @@ LICENSE = "BSD"
SECTION = "multimedia"
PRIORITY = "optional"
-INC_PR = "r19"
+INC_PR = "r20"
COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
-PLATFORM_dm365 = "dm365"
+PLATFORM_dm365-evm = "dm365"
+PLATFORM_dm368-evm = "dm368"
PLATFORM_omapl138 = "omapl138"
PLATFORM_omap3evm = "omap3530"
PLATFORM_dm37x-evm = "dm3730"