From: Richard Purdie Date: Fri, 28 Mar 2014 17:48:13 +0000 (+0000) Subject: beaglebone: Switch to linux-yocto 3.14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c178be238b92212dc866f8e039aaa84003aaafda;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git beaglebone: Switch to linux-yocto 3.14 Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf index 0765b33e24c..4a617e0357f 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"