Re: [yocto] [meta-ivi] [PATCH] node-startup-controller: Fixing conf file while packaging

2013-06-05 Thread sujith h
Hi, On Wed, Jun 5, 2013 at 12:04 PM, Behrens, Holger < holger.behr...@windriver.com> wrote: > Hi, > > > Hi Florin, > > > > You are right. The error I get is: > > > > Configuring netbase. > > Configuring procps. > > Configuring packagegroup-core-boot-genivi. > > Configuring u-boot-sabre-sd. > > Co

Re: [yocto] [meta-ivi] [PATCH] node-startup-controller: Fixing conf file while packaging

2013-06-04 Thread Behrens, Holger
Hi, > Hi Florin, > > You are right. The error I get is: > > Configuring netbase. > Configuring procps. > Configuring packagegroup-core-boot-genivi. > Configuring u-boot-sabre-sd. > Configuring u-boot-sabre-lite. > Configuring run-postinsts. > Configuring u-boot-sabre-aiquad. > Collected errors:

Re: [yocto] [meta-ivi] [PATCH] node-startup-controller: Fixing conf file while packaging

2013-06-04 Thread sujith h
Hi Florin, You are right. The error I get is: Configuring netbase. Configuring procps. Configuring packagegroup-core-boot-genivi. Configuring u-boot-sabre-sd. Configuring u-boot-sabre-lite. Configuring run-postinsts. Configuring u-boot-sabre-aiquad. Collected errors: * check_data_file_clashes: P

Re: [yocto] [meta-ivi] [PATCH] node-startup-controller: Fixing conf file while packaging

2013-06-04 Thread Florin Sarbu
Hi, please provide a log with the actual error. The attached patch does not contain a solution to your problem in my opinion. Thank you, Florin On 06/04/2013 01:13 PM, sujith h wrote: Hi, When package_ipk is used, then opkg fails to install node-state-manager during the do_rootfs phase of fo

Re: [yocto] [meta-ivi] [PATCH] node-startup-controller: Fixing conf file while packaging

2013-06-04 Thread sujith h
Hi, When package_ipk is used, then opkg fails to install node-state-manager during the do_rootfs phase of foton-image. But this behavior is not seen when rpm is used. opkg fails to install when org.genivi.NodeStateManager.conf is there in etc/dbus-1/dbus-1/system.d/ directory provided by node-star

[yocto] [meta-ivi] [PATCH] node-startup-controller: Fixing conf file while packaging

2013-06-04 Thread Sujith H
From: Sujith H Issue found while building foton-image when PACKAGE_CLASSES set to "package_ipk". This patch will fix the issue. This patch has to be applied to branch 4.0. Signed-off-by: Sujith H --- .../node-startup-controller/node-startup-controller_1.0.2.bb | 3 +++ .../node-start