[yocto] Big Endian set for qemuarm64 build based on poky

2015-12-02 Thread Jin Li
Hi, There is build error when I'm trying to build qemuarm64 project based on default poky git repo with the big endian set as follows: l00356543@hulk-test1:~/poky$ git diff meta/conf/machine/include/arm/arch-arm64.inc diff --git a/meta/conf/machine/include/arm/arch-arm64.inc b/meta/conf/machin

[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/recip

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

2015-12-25 Thread Jin Li
On 2015/12/25 13:55, Khem Raj wrote: > 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

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

2015-12-25 Thread Jin Li
On 2015/12/26 10:00, Khem Raj wrote: > Put that in local.conf not in image recipe Raj, It works well now. Cheers, Jin > > On Dec 25, 2015 5:57 PM, "Jin Li" <mailto:liji...@huawei.com>> wrote: > > On 2015/12/25 13:55, Khem Raj wrote: > >