aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorJeff Lance <jefflance01@gmail.com>2010-12-08 08:26:29 +0000
committerDenys Dmytriyenko <denys@ti.com>2010-12-07 20:31:12 -0500
commitedca42bd4c52866eb77fadad6b1c3a477aed41a5 (patch)
tree8e529ea4ea01558e3ea3e5e4758d5fcbb287660f /recipes/ti
parenta5dacbfe93c1b788f8592da443af7bd6d4e4db77 (diff)
downloadopenembedded-edca42bd4c52866eb77fadad6b1c3a477aed41a5.tar.gz
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@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/matrix-gui-common_1.4.bb8
-rw-r--r--recipes/ti/matrix-gui-e_1.3.bb5
-rw-r--r--recipes/ti/matrix-gui_1.3.bb4
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 0000000000..c578a47b37
--- /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 0000000000..dd1b16b420
--- /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 0000000000..53db8af150
--- /dev/null
+++ b/recipes/ti/matrix-gui_1.3.bb
@@ -0,0 +1,4 @@
+require matrix-gui.inc
+
+SRCREV = "192"
+PR = "${INC_PR}.0"