summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/beaglebone.conf
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2015-09-29 17:42:03 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-01 07:43:38 +0100
commitad9ee3d76b39a8fa883be59c31483ce08f4091f3 (patch)
tree19faa84a2970926ae1c93ae94b4e37aace045b16 /meta-yocto-bsp/conf/machine/beaglebone.conf
parentcdc57f611699f83eabb129eb8f318e53b452b8b1 (diff)
downloadpoky-ad9ee3d76b39a8fa883be59c31483ce08f4091f3.tar.gz
meta-yocto-bsp: bump to linux-yocto 4.1 for the non-x86 BSPs
Boot test for all these boards. (From meta-yocto rev: 577768063124771d7469b1f860e5291cd8e019fc) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/beaglebone.conf')
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
index 0daebf35ce..ff46fb2bf2 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone.conf
@@ -22,7 +22,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp "
22SERIAL_CONSOLE = "115200 ttyO0" 22SERIAL_CONSOLE = "115200 ttyO0"
23 23
24PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 24PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
25PREFERRED_VERSION_linux-yocto ?= "3.19%" 25PREFERRED_VERSION_linux-yocto ?= "4.1%"
26 26
27KERNEL_IMAGETYPE = "zImage" 27KERNEL_IMAGETYPE = "zImage"
28KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb" 28KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb"