[oe-commits] chase maupin : matrix-gui: add support for dm386-evm machine

git version control git at git.openembedded.org
Thu Mar 17 18:16:56 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: a12f44b7ad25256d3f0e2c01df24eefe329f34ee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a12f44b7ad25256d3f0e2c01df24eefe329f34ee

Author: chase maupin <chasemaupin03 at gmail.com>
Date:   Thu Mar 17 03:02:05 2011 +0000

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 at ti.com>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/ti/matrix-gui-common.inc |    5 +++--
 recipes/ti/matrix-gui-e.inc      |    5 +++--
 recipes/ti/matrix-gui.inc        |    5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/recipes/ti/matrix-gui-common.inc b/recipes/ti/matrix-gui-common.inc
index c0edbfd..486cb8d 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 ba8012c..e19b5b9 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 82ec6ab..240e695 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"





More information about the Openembedded-commits mailing list