[oe-commits] Adrian Alonso : xilinx-ml507: Add screen option and don't disable tty1

git version control git at git.openembedded.org
Mon May 24 19:35:16 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ca1efa862faf72394560c2a795b52e1832cbc0ab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ca1efa862faf72394560c2a795b52e1832cbc0ab

Author: Adrian Alonso <aalonso00 at gmail.com>
Date:   Thu May 13 03:46:35 2010 +0000

xilinx-ml507: Add screen option and don't disable tty1

Signed-off-by: Adrian Alonso <aalonso00 at gmail.com>
Signed-off-by: Stefan Schmidt <stefan at datenfreihafen.org>

---

 conf/machine/xilinx-ml507.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/xilinx-ml507.conf b/conf/machine/xilinx-ml507.conf
index 693f904..8c888b2 100644
--- a/conf/machine/xilinx-ml507.conf
+++ b/conf/machine/xilinx-ml507.conf
@@ -15,7 +15,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-xilinx-ml507"
 
 KERNEL_IMAGETYPE = "uImage"
 
-MACHINE_FEATURES = "kernel26 apm ext2 vfat ethernet"
+MACHINE_FEATURES = "kernel26 apm ext2 vfat ethernet screen"
 MACHINE_EXTRA_RECOMMENDS = "kernel-modules"
 
 UBOOT_ARCH = "ppc"
@@ -30,7 +30,7 @@ PREFERRED_VERSION_u-boot_xilinx-ml507 = "git"
 # XILINX_BOARD = "ml507"
 
 # Don't use tty1
-USE_VT = "0"
+# USE_VT = "0"
 SERIAL_CONSOLE = "9600 ttyS0"
 
 # Device nodes add xsa for (system ace)





More information about the Openembedded-commits mailing list