[oe-commits] Koen Kooi : beagleboard: switch to linux-omap

git version control git at git.openembedded.org
Fri Mar 11 13:08:10 UTC 2011


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Mar  9 09:11:43 2011 +0100

beagleboard: switch to linux-omap

* fix serial console for new kernel

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

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

diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index ce48019..bd2b8dd 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -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"
 





More information about the Openembedded-commits mailing list