Re: [OE-core] [daisy][PATCH 1/4] tcf-agent: add systemd support

2014-05-15 Thread Khem Raj
On Thu, May 15, 2014 at 7:05 PM, ChenQi wrote: > On 05/15/2014 08:24 PM, Otavio Salvador wrote: >> >> On Wed, May 14, 2014 at 7:04 PM, Khem Raj wrote: >>> >>> On Wed, May 14, 2014 at 1:30 PM, Otavio Salvador >>> wrote: + install -d ${D}${systemd_unitdir}/system + insta

Re: [OE-core] [daisy][PATCH 1/4] tcf-agent: add systemd support

2014-05-15 Thread ChenQi
On 05/15/2014 08:24 PM, Otavio Salvador wrote: On Wed, May 14, 2014 at 7:04 PM, Khem Raj wrote: On Wed, May 14, 2014 at 1:30 PM, Otavio Salvador wrote: + install -d ${D}${systemd_unitdir}/system + install -m 0644 ${WORKDIR}/tcf-agent.service ${D}${systemd_unitdir}/system +

Re: [OE-core] [daisy][PATCH 1/4] tcf-agent: add systemd support

2014-05-15 Thread Otavio Salvador
On Wed, May 14, 2014 at 7:04 PM, Khem Raj wrote: > On Wed, May 14, 2014 at 1:30 PM, Otavio Salvador > wrote: >> + install -d ${D}${systemd_unitdir}/system >> + install -m 0644 ${WORKDIR}/tcf-agent.service >> ${D}${systemd_unitdir}/system >> + sed -i -e 's,@SBINDIR@,${sbindir},g

Re: [OE-core] [daisy][PATCH 1/4] tcf-agent: add systemd support

2014-05-14 Thread Khem Raj
On Wed, May 14, 2014 at 1:30 PM, Otavio Salvador wrote: > + install -d ${D}${systemd_unitdir}/system > + install -m 0644 ${WORKDIR}/tcf-agent.service > ${D}${systemd_unitdir}/system > + sed -i -e 's,@SBINDIR@,${sbindir},g' > ${D}${systemd_unitdir}/system/tcf-agent.service shou

[OE-core] [daisy][PATCH 1/4] tcf-agent: add systemd support

2014-05-14 Thread Otavio Salvador
From: Chen Qi Add systemd unit file tcf-agent.service. (From OE-Core rev: 1a4feebf98780f586bf2e81cf9844e6805a50799) Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service | 10 ++ meta/recipes-devtools/tcf-agent/tcf-agent_