From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 78020E00786; Mon, 8 Sep 2014 14:34:12 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [147.11.1.11 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 306B2E0034C for ; Mon, 8 Sep 2014 14:34:00 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.9/8.14.5) with ESMTP id s88LXuHg003829 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 8 Sep 2014 14:33:56 -0700 (PDT) Received: from windriver.com (128.224.18.121) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.174.1; Mon, 8 Sep 2014 14:33:55 -0700 Date: Mon, 8 Sep 2014 23:33:54 +0200 From: Andrei Gherzan To: Sujith H Message-ID: <20140908213353.GA11743@windriver.com> References: <1406726341-28977-1-git-send-email-sujith.h@gmail.com> MIME-Version: 1.0 In-Reply-To: <1406726341-28977-1-git-send-email-sujith.h@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: yocto@yoctoproject.org, Sujith H Subject: Re: [meta-ivi][PATCH] Make pulseaudio run by default X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2014 21:34:12 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Hello, On Wed, Jul 30, 2014 at 06:49:01PM +0530, Sujith H wrote: > From: Sujith H > > This change will help pulseaudio run by default on the > target. On the bootup user can see pulseaudio service > started. > > Signed-off-by: Sujith H > --- > meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend b/meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend > index e32efa7..5401c66 100644 > --- a/meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend > +++ b/meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend > @@ -7,7 +7,7 @@ PR = "r1" > inherit systemd > > SYSTEMD_PACKAGES = "${PN}-server" > -SYSTEMD_SERVICE = "pulseaudio.service" > +SYSTEMD_SERVICE_${PN}-server = "pulseaudio.service" > > PACKAGECONFIG_remove = "bluez4" > PACKAGECONFIG_append = " bluez5" > -- > 1.8.4 > First of all sorry for this late reply. I was able to reproduce and understand the issue here. The idea is that the bbclass is parsing the 'per package' SYSTEMD_SERVICE variable (SYSTEMD_SERVICE_${PN}) [systemd.bbclass line 167] and based on this it installs the post install script. Patch merged to master. Thanks a lot. -- Andrei Gherzan | Wind River Systems m: +40 734 450 615