From: Tanu Kaskinen <tanuk@iki.fi>
To: Khem Raj <raj.khem@gmail.com>, openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 2/2] local.conf.sample: Document HOW-TO enable systemd or busbox to replace sysvinit
Date: Fri, 22 Jan 2016 22:57:57 +0200 [thread overview]
Message-ID: <1453496277.10444.78.camel@iki.fi> (raw)
In-Reply-To: <1453495750-104494-2-git-send-email-raj.khem@gmail.com>
On Fri, 2016-01-22 at 20:49 +0000, Khem Raj wrote:
> OE core provides systemd,busybox as options for system init system along
> with sysvinit being the default. Document the needed settings to enable
> systemd and busybox as options if user wishes.
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta/conf/local.conf.sample | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
>
> diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
> index a662f4d..b760546 100644
> --- a/meta/conf/local.conf.sample
> +++ b/meta/conf/local.conf.sample
> @@ -209,6 +209,23 @@ PACKAGECONFIG_append_pn-qemu-native = " sdl"
> PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
> #ASSUME_PROVIDED += "libsdl-native"
>
> +#
> +# Use busybox/mdev for system initialization
> +#
> +#VIRTUAL-RUNTIME_dev_manager = "busybox-mdev"
> +#VIRTUAL-RUNTIME_login_manager = "busybox"
> +#VIRTUAL-RUNTIME_init_manager = "busybox"
> +#VIRTUAL-RUNTIME_initscripts = "initscripts"
> +#VIRTUAL-RUNTIME_keymaps = "keymaps"
> +#DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
> +
> +#
> +# Use systemd for system initialization
> +#
> +#DISTRO_FEATURES_append = " systemd sysvinit"
> +#DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
Why is sysvinit included in both DISTRO_FEATURES and
DISTRO_FEATURES_BACKFILL_CONSIDERED? My understanding is that
BACKFILL_CONSIDERED only makes sense when the value is not included in
DISTRO_FEATURES.
--
Tanu
next prev parent reply other threads:[~2016-01-22 20:58 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-22 20:49 [PATCH 1/2] busybox: Add support for busybox-init Khem Raj
2016-01-22 20:49 ` [PATCH 2/2] local.conf.sample: Document HOW-TO enable systemd or busbox to replace sysvinit Khem Raj
2016-01-22 20:57 ` Tanu Kaskinen [this message]
2016-01-22 21:06 ` Khem Raj
2016-01-24 19:21 ` Paul Eggleton
2016-01-24 20:20 ` Khem Raj
2016-01-25 19:39 ` [PATCH 1/2] busybox: Add support for busybox-init Andre McCurdy
2016-01-25 20:11 ` Khem Raj
2016-02-01 8:14 ` Patrick Ohly
2016-02-01 16:57 ` Khem Raj
2016-02-02 15:00 ` Patrick Ohly
2016-02-02 15:29 ` Richard Purdie
2016-05-02 16:43 ` Denys Dmytriyenko
2018-03-02 21:19 ` Denys Dmytriyenko
2018-03-03 1:48 ` Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1453496277.10444.78.camel@iki.fi \
--to=tanuk@iki.fi \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.