mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
conf: set -rt kernel to 4.14
Explicitly set the version to be 4.14 for linux-intel-rt to ensure it is built as default after 4.19 recipe was merged. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
0a4a26c37b
commit
8aa6d54f5a
|
@ -8,6 +8,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel"
|
|||
PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel"
|
||||
PREFERRED_VERSION_linux-intel_linuxstdbase ?= "4.9%"
|
||||
PREFERRED_VERSION_linux-intel ?= "4.14%"
|
||||
PREFERRED_VERSION_linux-intel-rt ?= "4.14%"
|
||||
|
||||
XSERVER_X86_ASPEED_AST = "xf86-video-ast \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user