diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-10-24 16:20:49 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-11-24 20:15:53 +0700 |
commit | 075103bb91b1508815a0188f42206ba23a6852a0 (patch) | |
tree | 41cf9c726e7bdd03d6e78d6ca0aaad13a24f879b /meta-rcar-gen3 | |
parent | be71e972ba37c02bd6bbd66500f8173b3c775b04 (diff) |
rcar-gen3: libgbm: 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')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb b/meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb index d0d1499..6e21f1f 100644 --- a/meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb +++ b/meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb @@ -10,7 +10,7 @@ SRC_URI = "git://github.com/renesas-rcar/libgbm;branch=rcar-gen3" S = "${WORKDIR}/git" -COMPATIBLE_MACHINE = "(r8a7795|r8a7796)" +COMPATIBLE_MACHINE = "(r8a7795|r8a7796|r8a77965)" DEPENDS = "wayland-kms" inherit autotools pkgconfig |