summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-06-17 10:51:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-22 17:02:47 +0100
commit0363835985a264458fb9432aab1f6345bb2bd424 (patch)
treee297fb71dd378586c4d1755e7d0b9de8d890f4bf /meta-yocto
parent3d710d277fa757952ce077b5910739ed07e9bb9e (diff)
downloadast2050-yocto-poky-0363835985a264458fb9432aab1f6345bb2bd424.zip
ast2050-yocto-poky-0363835985a264458fb9432aab1f6345bb2bd424.tar.gz
beagleboard: cleanup machine config commentary
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/machine/beagleboard.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf
index d6eee6f..2670691 100644
--- a/meta-yocto/conf/machine/beagleboard.conf
+++ b/meta-yocto/conf/machine/beagleboard.conf
@@ -6,19 +6,19 @@ TARGET_ARCH = "arm"
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
XSERVER = "xserver-kdrive-fbdev"
-#Ship all kernel modules till the board support has matured enough
+# Ship all kernel modules by default
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
# Allow for MMC booting (required by the NAND-less Beagleboard XM)
EXTRA_IMAGEDEPENDS += "u-boot x-load"
-#include conf/machine/include/tune-arm1136jf-s.inc
include conf/machine/include/tune-cortexa8.inc
IMAGE_FSTYPES += "tar.bz2 jffs2"
EXTRA_IMAGECMD_jffs2 = "-lnp "
-# Guesswork
+# 2.6.37 and later kernels use OMAP_SERIAL, ttyO2
+# earlier kernels use ttyS2
SERIAL_CONSOLE = "115200 ttyO2"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
@@ -30,6 +30,4 @@ UBOOT_MACHINE = "omap3_beagle_config"
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"
-
-# and sdio
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa"
OpenPOWER on IntegriCloud