1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 03:47:03 +00:00

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>
This commit is contained in:
Bruce Ashfield
2010-10-10 15:25:59 -04:00
committed by Richard Purdie
parent 5ae1e2c9e8
commit c9b6051f2c
3 changed files with 4 additions and 3 deletions
+1 -2
View File
@@ -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"