* [PATCH] local.conf.sample: Add DISTRO_FEATURES_INITMAN
@ 2013-01-22 15:29 Radu Moisan
2013-01-22 17:01 ` Richard Purdie
0 siblings, 1 reply; 6+ messages in thread
From: Radu Moisan @ 2013-01-22 15:29 UTC (permalink / raw)
To: poky
Default option is sysvinit
Signed-off-by: Radu Moisan <radu.moisan@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"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] local.conf.sample: Add DISTRO_FEATURES_INITMAN
2013-01-22 15:29 [PATCH] local.conf.sample: Add DISTRO_FEATURES_INITMAN Radu Moisan
@ 2013-01-22 17:01 ` Richard Purdie
2013-01-22 23:05 ` Darren Hart
0 siblings, 1 reply; 6+ messages in thread
From: Richard Purdie @ 2013-01-22 17:01 UTC (permalink / raw)
To: Radu Moisan; +Cc: poky
On Tue, 2013-01-22 at 17:29 +0200, Radu Moisan wrote:
> Default option is sysvinit
>
> Signed-off-by: Radu Moisan <radu.moisan@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"
Please put this in the sample.extended file. This isn't something a
brand new user needs to see right away.
Cheers,
Richard
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] local.conf.sample: Add DISTRO_FEATURES_INITMAN
2013-01-22 17:01 ` Richard Purdie
@ 2013-01-22 23:05 ` Darren Hart
2013-01-23 8:12 ` Radu Moisan
0 siblings, 1 reply; 6+ messages in thread
From: Darren Hart @ 2013-01-22 23:05 UTC (permalink / raw)
To: Richard Purdie; +Cc: poky
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@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?
How does this differ from VIRTUAL_RUNTIME_init_manager?
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] local.conf.sample: Add DISTRO_FEATURES_INITMAN
2013-01-22 23:05 ` Darren Hart
@ 2013-01-23 8:12 ` Radu Moisan
2013-01-23 16:22 ` Darren Hart
0 siblings, 1 reply; 6+ messages in thread
From: Radu Moisan @ 2013-01-23 8:12 UTC (permalink / raw)
To: Darren Hart; +Cc: poky
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@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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] local.conf.sample: Add DISTRO_FEATURES_INITMAN
2013-01-23 8:12 ` Radu Moisan
@ 2013-01-23 16:22 ` Darren Hart
2013-01-23 17:01 ` Saul Wold
0 siblings, 1 reply; 6+ messages in thread
From: Darren Hart @ 2013-01-23 16:22 UTC (permalink / raw)
To: Radu Moisan; +Cc: poky
On 01/23/2013 12:12 AM, Radu Moisan wrote:
>
> 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@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.
Is VIRTUAL_RUNTIME_init_manager deprecated? Does it need to be replaced
in all the distro configs?
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] local.conf.sample: Add DISTRO_FEATURES_INITMAN
2013-01-23 16:22 ` Darren Hart
@ 2013-01-23 17:01 ` Saul Wold
0 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2013-01-23 17:01 UTC (permalink / raw)
To: Darren Hart, Burton, Ross; +Cc: poky
On 01/23/2013 08:22 AM, Darren Hart wrote:
>
>
> On 01/23/2013 12:12 AM, Radu Moisan wrote:
>>
>> 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@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.
>
> Is VIRTUAL_RUNTIME_init_manager deprecated? Does it need to be replaced
> in all the distro configs?
>
I will have a poky-tiny patch set here soon as it's more that just this,
also poky-tiny will simply over ride this with a direct setting of
DISTRO_FEATURE_INITMAN.
It looks like VIRTUAL_RUNTIME_init_manager gets set from
DISTRO_FEATURE_INITMAN, so it might be duplication, not sure if RP
intended that or if there is another round of cleanup that needs to
happen here.
Sau!
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-01-23 17:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 15:29 [PATCH] local.conf.sample: Add DISTRO_FEATURES_INITMAN Radu Moisan
2013-01-22 17:01 ` Richard Purdie
2013-01-22 23:05 ` Darren Hart
2013-01-23 8:12 ` Radu Moisan
2013-01-23 16:22 ` Darren Hart
2013-01-23 17:01 ` Saul Wold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.