summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/edgerouter.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/edgerouter.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/edgerouter.conf')
-rw-r--r--meta-yocto-bsp/conf/machine/edgerouter.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf
index a3eeebf2f6..b7a94e9cbb 100644
--- a/meta-yocto-bsp/conf/machine/edgerouter.conf
+++ b/meta-yocto-bsp/conf/machine/edgerouter.conf
@@ -11,7 +11,7 @@ KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
11KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment" 11KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment"
12 12
13PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 13PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
14PREFERRED_VERSION_linux-yocto ?= "4.15%" 14PREFERRED_VERSION_linux-yocto ?= "4.18%"
15 15
16SERIAL_CONSOLES = "115200;ttyS0" 16SERIAL_CONSOLES = "115200;ttyS0"
17USE_VT ?= "0" 17USE_VT ?= "0"