aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2010-10-10 15:25:59 -0400
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-11 22:57:20 +0100
commitc9b6051f2cafb34582e7d4faa228243fdcd7fda5 (patch)
tree453c39bc2831bec82d1028fdd0d30cad2a172ec2 /meta/conf/machine
parent5ae1e2c9e881f92901ea66b78c4a5b3f08cd07d2 (diff)
downloadopenembedded-core-c9b6051f2cafb34582e7d4faa228243fdcd7fda5.tar.gz
linux-wrs: add initial beagleboard support
BUGID: 421 Create the infrastructure to build the beagleboard against the linux-wrs kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/beagleboard.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/machine/beagleboard.conf b/meta/conf/machine/beagleboard.conf
index 710fc76172..d44b7aaf60 100644
--- a/meta/conf/machine/beagleboard.conf
+++ b/meta/conf/machine/beagleboard.conf
@@ -22,8 +22,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp "
# Guesswork
SERIAL_CONSOLE = "115200 ttyS2"
-# No kernel recipe yet
-PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
+PREFERRED_PROVIDER_virtual/kernel = "linux-wrs"
KERNEL_IMAGETYPE = "uImage"