diff options
author | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-02-22 16:07:08 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-03-22 13:36:54 +0700 |
commit | 484ed689dafac18778e99eafd71806e41fb71f26 (patch) | |
tree | 4c113e56729941a409b4670fd5d3168d16c84655 /meta-rcar-gen3/recipes-graphics | |
parent | a66cc3969e6de2951c54dda7929c92c0ff12d252 (diff) |
rcar-gen3: GFX: Update to support E3 board
This commit modifies graphic recipes to support E3 GFX version.
It also updates copyscript to support copying E3 GFX packages.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb | 3 |
1 files changed, 2 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 7d38a52..d46818c 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|r8a77965)" +COMPATIBLE_MACHINE = "(r8a7795|r8a7796|r8a77965|r8a77990)" PACKAGE_ARCH = "${MACHINE_ARCH}" S = "${WORKDIR}/rogue" @@ -15,6 +15,7 @@ GLES = "gsx" SRC_URI_r8a7795 = "file://r8a7795_linux_gsx_binaries_gles.tar.bz2" SRC_URI_r8a7796 = "file://r8a7796_linux_gsx_binaries_gles.tar.bz2" SRC_URI_r8a77965 = "file://r8a77965_linux_gsx_binaries_gles.tar.bz2" +SRC_URI_r8a77990 = "file://r8a7799_linux_gsx_binaries_gles.tar.bz2" SRC_URI_append = " \ file://change-shell.patch \ |