Re: [yocto] [PATCH] dlt-daemon: Fix multiple issues with service files.

2013-06-13 Thread Khem Raj
On Tue, Jun 11, 2013 at 5:00 AM, Noor, Ahsan wrote: > +do_install_append() { > +# Remove "User=genivi" option from systemd service files, as we want > this to go to default setting > +sed -i '/User/d' ${D}/${systemd_unitdir}/system/*.service > + > +# Install the required systemd servi

Re: [yocto] [PATCH] dlt-daemon: Fix multiple issues with service files.

2013-06-11 Thread Ahsan, Noor
Hello, I just send a patch to the same list. Noor -Original Message- From: Behrens, Holger [mailto:holger.behr...@windriver.com] Sent: Tuesday, June 11, 2013 5:10 PM To: Ahsan, Noor Cc: yocto@yoctoproject.org; Sarbu, Florin-Ionut (Florin); genivi-diagnostic-log-and-tr...@lists.genivi.o

Re: [yocto] [PATCH] dlt-daemon: Fix multiple issues with service files.

2013-06-11 Thread Behrens, Holger
Hi, > From: Noor Did you file a bug with upstream http://projects.genivi.org/diagnostic-log-trace/ and provided them with these patches too? As I do not see them on the email distribution list. If so, can you make a reference to the bugzilla id(s) of any bug(s) you filed against the DLT d

[yocto] [PATCH] dlt-daemon: Fix multiple issues with service files.

2013-06-11 Thread Noor, Ahsan
From: Noor * The newly included patch, systemd_service_installation.patch, is required because the cmake script in the dlt-daemon package tries to locate the systemd units directory on the host. During cross compiling it should not see paths on local machine and make decesion based on it. O