From: Chase Maupin Date: Wed, 16 Mar 2011 16:27:06 +0000 (-0500) Subject: matrix-gui: Add support for dm368-evm machine X-Git-Tag: v2012.05-yocto1.2~524 X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fmeta-ti-glsdk.git;a=commitdiff_plain;h=91b9885f737122a5478b0d098287e46666be91f8;hp=3ff24d8e232bdc41b33643a189bd3474a2f6feaa matrix-gui: 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 Signed-off-by: Koen Kooi --- diff --git a/recipes-bsp/ti/matrix-gui.inc b/recipes-bsp/ti/matrix-gui.inc index 1b2968e..1e54401 100644 --- a/recipes-bsp/ti/matrix-gui.inc +++ b/recipes-bsp/ti/matrix-gui.inc @@ -6,11 +6,12 @@ LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=37;md5=a802a01a3a58f2ebb 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" diff --git a/recipes-bsp/ti/matrix-gui_1.3.bb b/recipes-bsp/ti/matrix-gui_1.3.bb index 53db8af..cfdf47e 100644 --- a/recipes-bsp/ti/matrix-gui_1.3.bb +++ b/recipes-bsp/ti/matrix-gui_1.3.bb @@ -1,4 +1,4 @@ require matrix-gui.inc -SRCREV = "192" +SRCREV = "222" PR = "${INC_PR}.0"