[oe-commits] Chia-I Wu : fastboot: om-gta02.conf: Set USE_VT to 0.

GIT User account git at amethyst.openembedded.net
Tue Dec 23 13:38:28 UTC 2008


Module: openembedded.git
Branch: john_lee/fastboot-devel
Commit: e6d2ff7f9037021a05bd7097d7afe3c275ef316a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e6d2ff7f9037021a05bd7097d7afe3c275ef316a

Author: Chia-I Wu <olv at openmoko.com>
Date:   Fri Oct 31 16:46:52 2008 +0800

fastboot: om-gta02.conf: Set USE_VT to 0.

update PR of sysvinit_2.86.bb as well since it uses USE_VT.

---

 conf/machine/om-gta02.conf         |    1 +
 packages/sysvinit/sysvinit_2.86.bb |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf
index b3fe6b8..2cb0e5f 100644
--- a/conf/machine/om-gta02.conf
+++ b/conf/machine/om-gta02.conf
@@ -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"
diff --git a/packages/sysvinit/sysvinit_2.86.bb b/packages/sysvinit/sysvinit_2.86.bb
index c399874..a7699f1 100644
--- a/packages/sysvinit/sysvinit_2.86.bb
+++ b/packages/sysvinit/sysvinit_2.86.bb
@@ -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.





More information about the Openembedded-commits mailing list