From: Kang Kai <Kai.Kang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] sysvinit-inittab: change default runlevel for lsb
Date: Wed, 27 Mar 2013 16:39:56 +0800 [thread overview]
Message-ID: <5152B05C.5030405@windriver.com> (raw)
In-Reply-To: <43b5f9785b001759b6280bf50015a5505fcb0b2b.1362550241.git.kai.kang@windriver.com>
On 2013年03月06日 14:16, Kang Kai wrote:
> LSB images are used to run LSB test suite and there is no test case to
> check GUI so X/GUI is not included into LSB images. And in LSB
> specification, runlevel 5 is to boot with GUI, so change the default
> runlevel from 5 to 3 for LSB images.
Any comment?
--Kai
>
> [YOCTO #3927]
>
> Signed-off-by: Kang Kai<kai.kang@windriver.com>
> ---
> .../sysvinit/sysvinit-inittab_2.88dsf.bb | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb b/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb
> index b289853..87c701b 100644
> --- a/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb
> +++ b/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb
> @@ -73,6 +73,10 @@ else
> fi
> }
>
> +do_install_append_linuxstdbase() {
> + sed -i 's/^id:5:initdefault/id:3:initdefault/' ${D}${sysconfdir}/inittab
> +}
> +
> # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
> # Set PACKAGE_ARCH appropriately.
> PACKAGE_ARCH = "${MACHINE_ARCH}"
prev parent reply other threads:[~2013-03-27 8:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-06 6:16 [PATCH 0/1] change default runlevel for lsb images Kang Kai
2013-03-06 6:16 ` [PATCH 1/1] sysvinit-inittab: change default runlevel for lsb Kang Kai
2013-03-27 8:39 ` Kang Kai [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=5152B05C.5030405@windriver.com \
--to=kai.kang@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 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.