aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2011-03-16 11:27:04 -0500
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-16 18:49:28 +0100
commit3ff24d8e232bdc41b33643a189bd3474a2f6feaa (patch)
tree62b5ca8b5c9c5496cbd2213519bd29f9d181d422
parent4385b6e36cd409a787827a5d5ff2e8e943d7a902 (diff)
downloadopenembedded-core-contrib-3ff24d8e232bdc41b33643a189bd3474a2f6feaa.tar.gz
matrix-gui-common: update SRCREV and add device support
* Update the SRCREV used for the matrix-gui-common_1.4 package. * Add support for svg image formats * Add support for the dm368-evm machine type Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-bsp/ti/matrix-gui-common.inc7
-rw-r--r--recipes-bsp/ti/matrix-gui-common_1.4.bb4
2 files changed, 6 insertions, 5 deletions
diff --git a/recipes-bsp/ti/matrix-gui-common.inc b/recipes-bsp/ti/matrix-gui-common.inc
index 58f41d0126..b1c9fb80ea 100644
--- a/recipes-bsp/ti/matrix-gui-common.inc
+++ b/recipes-bsp/ti/matrix-gui-common.inc
@@ -6,11 +6,12 @@ LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=37;md5=a802a01a3a58f2ebb
SECTION = "multimedia"
PRIORITY = "optional"
-INC_PR = "r6"
+INC_PR = "r7"
COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
-PLATFORM_dm365 = "dm365"
+PLATFORM_dm365-evm = "dm365"
+PLATFORM_dm368-evm = "dm368"
PLATFORM_omapl138 = "omapl138"
PLATFORM_omap3evm = "omap3530"
PLATFORM_dm37x-evm = "dm3730"
@@ -36,7 +37,7 @@ do_install() {
install -m 0644 ${S}/${PLATFORM}/html/* ${D}/${datadir}/matrix/html
install -d ${D}/${datadir}/matrix/images
install -m 0644 ${S}/images/*.png ${D}/${datadir}/matrix/images/
-
+ install -m 0644 ${S}/images/*.svg ${D}/${datadir}/matrix/images/
}
FILES_${PN} += "${datadir}/matrix/*"
diff --git a/recipes-bsp/ti/matrix-gui-common_1.4.bb b/recipes-bsp/ti/matrix-gui-common_1.4.bb
index c578a47b37..609a16ae38 100644
--- a/recipes-bsp/ti/matrix-gui-common_1.4.bb
+++ b/recipes-bsp/ti/matrix-gui-common_1.4.bb
@@ -4,5 +4,5 @@ require matrix-gui-common.inc
# prebuilt version in the repository.
RRECOMMENDS_${PN} = "am-sysinfo"
-SRCREV = "192"
-PR = "${INC_PR}.0"
+SRCREV = "222"
+PR = "${INC_PR}.6"