diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-10-10 15:25:59 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:57:20 +0100 |
commit | c9b6051f2cafb34582e7d4faa228243fdcd7fda5 (patch) | |
tree | 453c39bc2831bec82d1028fdd0d30cad2a172ec2 /meta/conf/machine/beagleboard.conf | |
parent | 5ae1e2c9e881f92901ea66b78c4a5b3f08cd07d2 (diff) | |
download | poky-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/beagleboard.conf')
-rw-r--r-- | meta/conf/machine/beagleboard.conf | 3 |
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 " | |||
22 | # Guesswork | 22 | # Guesswork |
23 | SERIAL_CONSOLE = "115200 ttyS2" | 23 | SERIAL_CONSOLE = "115200 ttyS2" |
24 | 24 | ||
25 | # No kernel recipe yet | 25 | PREFERRED_PROVIDER_virtual/kernel = "linux-wrs" |
26 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | ||
27 | 26 | ||
28 | KERNEL_IMAGETYPE = "uImage" | 27 | KERNEL_IMAGETYPE = "uImage" |
29 | 28 | ||