From: Chia-I Wu Date: Fri, 31 Oct 2008 08:46:52 +0000 (+0800) Subject: fastboot: om-gta02.conf: Set USE_VT to 0. X-Git-Tag: Release-2010-05/1~4436^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36564637ece0d562e142a219d838803bf65046d;p=openembedded.git fastboot: om-gta02.conf: Set USE_VT to 0. update PR of sysvinit_2.86.bb as well since it uses USE_VT. --- diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index c7b06dc3cd..c31828aafe 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 c399874b8d..a7699f1347 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.