diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-01-11 13:30:08 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-19 11:36:27 -0800 |
commit | 37c4345197461500e85612a3d25628c62ac620b8 (patch) | |
tree | c7ded3e5863a87ecb7b575efc881c751bcf5cd60 /meta | |
parent | fd88588df029604689db9b0e30c55aad68392a5d (diff) | |
download | poky-37c4345197461500e85612a3d25628c62ac620b8.tar.gz |
linux-yocto: beagleboard enablement
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/beagleboard.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/machine/beagleboard.conf b/meta/conf/machine/beagleboard.conf index cb6417b7fb..bbb0f21632 100644 --- a/meta/conf/machine/beagleboard.conf +++ b/meta/conf/machine/beagleboard.conf | |||
@@ -19,10 +19,10 @@ IMAGE_FSTYPES += "tar.bz2 jffs2" | |||
19 | EXTRA_IMAGECMD_jffs2 = "-lnp " | 19 | EXTRA_IMAGECMD_jffs2 = "-lnp " |
20 | 20 | ||
21 | # Guesswork | 21 | # Guesswork |
22 | SERIAL_CONSOLE = "115200 ttyS2" | 22 | SERIAL_CONSOLE = "115200 ttyO2" |
23 | 23 | ||
24 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-stable" | 24 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" |
25 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 25 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
26 | 26 | ||
27 | KERNEL_IMAGETYPE = "uImage" | 27 | KERNEL_IMAGETYPE = "uImage" |
28 | 28 | ||