mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-intel.inc: set default kernel to LTS 5.15
Build 5.10 with poky-altcfg as kenrel 5.4 support is going to drop Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
f2cf31678c
commit
e69110ae03
|
@ -7,10 +7,10 @@
|
|||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel"
|
||||
PREFERRED_PROVIDER_virtual/kernel:poky-tiny ?= "linux-intel"
|
||||
|
||||
PREFERRED_VERSION_linux-intel ?= "5.10%"
|
||||
PREFERRED_VERSION_linux-intel ?= "5.15%"
|
||||
PREFERRED_VERSION_linux-intel-rt ?= "5.10%"
|
||||
PREFERRED_VERSION_linux-intel:poky-altcfg ?= "5.4%"
|
||||
PREFERRED_VERSION_linux-intel-rt:poky-altcfg ?= "5.4%"
|
||||
PREFERRED_VERSION_linux-intel:poky-altcfg ?= "5.10%"
|
||||
PREFERRED_VERSION_linux-intel-rt:poky-altcfg ?= "5.10%"
|
||||
|
||||
# Need to point to latest version of libva needed for media components
|
||||
PREFERRED_PROVIDER_libva = "libva-intel"
|
||||
|
|
Loading…
Reference in New Issue
Block a user