Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] change default runlevel for lsb images
@ 2013-03-06  6:16 Kang Kai
  2013-03-06  6:16 ` [PATCH 1/1] sysvinit-inittab: change default runlevel for lsb Kang Kai
  0 siblings, 1 reply; 3+ messages in thread
From: Kang Kai @ 2013-03-06  6:16 UTC (permalink / raw)
  To: openembedded-core; +Cc: qingtao.cao

The following changes since commit 6663b79452bcdd95fc69e1ec853baae6c5297ab2:

  libpcap: fix description variable (2013-03-05 18:00:34 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib kangkai/sysvinit-inittab-lsb
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/sysvinit-inittab-lsb

Kang Kai (1):
  sysvinit-inittab: change default runlevel for lsb

 .../sysvinit/sysvinit-inittab_2.88dsf.bb           |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] sysvinit-inittab: change default runlevel for lsb
  2013-03-06  6:16 [PATCH 0/1] change default runlevel for lsb images Kang Kai
@ 2013-03-06  6:16 ` Kang Kai
  2013-03-27  8:39   ` Kang Kai
  0 siblings, 1 reply; 3+ messages in thread
From: Kang Kai @ 2013-03-06  6:16 UTC (permalink / raw)
  To: openembedded-core; +Cc: qingtao.cao

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.

[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}"
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] sysvinit-inittab: change default runlevel for lsb
  2013-03-06  6:16 ` [PATCH 1/1] sysvinit-inittab: change default runlevel for lsb Kang Kai
@ 2013-03-27  8:39   ` Kang Kai
  0 siblings, 0 replies; 3+ messages in thread
From: Kang Kai @ 2013-03-27  8:39 UTC (permalink / raw)
  To: openembedded-core

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}"




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-27  8:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox