From 8fe1e244d7760581aecafb7454cba3f4f5046c5d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 28 Mar 2014 17:48:13 +0000 Subject: [PATCH] beaglebone: Switch to linux-yocto 3.14 (From meta-yocto rev: c178be238b92212dc866f8e039aaa84003aaafda) Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/beaglebone.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf index 0765b33e24..4a617e0357 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf @@ -22,8 +22,8 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " SERIAL_CONSOLE = "115200 ttyO2" -PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev" -PREFERRED_VERSION_linux-yocto-dev ?= "3.14%" +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" +PREFERRED_VERSION_linux-yocto ?= "3.14%" KERNEL_IMAGETYPE = "zImage" KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb"