summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-graphics/wayland/weston
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@renesas.com>2018-10-29 17:03:17 +0900
committerThuy Tran <thuy.tran.xh@renesas.com>2019-02-28 09:43:53 +0700
commitd6c2c6c31ea7680ee843eeba08269e82431a61d7 (patch)
tree1bf14e6a4ebbee8ec73271fda65c75703ee1de76 /meta-rcar-gen3/recipes-graphics/wayland/weston
parente46d6a91dc9e8f0383aa604878ec2d8db04a85ce (diff)
rcar-gen3: weston: Split out machine specific configuration
This commit adds more weston-conf bbappend to adapt YP2.6. Renesas MACHINEs also provided their configurations. (From Poky rev: 4001e1adb21b9785a19669968f07166f5b8772cd) Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/wayland/weston')
-rw-r--r--meta-rcar-gen3/recipes-graphics/wayland/weston/weston.ini2
-rwxr-xr-xmeta-rcar-gen3/recipes-graphics/wayland/weston/weston.sh5
2 files changed, 0 insertions, 7 deletions
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.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