git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67a7c91
)
beagleboard: switch to linux-omap
author
Koen Kooi
<koen@openembedded.org>
Wed, 9 Mar 2011 08:11:43 +0000
(09:11 +0100)
committer
Koen 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
patch
|
blob
|
history
diff --git
a/conf/machine/beagleboard.conf
b/conf/machine/beagleboard.conf
index
ce48019
..
bd2b8dd
100644
(file)
--- 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 tty
S
2"
+SERIAL_CONSOLE = "115200 tty
O
2"
UBOOT_MACHINE = "omap3_beagle_config"