From: ChenQi <Qi.Chen@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] busybox: move init related configs to init.cfg
Date: Mon, 6 Aug 2018 11:06:57 +0800 [thread overview]
Message-ID: <1b6cc806-cf4b-ce01-64bf-abfa49ba2ccd@windriver.com> (raw)
In-Reply-To: <3d50059e869d9d288a64995954c116c039f8fa2f.1532943666.git.Qi.Chen@windriver.com>
ping
On 07/30/2018 05:41 PM, Chen Qi wrote:
> Move init related configs to init.cfg.
>
> These config items do not make much sense unless busybox is selected
> as the init manager. They should belong to init.cfg.
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
> meta/recipes-core/busybox/busybox/defconfig | 12 ++++++------
> meta/recipes-core/busybox/busybox/init.cfg | 7 ++++++-
> 2 files changed, 12 insertions(+), 7 deletions(-)
>
> diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
> index fbb5fd8..59d93c7 100644
> --- a/meta/recipes-core/busybox/busybox/defconfig
> +++ b/meta/recipes-core/busybox/busybox/defconfig
> @@ -468,21 +468,21 @@ CONFIG_FEATURE_XARGS_SUPPORT_REPL_STR=y
> # CONFIG_BOOTCHARTD is not set
> # CONFIG_FEATURE_BOOTCHARTD_BLOATED_HEADER is not set
> # CONFIG_FEATURE_BOOTCHARTD_CONFIG_FILE is not set
> -CONFIG_HALT=y
> -CONFIG_POWEROFF=y
> -CONFIG_REBOOT=y
> +# CONFIG_HALT is not set
> +# CONFIG_POWEROFF is not set
> +# CONFIG_REBOOT is not set
> # CONFIG_FEATURE_CALL_TELINIT is not set
> -CONFIG_TELINIT_PATH=""
> +# CONFIG_TELINIT_PATH is not set
> # CONFIG_INIT is not set
> # CONFIG_LINUXRC is not set
> # CONFIG_FEATURE_USE_INITTAB is not set
> # CONFIG_FEATURE_KILL_REMOVED is not set
> -CONFIG_FEATURE_KILL_DELAY=0
> +# CONFIG_FEATURE_KILL_DELAY is not set
> # CONFIG_FEATURE_INIT_SCTTY is not set
> # CONFIG_FEATURE_INIT_SYSLOG is not set
> # CONFIG_FEATURE_INIT_QUIET is not set
> # CONFIG_FEATURE_INIT_COREDUMPS is not set
> -CONFIG_INIT_TERMINAL_TYPE=""
> +# CONFIG_INIT_TERMINAL_TYPE is not set
> # CONFIG_FEATURE_INIT_MODIFY_CMDLINE is not set
>
> #
> diff --git a/meta/recipes-core/busybox/busybox/init.cfg b/meta/recipes-core/busybox/busybox/init.cfg
> index 006d4c6..3c1fdd4 100644
> --- a/meta/recipes-core/busybox/busybox/init.cfg
> +++ b/meta/recipes-core/busybox/busybox/init.cfg
> @@ -1,3 +1,8 @@
> CONFIG_INIT=y
> CONFIG_FEATURE_USE_INITTAB=y
> -
> +CONFIG_HALT=y
> +CONFIG_POWEROFF=y
> +CONFIG_REBOOT=y
> +CONFIG_FEATURE_KILL_DELAY=0
> +CONFIG_TELINIT_PATH=""
> +CONFIG_INIT_TERMINAL_TYPE=""
prev parent reply other threads:[~2018-08-06 3:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-30 9:41 [PATCH 0/1] busybox: move init related configs to init.cfg Chen Qi
2018-07-30 9:41 ` [PATCH 1/1] " Chen Qi
2018-08-06 3:06 ` ChenQi [this message]
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=1b6cc806-cf4b-ce01-64bf-abfa49ba2ccd@windriver.com \
--to=qi.chen@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox