From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by arago-project.org (Postfix) with ESMTPS id 42B1D52004 for ; Wed, 18 May 2016 15:59:30 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id u4IFxTnm013836; Wed, 18 May 2016 10:59:29 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u4IFxTfM006107; Wed, 18 May 2016 10:59:29 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.294.0; Wed, 18 May 2016 10:59:28 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u4IFxN5T020459; Wed, 18 May 2016 10:59:27 -0500 Date: Wed, 18 May 2016 11:59:06 -0400 From: Denys Dmytriyenko To: "Balagopalakrishnan, Anand" Message-ID: <20160518155905.GZ16188@edge> References: <1463461288-32423-1-git-send-email-denis@denix.org> <1463461288-32423-2-git-send-email-denis@denix.org> <05CF4794C98B244ABDC620C10903762273299878@DBDE04.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <05CF4794C98B244ABDC620C10903762273299878@DBDE04.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: [RFC][PATCH 2/2] weston-init: disable systemd service to fall back to old initscript X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2016 15:59:30 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Wed, May 18, 2016 at 07:23:59AM +0000, Balagopalakrishnan, Anand wrote: > Instead of the following: > > + rm -rf ${D}${systemd_system_unitdir} > > should you have this line: > rm -f ${D}${systemd_system_unitdir}/weston.service Why? > -----Original Message----- > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-bounces@arago-project.org] On Behalf Of Denys Dmytriyenko > Sent: Tuesday, May 17, 2016 10:31 AM > To: meta-arago@arago-project.org > Subject: [meta-arago] [RFC][PATCH 2/2] weston-init: disable systemd service to fall back to old initscript > > From: Denys Dmytriyenko > > Touchscreen calibration and other customizations are required from initscript > > Signed-off-by: Denys Dmytriyenko > --- > meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend | 5 ++++- meta-arago-distro/recipes-graphics/wayland/weston-init/runWeston | 2 +- > 2 files changed, 5 insertions(+), 2 deletions(-) > > diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend > index 78a839f..041e5ab 100644 > --- a/meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend > +++ b/meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend > @@ -1,4 +1,4 @@ > -PR_append = ".arago6" > +PR_append = ".arago7" > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > > @@ -9,4 +9,7 @@ SRC_URI_append = " \ > do_install_append() { > install -d ${D}${bindir} > install -m 755 ${WORKDIR}/runWeston ${D}${bindir} > + rm -rf ${D}${systemd_system_unitdir} > } > + > +SYSTEMD_SERVICE_${PN} = "" > diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-init/runWeston b/meta-arago-distro/recipes-graphics/wayland/weston-init/runWeston > index 6ef574a..aed5d5f 100644 > --- a/meta-arago-distro/recipes-graphics/wayland/weston-init/runWeston > +++ b/meta-arago-distro/recipes-graphics/wayland/weston-init/runWeston > @@ -1,4 +1,4 @@ > -#!/bin/bash > +#!/bin/sh > > clear > cat << EOF > -- > 2.2.0 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago