Re: [OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-25 Thread Kang Kai
On 2019/7/24 上午3:30, richard.pur...@linuxfoundation.org wrote: On Mon, 2019-07-22 at 23:26 +, Mittal, Anuj wrote: On Mon, 2019-07-22 at 09:37 +0800, Kang Kai wrote: I just run oe-selftest -a with this patch after you updated the patch in oe-core. But I met some (>15) errors ERROR: Unable

Re: [OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-23 Thread richard . purdie
On Mon, 2019-07-22 at 23:26 +, Mittal, Anuj wrote: > On Mon, 2019-07-22 at 09:37 +0800, Kang Kai wrote: > > I just run oe-selftest -a with this patch after you updated the > > patch > > in > > oe-core. But I met some (>15) errors > > > > ERROR: Unable to start bitbake server (None) > > > >

Re: [OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-22 Thread Mittal, Anuj
On Mon, 2019-07-22 at 09:37 +0800, Kang Kai wrote: > I just run oe-selftest -a with this patch after you updated the patch > in > oe-core. But I met some (>15) errors > > ERROR: Unable to start bitbake server (None) > > But I think it should not be related with init manager changes and > will

Re: [OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-21 Thread Kang Kai
On 2019/7/20 上午6:28, richard.pur...@linuxfoundation.org wrote: On Fri, 2019-07-19 at 22:35 +0100, Burton, Ross wrote: On Thu, 4 Jul 2019 at 15:40, wrote: +++ b/meta/conf/distro/include/init-manager-systemd.inc @@ -0,0 +1,6 @@ +# Use systemd for system initialization +DISTRO_FEATURES_append =

Re: [OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-19 Thread richard . purdie
On Fri, 2019-07-19 at 22:35 +0100, Burton, Ross wrote: > On Thu, 4 Jul 2019 at 15:40, wrote: > > +++ b/meta/conf/distro/include/init-manager-systemd.inc > > @@ -0,0 +1,6 @@ > > +# Use systemd for system initialization > > +DISTRO_FEATURES_append = " systemd" > >

Re: [OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-19 Thread Burton, Ross
On Thu, 4 Jul 2019 at 15:40, wrote: > +++ b/meta/conf/distro/include/init-manager-systemd.inc > @@ -0,0 +1,6 @@ > +# Use systemd for system initialization > +DISTRO_FEATURES_append = " systemd" > +DISTRO_FEATURES_BACKFILL_CONSIDERED_append = " sysvinit" > +VIRTUAL-RUNTIME_init_manager = "systemd"

Re: [OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-08 Thread ChenQi
On 07/06/2019 08:31 PM, richard.pur...@linuxfoundation.org wrote: On Sat, 2019-07-06 at 12:53 +0300, Adrian Bunk wrote: On Thu, Jul 04, 2019 at 09:45:19PM +0800, kai.k...@windriver.com wrote: From: Kai Kang Introduce a new variable INIT_MANAGER and create 3 init-manager- *.inc files to

Re: [OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-08 Thread Kang Kai
On 2019/7/6 下午8:31, richard.pur...@linuxfoundation.org wrote: On Sat, 2019-07-06 at 12:53 +0300, Adrian Bunk wrote: On Thu, Jul 04, 2019 at 09:45:19PM +0800, kai.k...@windriver.com wrote: From: Kai Kang Introduce a new variable INIT_MANAGER and create 3 init-manager- *.inc files to configure

Re: [OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-07 Thread Kang Kai
On 2019/7/8 上午10:01, Kang Kai wrote: On 2019/7/6 下午5:53, Adrian Bunk wrote: On Thu, Jul 04, 2019 at 09:45:19PM +0800, kai.k...@windriver.com wrote: From: Kai Kang Introduce a new variable INIT_MANAGER and create 3 init-manager-*.inc files to configure init manager settings. Available values

Re: [OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-07 Thread Kang Kai
On 2019/7/6 下午5:53, Adrian Bunk wrote: On Thu, Jul 04, 2019 at 09:45:19PM +0800, kai.k...@windriver.com wrote: From: Kai Kang Introduce a new variable INIT_MANAGER and create 3 init-manager-*.inc files to configure init manager settings. Available values of INIT_MANAGER are sysvinit, systemd

Re: [OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-06 Thread richard . purdie
On Sat, 2019-07-06 at 12:53 +0300, Adrian Bunk wrote: > On Thu, Jul 04, 2019 at 09:45:19PM +0800, kai.k...@windriver.com > wrote: > > From: Kai Kang > > > > Introduce a new variable INIT_MANAGER and create 3 init-manager- > > *.inc > > files to configure init manager settings. Available values

Re: [OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-06 Thread Adrian Bunk
On Sat, Jul 06, 2019 at 12:53:28PM +0300, Adrian Bunk wrote: > On Thu, Jul 04, 2019 at 09:45:19PM +0800, kai.k...@windriver.com wrote: > > From: Kai Kang > > > > Introduce a new variable INIT_MANAGER and create 3 init-manager-*.inc > > files to configure init manager settings. Available values

Re: [OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-06 Thread Adrian Bunk
On Thu, Jul 04, 2019 at 09:45:19PM +0800, kai.k...@windriver.com wrote: > From: Kai Kang > > Introduce a new variable INIT_MANAGER and create 3 init-manager-*.inc > files to configure init manager settings. Available values of > INIT_MANAGER are sysvinit, systemd and mdev-busybox. 'sysvinit' is

[OE-core] [oe-core][PATCH 1/2] defaultsetup.conf: enable select init manager

2019-07-04 Thread kai.kang
From: Kai Kang Introduce a new variable INIT_MANAGER and create 3 init-manager-*.inc files to configure init manager settings. Available values of INIT_MANAGER are sysvinit, systemd and mdev-busybox. 'sysvinit' is set by default for compatibility. [YOCTO #13031] Signed-off-by: Kai Kang ---