diff options
-rw-r--r-- | recipes/ti/matrix-gui.inc (renamed from recipes/ti/matrix-gui_svn.bb) | 8 | ||||
-rw-r--r-- | recipes/ti/matrix-gui_1.1.bb | 7 | ||||
-rw-r--r-- | recipes/ti/matrix-gui_1.2.bb | 5 |
3 files changed, 15 insertions, 5 deletions
diff --git a/recipes/ti/matrix-gui_svn.bb b/recipes/ti/matrix-gui.inc index f52294dbe4..afdd96a349 100644 --- a/recipes/ti/matrix-gui_svn.bb +++ b/recipes/ti/matrix-gui.inc @@ -4,17 +4,15 @@ LICENSE = "BSD" SECTION = "multimedia" PRIORITY = "optional" -SRCREV = "136" -PV = "1.1" -PR = "r16+svnr${SRCPV}" +COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)" PLATFORM_dm365 = "dm365" -PLATFORM_da850-omapl138-evm = "omapl138" +PLATFORM_omapl138 = "omapl138" PLATFORM_omap3evm = "omap3530" PLATFORM_dm37x-evm = "dm3730" PLATFORM_am37x-evm = "am3715" PLATFORM_beagleboard = "am3715" -PLATFORM ?= "<UNDEFINED>" +PLATFORM_ti816x = "ti816x" SRC_URI = "svn://gforge.ti.com/svn/matrix_gui/;module=trunk;proto=https;user=anonymous;pswd='' " diff --git a/recipes/ti/matrix-gui_1.1.bb b/recipes/ti/matrix-gui_1.1.bb new file mode 100644 index 0000000000..22a8b862cd --- /dev/null +++ b/recipes/ti/matrix-gui_1.1.bb @@ -0,0 +1,7 @@ +require matrix-gui.inc + +COMPATIBLE_MACHINE = "(dm365|omapl138|omap3)" + +SRCREV = "136" +PV = "1.1" +PR = "r17" diff --git a/recipes/ti/matrix-gui_1.2.bb b/recipes/ti/matrix-gui_1.2.bb new file mode 100644 index 0000000000..486fd2d7ad --- /dev/null +++ b/recipes/ti/matrix-gui_1.2.bb @@ -0,0 +1,5 @@ +require matrix-gui.inc + +SRCREV = "146" +PV = "1.2" +PR = "r0" |