summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/edgerouter.conf
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2021-01-11 12:42:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-13 23:14:06 +0000
commit09c7fc6e5341bfadb0f6037e7294aee2454eedef (patch)
tree59dd7d11a50557f57e03af017fcced2f9e557449 /meta-yocto-bsp/conf/machine/edgerouter.conf
parenteb80e80538eb66a1123e94357c455cc6e8f78e75 (diff)
downloadpoky-09c7fc6e5341bfadb0f6037e7294aee2454eedef.tar.gz
meta-yocto-bsp: Bump the kernel to v5.10
Build and boot for all these machines and also explicitly set the preferred kernel version for the x86 machines so that we can override the default setting in oe-core. (From meta-yocto rev: a93344439e01e8aba4ba15d3123ce31b4500add1) 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 75bc5e5f28..fbe33be9d1 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 ?= "5.8%" 14PREFERRED_VERSION_linux-yocto ?= "5.10%"
15 15
16SERIAL_CONSOLES = "115200;ttyS0" 16SERIAL_CONSOLES = "115200;ttyS0"
17USE_VT ?= "0" 17USE_VT ?= "0"