beagleboard: switch to linux-omap
authorKoen Kooi <koen@openembedded.org>
Wed, 9 Mar 2011 08:11:43 +0000 (09:11 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 10 Mar 2011 21:22:05 +0000 (22:22 +0100)
* fix serial console for new kernel

Signed-off-by: Koen Kooi <koen@openembedded.org>
conf/machine/beagleboard.conf

index ce48019..bd2b8dd 100644 (file)
@@ -15,13 +15,13 @@ GUI_MACHINE_CLASS = "bigscreen"
 
 require conf/machine/include/omap3.inc
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
 
 IMAGE_FSTYPES += "tar.bz2 ubi"
 EXTRA_IMAGECMD_jffs2 = "-lnp "
 
 # Guesswork
-SERIAL_CONSOLE = "115200 ttyS2"
+SERIAL_CONSOLE = "115200 ttyO2"
 
 UBOOT_MACHINE = "omap3_beagle_config"