diff options
author | Thuy Tran <thuy.tran.xh@renesas.com> | 2018-10-29 17:03:17 +0900 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@renesas.com> | 2019-02-28 09:43:53 +0700 |
commit | d6c2c6c31ea7680ee843eeba08269e82431a61d7 (patch) | |
tree | 1bf14e6a4ebbee8ec73271fda65c75703ee1de76 /meta-rcar-gen3/recipes-graphics/wayland/weston-conf/weston.sh | |
parent | e46d6a91dc9e8f0383aa604878ec2d8db04a85ce (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-conf/weston.sh')
-rwxr-xr-x | meta-rcar-gen3/recipes-graphics/wayland/weston-conf/weston.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston-conf/weston.sh b/meta-rcar-gen3/recipes-graphics/wayland/weston-conf/weston.sh new file mode 100755 index 0000000..33ed8a4 --- /dev/null +++ b/meta-rcar-gen3/recipes-graphics/wayland/weston-conf/weston.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +if test -z "$XDG_RUNTIME_DIR"; then + export XDG_RUNTIME_DIR=/run/user/$UID +fi |