aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-graphics/gles-module
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@rvc.renesas.com>2017-10-24 16:15:15 +0700
committerThuy Tran <thuy.tran.xh@rvc.renesas.com>2017-11-24 20:15:52 +0700
commitbe71e972ba37c02bd6bbd66500f8173b3c775b04 (patch)
tree2eb0038d567c714bfabe9f90ebae39e23a259c4d /meta-rcar-gen3/recipes-graphics/gles-module
parent2ffae4f6b2ad41f0e4a8a8ab114636370f3f0413 (diff)
rcar-gen3: GFX: Update to support M3N board
This commit modifies graphic recipes to support M3N GFX version. It also updates copyscript to support copying M3N GFX packages. Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/gles-module')
-rw-r--r--meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb
index e66164f..871f490 100644
--- a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb
+++ b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb
@@ -6,7 +6,7 @@ LICENSE = "CLOSED"
PN = "gles-user-module"
PR = "r0"
-COMPATIBLE_MACHINE = "(r8a7795|r8a7796)"
+COMPATIBLE_MACHINE = "(r8a7795|r8a7796|r8a77965)"
PACKAGE_ARCH = "${MACHINE_ARCH}"
S = "${WORKDIR}/rogue"
@@ -14,6 +14,8 @@ GLES = "gsx"
SRC_URI_r8a7795 = "file://r8a7795_linux_gsx_binaries_gles3.tar.bz2"
SRC_URI_r8a7796 = "file://r8a7796_linux_gsx_binaries_gles3.tar.bz2"
+SRC_URI_r8a77965 = "file://r8a77965_linux_gsx_binaries_gles.tar.bz2"
+
SRC_URI_append = " \
file://change-shell.patch \
file://rc.pvr.service \