From: Jeff Lance Date: Wed, 8 Dec 2010 08:26:30 +0000 (+0000) Subject: matrix-gui: Adding additional platform support X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be29ce50ba02c4a09130fd3d5b1d3360a9d25a5b;p=openembedded.git matrix-gui: Adding additional platform support * Add platform support for am180x * Add platform support for am181x * Add platform support for am3517 Signed-off-by: Jeff Lance Signed-off-by: Denys Dmytriyenko --- diff --git a/recipes/ti/matrix-gui-common.inc b/recipes/ti/matrix-gui-common.inc index b5a368e2e8..4185b3418f 100644 --- a/recipes/ti/matrix-gui-common.inc +++ b/recipes/ti/matrix-gui-common.inc @@ -4,7 +4,7 @@ LICENSE = "BSD" SECTION = "multimedia" PRIORITY = "optional" -INC_PR = "r5" +INC_PR = "r6" COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)" @@ -15,6 +15,9 @@ PLATFORM_dm37x-evm = "dm3730" PLATFORM_am37x-evm = "am3715" PLATFORM_beagleboard = "am3715" PLATFORM_ti816x = "ti816x" +PLATFORM_am180x-evm = "am180x" +PLATFORM_am181x-evm = "am181x" +PLATFORM_am3517-evm = "am3517" #Checkout the project repository to get access to the scripts and data #files. diff --git a/recipes/ti/matrix-gui-e.inc b/recipes/ti/matrix-gui-e.inc index 86f08b1d90..ba8012c466 100644 --- a/recipes/ti/matrix-gui-e.inc +++ b/recipes/ti/matrix-gui-e.inc @@ -4,7 +4,7 @@ LICENSE = "BSD" SECTION = "multimedia" PRIORITY = "optional" -INC_PR = "r20" +INC_PR = "r21" COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)" @@ -15,6 +15,9 @@ PLATFORM_dm37x-evm = "dm3730" PLATFORM_am37x-evm = "am3715" PLATFORM_beagleboard = "am3715" PLATFORM_ti816x = "ti816x" +PLATFORM_am180x-evm = "am180x" +PLATFORM_am181x-evm = "am181x" +PLATFORM_am3517-evm = "am3517" SRC_URI = "svn://gforge.ti.com/svn/matrix_gui/;module=trunk;proto=https;user=anonymous;pswd='' " diff --git a/recipes/ti/matrix-gui.inc b/recipes/ti/matrix-gui.inc index a2a2721168..82ec6ab1e3 100644 --- a/recipes/ti/matrix-gui.inc +++ b/recipes/ti/matrix-gui.inc @@ -4,7 +4,7 @@ LICENSE = "BSD" SECTION = "multimedia" PRIORITY = "optional" -INC_PR = "r18" +INC_PR = "r19" COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)" @@ -15,6 +15,9 @@ PLATFORM_dm37x-evm = "dm3730" PLATFORM_am37x-evm = "am3715" PLATFORM_beagleboard = "am3715" PLATFORM_ti816x = "ti816x" +PLATFORM_am180x-evm = "am180x" +PLATFORM_am181x-evm = "am181x" +PLATFORM_am3517-evm = "am3517" SRC_URI = "svn://gforge.ti.com/svn/matrix_gui/;module=trunk;proto=https;user=anonymous;pswd='' "