From 0a34b88c4b661a91962dd0c04c3af7e582bafcbd Mon Sep 17 00:00:00 2001 From: Kotaro Hashimoto Date: Fri, 3 Feb 2017 10:26:26 +0900 Subject: weston: Set XDG_RUNTIME_DIR for qcom Without this environment variable, Weston fails to start on Dragonboard Change-Id: I8863b79c47cde44d7830bc51e4ddc1be64eaff65 Signed-off-by: Kotaro Hashimoto --- .../recipes-graphics/wayland/weston_%.bbappend | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston_%.bbappend (limited to 'meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston_%.bbappend') diff --git a/meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston_%.bbappend b/meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston_%.bbappend new file mode 100644 index 000000000..8fff1dfe7 --- /dev/null +++ b/meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston_%.bbappend @@ -0,0 +1,20 @@ +FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" + +SRC_URI_append = "\ + file://weston-qcom.ini \ + file://weston.sh \ + " + +do_install_append() { + WESTON_INI_CONFIG=${sysconfdir}/xdg/weston + install -d ${D}${WESTON_INI_CONFIG} + install -m 0644 ${WORKDIR}/weston-qcom.ini ${D}${WESTON_INI_CONFIG}/weston.ini + + install -d ${D}/${sysconfdir}/profile.d + install -m 0755 ${WORKDIR}/weston.sh ${D}/${sysconfdir}/profile.d/weston.sh +} + +FILES_${PN} += " \ + ${sysconfdir}/xdg/weston/weston.ini \ + ${sysconfdir}/profile.d/weston.sh \ + " -- cgit 1.2.3-korg