From: Saul Wold Date: Mon, 24 Jan 2011 22:42:23 +0000 (-0800) Subject: beagleboard: Not ready for 2.6.37 kernel yet, use stable instead X-Git-Tag: 2011-1~2728 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c52e13a5a6dd1415bd708bb7aeaae8c21bc34695;p=openembedded-core.git beagleboard: Not ready for 2.6.37 kernel yet, use stable instead Signed-off-by: Saul Wold --- diff --git a/meta/conf/machine/beagleboard.conf b/meta/conf/machine/beagleboard.conf index 04947c09dc..f21638c409 100644 --- a/meta/conf/machine/beagleboard.conf +++ b/meta/conf/machine/beagleboard.conf @@ -24,7 +24,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " # Guesswork SERIAL_CONSOLE = "115200 ttyO2" -PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" +PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-stable" PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" KERNEL_IMAGETYPE = "uImage"