[oe-commits] Chase Maupin : matrix-gui-common: make versioned recipes

git version control git at git.openembedded.org
Thu Sep 30 23:34:35 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a6d0aa94fea8128af6b1c2853bb1a2b1d6bfb6f4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a6d0aa94fea8128af6b1c2853bb1a2b1d6bfb6f4

Author: Chase Maupin <chasemaupin03 at gmail.com>
Date:   Thu Sep 30 08:12:03 2010 +0000

matrix-gui-common: make versioned recipes

* Abstracted common code to .inc file
* Made versioned recipe for version 1.1 and 1.2
* Removed the _svn version of the recipe.

Signed-off-by: Chase Maupin <chase.maupin at ti.com>
Signed-off-by: Denys Dmytriyenko <denis at denix.org>

---

 ...rix-gui-common_svn.bb => matrix-gui-common.inc} |    8 +++-----
 recipes/ti/matrix-gui-common_1.1.bb                |    7 +++++++
 recipes/ti/matrix-gui-common_1.2.bb                |    5 +++++
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/recipes/ti/matrix-gui-common_svn.bb b/recipes/ti/matrix-gui-common.inc
similarity index 88%
rename from recipes/ti/matrix-gui-common_svn.bb
rename to recipes/ti/matrix-gui-common.inc
index 89126a2..096c321 100644
--- a/recipes/ti/matrix-gui-common_svn.bb
+++ b/recipes/ti/matrix-gui-common.inc
@@ -4,17 +4,15 @@ LICENSE = "BSD"
 SECTION = "multimedia"
 PRIORITY = "optional"
 
-SRCREV = "136"
-PV = "1.1"
-PR = "r3+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"
 
 #Checkout the project repository to get access to the scripts and data
 #files.
diff --git a/recipes/ti/matrix-gui-common_1.1.bb b/recipes/ti/matrix-gui-common_1.1.bb
new file mode 100644
index 0000000..2b921af
--- /dev/null
+++ b/recipes/ti/matrix-gui-common_1.1.bb
@@ -0,0 +1,7 @@
+require matrix-gui-common.inc
+
+COMPATIBLE_MACHINE = "(dm365|omapl138|omap3)"
+
+SRCREV = "136"
+PV = "1.1"
+PR = "r4"
diff --git a/recipes/ti/matrix-gui-common_1.2.bb b/recipes/ti/matrix-gui-common_1.2.bb
new file mode 100644
index 0000000..a3da400
--- /dev/null
+++ b/recipes/ti/matrix-gui-common_1.2.bb
@@ -0,0 +1,5 @@
+require matrix-gui-common.inc
+
+SRCREV = "146"
+PV = "1.2"
+PR = "r0"





More information about the Openembedded-commits mailing list