| Submitter | chase maupin |
|---|---|
| Date | March 16, 2011, 4:27 p.m. |
| Message ID | <1300292827-21236-1-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/1449/ |
| State | New, archived |
| Headers | show |
Comments
Op 16 mrt 2011, om 17:27 heeft Chase Maupin het volgende geschreven: > * 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> Thanks, all 4 patches are in now.
Patch
diff --git a/BSP/TI/recipes-bsp/ti/matrix-gui-common.inc b/BSP/TI/recipes-bsp/ti/matrix-gui-common.inc index 58f41d0..b1c9fb8 100644 --- a/BSP/TI/recipes-bsp/ti/matrix-gui-common.inc +++ b/BSP/TI/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/BSP/TI/recipes-bsp/ti/matrix-gui-common_1.4.bb b/BSP/TI/recipes-bsp/ti/matrix-gui-common_1.4.bb index c578a47..609a16a 100644 --- a/BSP/TI/recipes-bsp/ti/matrix-gui-common_1.4.bb +++ b/BSP/TI/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"
* 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> --- BSP/TI/recipes-bsp/ti/matrix-gui-common.inc | 7 ++++--- BSP/TI/recipes-bsp/ti/matrix-gui-common_1.4.bb | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-)