[yocto] how to use systemd as system init manager

2015-12-24 Thread Jin Li
Hi,

I am trying to build yocto project which use systemd as system init manager.
But the qemu boot up and still use INIT as usual. The rootfs even fail to 
install systemd.

I refers to yocto docs 
http://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#ref-features-distro
I use meta/recipes-extended/images/core-image-full-cmdline.bb and add the 
following part
to support systemd:

DISTRO_FEATURES_append = "systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"

Did I miss somethings ?

Any help would be appreciated.

Jin


-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] FOSDEM 2016 web page

2015-12-24 Thread Philip Balister
Yeah, it is Christmas Eve and I am getting this started:

http://openembedded.org/wiki/FOSDEM_2016

Please add content, especially when you can help with the stand. I'll
link this from the home page after Christmas.

I'd like to get a board + lcd panel running a presentation explaining
the relationship between OpenEmbedded and the Yocto Project. That should
reduce the number of times people at the booth need to explain this.

Philip
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] I'm trying install DDCLIENT in intel edison with yocto project

2015-12-24 Thread Chen, ChunguangX
Hi neuber:

You should find & download source code of libjson-perl package, copy to Edison 
board, then compile & make install manually.


Best Regards
Chunguang

From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On 
Behalf Of neuber sousa
Sent: Tuesday, December 22, 2015 10:29 PM
To: yocto@yoctoproject.org
Subject: Re: [yocto] I'm trying install DDCLIENT in intel edison with yocto 
project

Hi,

Anyone know the answer ?

2015-12-21 14:02 GMT-03:00 neuber sousa 
mailto:neuberf...@gmail.com>>:
I have errors: root@neuberfran:~# ddclient -v
Can't locate Sys/Hostname.pm in @INC (you may need to install the Sys::Hostname 
module) (@INC contains: /etc/perl /usr/lib/perl/site_perl/5.20.0/ 
/usr/lib/perl/site_perl/5.20.0 /usr/lib/perl/vendor_perl/5.20.0/ 
/usr/lib/perl/vendor_perl/5.20.0 /usr/lib/perl/5.20.0/ /usr/lib/perl/5.20.0 
/usr/local/lib/site_perl /usr/lib/perl/5.20.0 .) at /usr/sbin/ddclient line 25.
BEGIN failed--compilation aborted at /usr/sbin/ddclient line 25.

I this is because libjson-perl package

How to install libjson-perl package in yocto image ?


-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] how to use systemd as system init manager

2015-12-24 Thread Khem Raj
On Thu, Dec 24, 2015 at 5:59 PM, Jin Li  wrote:
> Hi,
>
> I am trying to build yocto project which use systemd as system init manager.
> But the qemu boot up and still use INIT as usual. The rootfs even fail to 
> install systemd.
>
> I refers to yocto docs 
> http://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#ref-features-distro
> I use meta/recipes-extended/images/core-image-full-cmdline.bb and add the 
> following part
> to support systemd:
>
> DISTRO_FEATURES_append = "systemd"

space after first "

> DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
>
> Did I miss somethings ?
>

DISTRO_FEATURES_append = " systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
VIRTUAL-RUNTIME_init_manager = "systemd"
VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"


> Any help would be appreciated.
>
> Jin
>
>
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto