aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/beagleboard.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-04-11 17:36:51 +0000
committerKoen Kooi <koen@openembedded.org>2008-04-11 17:36:51 +0000
commitcbdeb4279489036aeeb031a005140ea7831a4d86 (patch)
tree33f8597caf2656d6fe46310ec1629f863ab21998 /conf/machine/beagleboard.conf
parente2ad63e36348a3e534f6f55b902e22d3ad98be30 (diff)
downloadopenembedded-cbdeb4279489036aeeb031a005140ea7831a4d86.tar.gz
linux-omap2: merge in beagleboard support and clean up versioning
* SRCREV is kept in recipe to make it easier to have different SRCREVs per omap board
Diffstat (limited to 'conf/machine/beagleboard.conf')
-rw-r--r--conf/machine/beagleboard.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index ee074f641c..a8193fd69c 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -14,9 +14,9 @@ GUI_MACHINE_CLASS = "bigscreen"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
TARGET_FPU = "hard"
-include conf/machine/include/tune-arm1136jf-s.inc
+#include conf/machine/include/tune-arm1136jf-s.inc
# requires gcc 4.3.0:
-#include conf/machine/include/tune-cortexa8.inc
+include conf/machine/include/tune-cortexa8.inc
IMAGE_FSTYPES ?= "tar.bz2"
@@ -25,7 +25,7 @@ IMAGE_FSTYPES ?= "tar.bz2"
SERIAL_CONSOLE = "115200 ttyS2"
# No kernel recipe yet
-PREFERRED_PROVIDER_virtual/kernel = "linux-beagleboard"
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap2"
KERNEL_IMAGETYPE = "uImage"