summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2018-08-25 20:51:34 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-28 10:31:13 +0100
commitfd1da1ac6e7603159b589c9d85b4a26a4a6978a9 (patch)
treeaa73bfde97b64eceefea27a80926f217398aaff7 /meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
parented84cafb037e27f2ebd777b424174808ad7c9265 (diff)
downloadpoky-fd1da1ac6e7603159b589c9d85b4a26a4a6978a9.tar.gz
meta-yocto-bsp: Bump the kernel to v4.18
Bump the kernel to v4.18 for all the boards in meta-yocto-bsp layer. (From meta-yocto rev: 1e672581cc3fc695570f1ae9f951efbe4b05733a) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/beaglebone-yocto.conf')
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone-yocto.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
index 5cc2923903..e911e75004 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
@@ -23,7 +23,7 @@ do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do
23SERIAL_CONSOLES = "115200;ttyO0" 23SERIAL_CONSOLES = "115200;ttyO0"
24 24
25PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 25PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
26PREFERRED_VERSION_linux-yocto ?= "4.15%" 26PREFERRED_VERSION_linux-yocto ?= "4.18%"
27 27
28KERNEL_IMAGETYPE = "zImage" 28KERNEL_IMAGETYPE = "zImage"
29KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" 29KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb"