[oe-commits] Jeff Lance : matrix-gui: updating SRC rev to pick up new platforms and matrix code enhancements

git version control git at git.openembedded.org
Wed Dec 8 01:32:37 UTC 2010


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

Author: Jeff Lance <jefflance01 at gmail.com>
Date:   Wed Dec  8 08:26:29 2010 +0000

matrix-gui: updating SRC rev to pick up new platforms and matrix code enhancements

* Added Matrix Enhancements:
  * added new platforms am180x, am181x and am3517
  * add control menubar at the top of matrix-gui (HTML change not code change)
  * add descriptions to matrix applications (source code change)
  * make matrix scalable with respect to number of applications.
    * allow addtional main menu pages and allow additional sub-menu pages (source code change)

Signed-off-by: Jeff Lance <j-lance1 at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes/ti/matrix-gui-common_1.4.bb |    8 ++++++++
 recipes/ti/matrix-gui-e_1.3.bb      |    5 +++++
 recipes/ti/matrix-gui_1.3.bb        |    4 ++++
 3 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/recipes/ti/matrix-gui-common_1.4.bb b/recipes/ti/matrix-gui-common_1.4.bb
new file mode 100644
index 0000000..c578a47
--- /dev/null
+++ b/recipes/ti/matrix-gui-common_1.4.bb
@@ -0,0 +1,8 @@
+require matrix-gui-common.inc
+
+# Use the mem_util application from am-sysinfo instead of a
+# prebuilt version in the repository.
+RRECOMMENDS_${PN} = "am-sysinfo"
+
+SRCREV = "192"
+PR = "${INC_PR}.0"
diff --git a/recipes/ti/matrix-gui-e_1.3.bb b/recipes/ti/matrix-gui-e_1.3.bb
new file mode 100644
index 0000000..dd1b16b
--- /dev/null
+++ b/recipes/ti/matrix-gui-e_1.3.bb
@@ -0,0 +1,5 @@
+require matrix-gui-e.inc
+
+SRCREV = "192"
+PR = "${INC_PR}.0"
+
diff --git a/recipes/ti/matrix-gui_1.3.bb b/recipes/ti/matrix-gui_1.3.bb
new file mode 100644
index 0000000..53db8af
--- /dev/null
+++ b/recipes/ti/matrix-gui_1.3.bb
@@ -0,0 +1,4 @@
+require matrix-gui.inc
+
+SRCREV = "192"
+PR = "${INC_PR}.0"





More information about the Openembedded-commits mailing list