From bc759aebc054b4768e2bc516de466fa9c7ce0bb5 Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Thu, 20 Jun 2019 16:18:28 +0700 Subject: rcar-gen3: weston: Update to support weston 6.0 This commit uses the weston upstream version 6.0 with "GPU only" h/w acceleration. It also modifies weston-init to adapt upstream version. Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda Change-Id: I7aabf0f3fcfec0dece05161529bd9eaf401dfbdb --- .../recipes-graphics/wayland/weston/weston.desktop | 9 --------- .../recipes-graphics/wayland/weston/weston.ini | 2 -- .../recipes-graphics/wayland/weston/weston.png | Bin 2383 -> 0 bytes meta-rcar-gen3/recipes-graphics/wayland/weston/weston.sh | 5 ----- .../recipes-graphics/wayland/weston/weston_v4l2.ini | 6 ------ .../wayland/weston/xwayland.weston-start | 7 ------- 6 files changed, 29 deletions(-) delete mode 100644 meta-rcar-gen3/recipes-graphics/wayland/weston/weston.desktop delete mode 100644 meta-rcar-gen3/recipes-graphics/wayland/weston/weston.ini delete mode 100644 meta-rcar-gen3/recipes-graphics/wayland/weston/weston.png delete mode 100755 meta-rcar-gen3/recipes-graphics/wayland/weston/weston.sh delete mode 100644 meta-rcar-gen3/recipes-graphics/wayland/weston/weston_v4l2.ini delete mode 100644 meta-rcar-gen3/recipes-graphics/wayland/weston/xwayland.weston-start (limited to 'meta-rcar-gen3/recipes-graphics/wayland/weston') diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.desktop b/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.desktop deleted file mode 100644 index 1086ae8..0000000 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=Application -Name=Weston -Comment=Wayland Compostitor -Exec=weston -Icon=weston -Terminal=false -Categories=Utility; diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.ini b/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.ini deleted file mode 100644 index f31c290..0000000 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.ini +++ /dev/null @@ -1,2 +0,0 @@ -[core] -repaint-window=34 diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.png b/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.png deleted file mode 100644 index ea8b7e0..0000000 Binary files a/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.png and /dev/null differ diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.sh b/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.sh deleted file mode 100755 index 33ed8a4..0000000 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston/weston.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -if test -z "$XDG_RUNTIME_DIR"; then - export XDG_RUNTIME_DIR=/run/user/$UID -fi diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston/weston_v4l2.ini b/meta-rcar-gen3/recipes-graphics/wayland/weston/weston_v4l2.ini deleted file mode 100644 index 8e2e70f..0000000 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston/weston_v4l2.ini +++ /dev/null @@ -1,6 +0,0 @@ -[core] -repaint-window=34 - -[v4l2-renderer] -device=/dev/media1 -device-module=vsp2 diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston/xwayland.weston-start b/meta-rcar-gen3/recipes-graphics/wayland/weston/xwayland.weston-start deleted file mode 100644 index b483c97..0000000 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston/xwayland.weston-start +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if type Xwayland >/dev/null 2>/dev/null; then - mkdir -p /tmp/.X11-unix - - add_weston_argument "--modules=xwayland.so" -fi -- cgit 1.2.3-korg