summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
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 d6eee6fe64..26706911b0 100644
--- a/meta-yocto/conf/machine/beagleboard.conf
+++ b/meta-yocto/conf/machine/beagleboard.conf
@@ -6,19 +6,19 @@ TARGET_ARCH = "arm"
6PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" 6PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
7XSERVER = "xserver-kdrive-fbdev" 7XSERVER = "xserver-kdrive-fbdev"
8 8
9#Ship all kernel modules till the board support has matured enough 9# Ship all kernel modules by default
10MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 10MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
11 11
12# Allow for MMC booting (required by the NAND-less Beagleboard XM) 12# Allow for MMC booting (required by the NAND-less Beagleboard XM)
13EXTRA_IMAGEDEPENDS += "u-boot x-load" 13EXTRA_IMAGEDEPENDS += "u-boot x-load"
14 14
15#include conf/machine/include/tune-arm1136jf-s.inc
16include conf/machine/include/tune-cortexa8.inc 15include conf/machine/include/tune-cortexa8.inc
17 16
18IMAGE_FSTYPES += "tar.bz2 jffs2" 17IMAGE_FSTYPES += "tar.bz2 jffs2"
19EXTRA_IMAGECMD_jffs2 = "-lnp " 18EXTRA_IMAGECMD_jffs2 = "-lnp "
20 19
21# Guesswork 20# 2.6.37 and later kernels use OMAP_SERIAL, ttyO2
21# earlier kernels use ttyS2
22SERIAL_CONSOLE = "115200 ttyO2" 22SERIAL_CONSOLE = "115200 ttyO2"
23 23
24PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 24PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
@@ -30,6 +30,4 @@ UBOOT_MACHINE = "omap3_beagle_config"
30UBOOT_ENTRYPOINT = "0x80008000" 30UBOOT_ENTRYPOINT = "0x80008000"
31UBOOT_LOADADDRESS = "0x80008000" 31UBOOT_LOADADDRESS = "0x80008000"
32 32
33
34# and sdio
35MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" 33MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa"