From d6c2c6c31ea7680ee843eeba08269e82431a61d7 Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Mon, 29 Oct 2018 17:03:17 +0900 Subject: 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 Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-graphics/wayland/weston-conf/weston.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 meta-rcar-gen3/recipes-graphics/wayland/weston-conf/weston.sh (limited to 'meta-rcar-gen3/recipes-graphics/wayland/weston-conf/weston.sh') 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 -- cgit 1.2.3-korg