aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-graphics
diff options
context:
space:
mode:
authorKhang Nguyen <khang.nguyen.xv@rvc.renesas.com>2018-02-22 14:29:24 +0700
committerKhang Nguyen <khang.nguyen.xv@rvc.renesas.com>2018-03-22 13:36:54 +0700
commita3279aa6b4fc7f5eabda448ede8c2c1a842c3afe (patch)
tree908c1eaf6acbd9d3fdbd777cec1ac9d3399fdbfd /meta-rcar-gen3/recipes-graphics
parente723cdc57029bd5b6ce4c63846e94295ef7ccbf1 (diff)
rcar-gen3: wayland-kms: Update for supporting E3 board
This commit updates recipe to add ebisu into COMPATIBLE_MACHINE. 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/wayland/wayland-kms_1.6.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/wayland-kms_1.6.0.bb b/meta-rcar-gen3/recipes-graphics/wayland/wayland-kms_1.6.0.bb
index 9fc571a..134e8d2 100644
--- a/meta-rcar-gen3/recipes-graphics/wayland/wayland-kms_1.6.0.bb
+++ b/meta-rcar-gen3/recipes-graphics/wayland/wayland-kms_1.6.0.bb
@@ -9,7 +9,7 @@ PV_append = "+git${SRCREV}"
SRCREV = "15184e5bd3701938a6b30b8f03b471477fc742e8"
SRC_URI = "git://github.com/renesas-rcar/wayland-kms.git;branch=rcar-gen3"
-COMPATIBLE_MACHINE = "(r8a7795|r8a7796|r8a77965)"
+COMPATIBLE_MACHINE = "(r8a7795|r8a7796|r8a77965|r8a77990)"
S = "${WORKDIR}/git"
DEPENDS = "libdrm wayland gles-user-module wayland-native"