diff options
| author | Kevin Hao <kexin.hao@windriver.com> | 2021-01-11 12:42:55 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-13 23:14:06 +0000 |
| commit | 09c7fc6e5341bfadb0f6037e7294aee2454eedef (patch) | |
| tree | 59dd7d11a50557f57e03af017fcced2f9e557449 /meta-yocto-bsp/conf/machine/include/genericx86-common.inc | |
| parent | eb80e80538eb66a1123e94357c455cc6e8f78e75 (diff) | |
| download | poky-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/include/genericx86-common.inc')
| -rw-r--r-- | meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc index a6c396c79e..1de069011d 100644 --- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc +++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc | |||
| @@ -2,6 +2,7 @@ include conf/machine/include/x86-base.inc | |||
| 2 | require conf/machine/include/qemuboot-x86.inc | 2 | require conf/machine/include/qemuboot-x86.inc |
| 3 | MACHINE_FEATURES += "wifi efi pcbios" | 3 | MACHINE_FEATURES += "wifi efi pcbios" |
| 4 | 4 | ||
| 5 | PREFERRED_VERSION_linux-yocto ?= "5.10%" | ||
| 5 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 6 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
| 6 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 7 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
| 7 | XSERVER ?= "${XSERVER_X86_BASE} \ | 8 | XSERVER ?= "${XSERVER_X86_BASE} \ |
