fastboot: om-gta02.conf: Set USE_VT to 0.
authorChia-I Wu <olv@openmoko.com>
Fri, 31 Oct 2008 08:46:52 +0000 (16:46 +0800)
committerJohn Lee <john_lee@openmoko.org>
Mon, 12 Jan 2009 06:29:09 +0000 (14:29 +0800)
update PR of sysvinit_2.86.bb as well since it uses USE_VT.

conf/machine/om-gta02.conf
packages/sysvinit/sysvinit_2.86.bb

index c7b06dc..c31828a 100644 (file)
@@ -24,6 +24,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\
 
 # no need to bypass this as in om-gta01, since this model is not using a multiplexed ttySAC0
 SERIAL_CONSOLE = "115200 ttySAC2"
+USE_VT = "0"
 
 # used by some images
 ROOT_FLASH_SIZE = "256"
index c399874..a7699f1 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "System-V like init."
 SECTION = "base"
 LICENSE = "GPL"
 HOMEPAGE = "http://freshmeat.net/projects/sysvinit/"
-PR = "r44"
+PR = "r45"
 
 # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
 # Set PACKAGE_ARCH appropriately.