]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto: beagleboard enablement
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 11 Jan 2011 18:30:08 +0000 (13:30 -0500)
committerSaul Wold <sgw@linux.intel.com>
Wed, 19 Jan 2011 19:36:27 +0000 (11:36 -0800)
Enable beagleboard support for 2.6.37. The only non-kernel related
change for the board is to update the serial console designation.

The Beagleboard use omap serial driver, so we replace ttyS2 with ttyO2.
This is described in following link:
http://www.mail-archive.com/linux-omap@vger.kernel.org/msg40838.html

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Liming Wang <liming.wang@windriver.com>
meta/conf/machine/beagleboard.conf

index cb6417b7fb748264ac3859b5a001148c63efee53..bbb0f21632d8fb3f23c39bb36f4e4d923a0357d8 100644 (file)
@@ -19,10 +19,10 @@ IMAGE_FSTYPES += "tar.bz2 jffs2"
 EXTRA_IMAGECMD_jffs2 = "-lnp "
 
 # Guesswork
-SERIAL_CONSOLE = "115200 ttyS2"
+SERIAL_CONSOLE = "115200 ttyO2"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-stable"
-#PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
+PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
+PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
 
 KERNEL_IMAGETYPE = "uImage"