diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-10-24 16:21:48 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-11-24 20:15:53 +0700 |
commit | 8126de4f6aa29e23c7eb8b4ff96fc7205c6e979e (patch) | |
tree | a06ed3a2f51efcaeda610e153e87924ca654562b /meta-rcar-gen3/recipes-graphics/wayland | |
parent | 075103bb91b1508815a0188f42206ba23a6852a0 (diff) |
rcar-gen3: wayland-kms: Update for supporting M3N board
This commit updates recipe to add M3N into COMPATIBLE_MACHINE.
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/wayland')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/wayland-kms_1.6.0.bb | 2 |
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 0346162..76e8bfc 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)" +COMPATIBLE_MACHINE = "(r8a7795|r8a7796|r8a77965)" S = "${WORKDIR}/git" DEPENDS = "libdrm wayland gles-user-module" |