From 029de35a172da31b083b86d93a79d787773dec11 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 12 Apr 2017 14:07:33 +0200 Subject: Use weston-init to startup weston * weston.service should not be a part of weston recipes * remove weston.service from AGL weston recipes * yocto upstream uses the recipe weston-init to startup weston * customize weston-start with sed - remove openvt - add option to weston-launch * customize weston.service with sed - add option for weston * unified the weston startup beteween AGL BSPs * remove fix on the AGL BSP Bug-AGL: SPEC-452 Bug-AGL: SPEC-310 Change-Id: I12722826abdc004214d289961e900c36528ec6e3 Signed-off-by: Ronan Le Martret --- .../meta-qcom/recipes-graphics/wayland/weston/weston.sh | 7 ------- .../meta-qcom/recipes-graphics/wayland/weston_%.bbappend | 14 -------------- 2 files changed, 21 deletions(-) delete mode 100644 meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston/weston.sh delete mode 100644 meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston_%.bbappend (limited to 'meta-agl-bsp/meta-qcom') diff --git a/meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston/weston.sh b/meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston/weston.sh deleted file mode 100644 index 225a034bb..000000000 --- a/meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston/weston.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if test -z "$XDG_RUNTIME_DIR"; then - export XDG_RUNTIME_DIR=/run/user/$UID - mkdir --parents $XDG_RUNTIME_DIR - chmod 0700 $XDG_RUNTIME_DIR -fi diff --git a/meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston_%.bbappend b/meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston_%.bbappend deleted file mode 100644 index f8c0a5fa3..000000000 --- a/meta-agl-bsp/meta-qcom/recipes-graphics/wayland/weston_%.bbappend +++ /dev/null @@ -1,14 +0,0 @@ -FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" - -SRC_URI_append = "\ - file://weston.sh \ - " - -do_install_append() { - install -d ${D}/${sysconfdir}/profile.d - install -m 0755 ${WORKDIR}/weston.sh ${D}/${sysconfdir}/profile.d/weston.sh -} - -FILES_${PN} += " \ - ${sysconfdir}/profile.d/weston.sh \ - " -- cgit 1.2.3-korg