[poky] [PATCH] local.conf.sample: Add DISTRO_FEATURES_INITMAN
Radu Moisan
radu.moisan at intel.com
Wed Jan 23 00:12:28 PST 2013
On 01/23/2013 01:05 AM, Darren Hart wrote:
>
> On 01/22/2013 09:01 AM, Richard Purdie wrote:
>> On Tue, 2013-01-22 at 17:29 +0200, Radu Moisan wrote:
>>> Default option is sysvinit
>>>
>>> Signed-off-by: Radu Moisan <radu.moisan at intel.com>
>>> ---
>>> meta-yocto/conf/local.conf.sample | 3 +++
>>> 1 file changed, 3 insertions(+)
>>>
>>> diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
>>> index 200b4af..273e0eb 100644
>>> --- a/meta-yocto/conf/local.conf.sample
>>> +++ b/meta-yocto/conf/local.conf.sample
>>> @@ -243,3 +243,6 @@ BB_DISKMON_DIRS = "\
>>> # track the version of this file when it was generated. This can safely be ignored if
>>> # this doesn't mean anything to you.
>>> CONF_VERSION = "1"
>>> +
>>> +# set default init manager: sysvinit or systemd
>>> +DISTRO_FEATURES_INITMAN ?= "sysvinit"
> Is tiny-init also an appropriate value here?
No it is not. We could consider it though.
>
> How does this differ from VIRTUAL_RUNTIME_init_manager?
>
It's just a naming style issue, I used VIRTUAL_RUNTIME_init_manager when
I started and eventually Richard suggested the new variant.
Radu
More information about the poky
mailing list