Re: [yocto] How to check if systemd is correctly setup

2012-12-08 Thread Elvis Dowson
Hi, > > On Dec 8, 2012, at 8:02 PM, Gary Thomas wrote: >> >> First thing, make sure that your kernel has this in the config: >> CONFIG_DEVTMPFS=y >> CONFIG_DEVTMPFS_MOUNT=y >> The latest udev (rev 182) has to have this to work. > In my kernel boot message, devtmpfs: mounted Freeing unused k

Re: [yocto] How to check if systemd is correctly setup

2012-12-08 Thread Elvis Dowson
Hi Gary, Thanks for the reply! On Dec 8, 2012, at 8:02 PM, Gary Thomas wrote: > On 2012-12-08 07:19, Elvis Dowson wrote: >> Hi, >> I haven't used systemd before, and I've just built a linux kernel >> image using the latest yocto poky/master. >> >> The boot process starts

Re: [yocto] How to check if systemd is correctly setup

2012-12-08 Thread Gary Thomas
On 2012-12-08 07:19, Elvis Dowson wrote: Hi, I haven't used systemd before, and I've just built a linux kernel image using the latest yocto poky/master. The boot process starts as normal, but it just displays "freeing memory (some value)" and I get no console prompt. Q1: Which config s

[yocto] How to check if systemd is correctly setup

2012-12-08 Thread Elvis Dowson
Hi, I haven't used systemd before, and I've just built a linux kernel image using the latest yocto poky/master. The boot process starts as normal, but it just displays "freeing memory (some value)" and I get no console prompt. Q1: Which config setting or recipe code, controls the inclusio