On Mon, Feb 18, 2013 at 01:10:27PM +, Burton, Ross wrote:
> The INITMAN variable is injected into DISTRO_FEATURES, so I do find
> the more idiomatic base_contains more readable:
>
> ${@base_contains("DISTRO_FEATURES", "systemd", "", "watchdog", d)}
thanks. I will update my BSP.
>
> systemd
On Mon, Feb 18, 2013 at 01:14:47PM +, Burton, Ross wrote:
> Just noticed that the disabling of syslog isn't working for me, it
> disables syslog-busybox but there's a syslog symlink to it, which is
> being started. :)
I haven't gotten to the part to get it started again. The symlink
probably
On 18 February 2013 13:10, Burton, Ross wrote:
>> * systemd's journald is not suitable for small devices. I think the default
>> should be to disable the journald and do not disable the busybox log
>> application in the systemd-compat units package. journald is dominated by
>> memory allocations a
Hi Holger,
On 18 February 2013 10:24, Holger Hans Peter Freyther
wrote:
> this is my second attempt to use systemd with Poky for our sysmoBTS
> product (mostly to replace some respawn shell scripts and not to use
> the daemontools). I aborted the first trial because of journald and
> now that sys
Hi,
this is my second attempt to use systemd with Poky for our sysmoBTS
product (mostly to replace some respawn shell scripts and not to use
the daemontools). I aborted the first trial because of journald and
now that systemd is being merged into OE-Core I started again and I
would like to share s