[OE-core] [PATCH] weston-init: add a native systemd unit file

2015-12-01 Thread Alexander Kanavin
Previously weston was started by systemd via a classic init script [YOCTO #5582] Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/wayland/weston-init.bb | 13 ++--- meta/recipes-graphics/wayland/weston-init/weston.service | 15 +++ 2 files changed, 25 i

Re: [OE-core] [PATCH] weston-init: add a native systemd unit file

2015-12-01 Thread Pau Espin Pedrol
2015-12-01 15:00 GMT+01:00 Alexander Kanavin < alexander.kana...@linux.intel.com>: > + install -d ${D}${systemd_unitdir}/system > + install -m0644 ${WORKDIR}/weston.service > ${D}${systemd_system_unitdir} > Sorry to be picky, but you only changed "systemd_unitdir/system"->"systemd_sys

[OE-core] [PATCH] weston-init: add a native systemd unit file

2015-12-01 Thread Alexander Kanavin
Previously weston was started by systemd via a classic init script [YOCTO #5582] Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/wayland/weston-init.bb | 13 ++--- meta/recipes-graphics/wayland/weston-init/weston.service | 15 +++ 2 files changed, 25 i

Re: [OE-core] [PATCH] weston-init: add a native systemd unit file

2015-12-01 Thread Pau Espin Pedrol
Hi, Better use "${systemd_system_unitdir}" instead of "${systemd_unitdir}/system". Pau Espin Pedrol mail/jabber: pespin.s...@gmail.com http://blog.espeweb.net 2015-11-30 18:41 GMT+01:00 Alexander Kanavin < alexander.kana...@linux.intel.com>: > Previously weston was started by systemd via a clas

Re: [OE-core] [PATCH] weston-init: add a native systemd unit file

2015-11-30 Thread Martin Jansa
On Mon, Nov 30, 2015 at 07:41:44PM +0200, Alexander Kanavin wrote: > Previously weston was started by systemd via a classic init script > > [YOCTO #5582] > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-graphics/wayland/weston-init.bb | 13 ++--- > meta/recipes-grap

[OE-core] [PATCH] weston-init: add a native systemd unit file

2015-11-30 Thread Alexander Kanavin
Previously weston was started by systemd via a classic init script [YOCTO #5582] Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/wayland/weston-init.bb | 13 ++--- meta/recipes-graphics/wayland/weston-init/weston.service | 15 +++ 2 files changed, 25 i