1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 18:30:50 +00:00

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>
This commit is contained in:
Chase Maupin
2011-03-16 11:27:05 -05:00
committed by Koen Kooi
parent 91b9885f73
commit e35f249656
2 changed files with 4 additions and 4 deletions
+3 -2
View File
@@ -6,11 +6,12 @@ LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=37;md5=a802a01a3a58f2ebb
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"
+1 -2
View File
@@ -1,5 +1,4 @@
require matrix-gui-e.inc
SRCREV = "192"
SRCREV = "222"
PR = "${INC_PR}.0"