summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2011-03-16 11:27:05 -0500
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-16 18:49:30 +0100
commite35f249656a27ddaf29948744144e03f0860450a (patch)
tree0abdb6b8d8e58c05b7974fc1d211814538b6e572 /recipes-bsp
parent91b9885f737122a5478b0d098287e46666be91f8 (diff)
downloadmeta-ti-e35f249656a27ddaf29948744144e03f0860450a.tar.gz
matrix-gui-e: Add support for dm368-evm machine
* Add support for the dm368-evm machine type. This requires bumping the SRCREV used as well. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/ti/matrix-gui-e.inc5
-rw-r--r--recipes-bsp/ti/matrix-gui-e_1.3.bb3
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/ti/matrix-gui-e.inc b/recipes-bsp/ti/matrix-gui-e.inc
index a04327b2..9fdc6f6f 100644
--- a/recipes-bsp/ti/matrix-gui-e.inc
+++ b/recipes-bsp/ti/matrix-gui-e.inc
@@ -6,11 +6,12 @@ LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=37;md5=a802a01a3a58f2ebb
6SECTION = "multimedia" 6SECTION = "multimedia"
7PRIORITY = "optional" 7PRIORITY = "optional"
8 8
9INC_PR = "r21" 9INC_PR = "r22"
10 10
11COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)" 11COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
12 12
13PLATFORM_dm365 = "dm365" 13PLATFORM_dm365-evm = "dm365"
14PLATFORM_dm368-evm = "dm368"
14PLATFORM_omapl138 = "omapl138" 15PLATFORM_omapl138 = "omapl138"
15PLATFORM_omap3evm = "omap3530" 16PLATFORM_omap3evm = "omap3530"
16PLATFORM_dm37x-evm = "dm3730" 17PLATFORM_dm37x-evm = "dm3730"
diff --git a/recipes-bsp/ti/matrix-gui-e_1.3.bb b/recipes-bsp/ti/matrix-gui-e_1.3.bb
index dd1b16b4..e7254c9f 100644
--- a/recipes-bsp/ti/matrix-gui-e_1.3.bb
+++ b/recipes-bsp/ti/matrix-gui-e_1.3.bb
@@ -1,5 +1,4 @@
1require matrix-gui-e.inc 1require matrix-gui-e.inc
2 2
3SRCREV = "192" 3SRCREV = "222"
4PR = "${INC_PR}.0" 4PR = "${INC_PR}.0"
5