Re: [yocto] Issue creating systemd service recipe

2016-06-11 Thread Alexis Lothoré
Hello Matt, thank you for your answer, I was typing a mail to, I found this fix too minutes before your answer ^^ However, I do not understand why the first syntax did not work, since the systemd class seems to seek the service file here to. Here is the code which make me think of that

Re: [yocto] Issue creating systemd service recipe

2016-06-11 Thread Matt Madison
On Sat, Jun 11, 2016 at 4:20 AM, Alexis Lothoré wrote: > Hello, > I am currently trying to set up an Iot showcase platform using lowpan-tools > on raspberry. > To do so, I added systemd and I am now trying to create a recipe installing > my lowpan configuration script

[yocto] Issue creating systemd service recipe

2016-06-11 Thread Alexis Lothoré
Hello, I am currently trying to set up an Iot showcase platform using lowpan-tools on raspberry. To do so, I added systemd and I am now trying to create a recipe installing my lowpan configuration script and lowpan.service. I used connman-init-systemd.bb in meta-eca as a template to my recipe,

[linux-yocto] [PATCH 5/5] intel_idle: add BXT support

2016-06-11 Thread ong . hock . yu
From: Len Brown Broxton has all the HSW C-states, except C3. BXT C-state timing is slightly different. Here we trust the IRTL MSRs as authority on maximum C-state latency, and override the driver's tables with the values found in the associated IRTL MSRs. Further we set the

[linux-yocto] [PATCH 0/5] intel_idle: backport BXT CPU support to kernel 4.1

2016-06-11 Thread ong . hock . yu
From: "Yu, Ong Hock" These patch series backported the upstream changes for intel_idle to support BXT CPU. Manual changes was done on "intel_idle: add BXT support" patch due to upstream patch is based on msr-index.h at locate arch/x86/include/asm rather than