mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
beagleboard: set kernel provider to linux-yocto (2.6.37)
Support has been added for basic Beagleboard xM functionality, including networking, to the linux-yocto kernel repository. Tested on the Beagleboard xM. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
@@ -24,7 +24,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp "
|
||||
# Guesswork
|
||||
SERIAL_CONSOLE = "115200 ttyO2"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-stable"
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
|
||||
PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
|
||||
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
Reference in New Issue
Block a user