[oe] [PATCH v2] beagleboard.conf: get a console prompt on the monitor

Jason Kridner jkridner at beagleboard.org
Tue Aug 24 02:16:47 UTC 2010


Bump sysvinit PR and enable the right GETTYS for BeagleBoard.

Signed-off-by: Jason Kridner <jkridner at beagleboard.org>
---

 conf/machine/beagleboard.conf     |    3 +++
 recipes/sysvinit/sysvinit_2.86.bb |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index ce48019..0e35e04 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -23,6 +23,9 @@ EXTRA_IMAGECMD_jffs2 = "-lnp "
 # Guesswork
 SERIAL_CONSOLE = "115200 ttyS2"
 
+USE_VT = "1"
+SYSVINIT_ENABLED_GETTYS = "0"
+
 UBOOT_MACHINE = "omap3_beagle_config"
 
 # do ubiattach /dev/ubi_ctrl -m 4
diff --git a/recipes/sysvinit/sysvinit_2.86.bb b/recipes/sysvinit/sysvinit_2.86.bb
index 40c642a..51f229f 100644
--- a/recipes/sysvinit/sysvinit_2.86.bb
+++ b/recipes/sysvinit/sysvinit_2.86.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "System-V like init."
 SECTION = "base"
 LICENSE = "GPLv2+"
 HOMEPAGE = "http://freshmeat.net/projects/sysvinit/"
-PR = "r58"
+PR = "r59"
 
 # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
 # Set PACKAGE_ARCH appropriately.
-- 
1.5.6.4





More information about the Openembedded-devel mailing list