diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2025-03-09 21:15:55 +0530 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-03-10 10:02:22 +0800 |
commit | 8bd6506e1efbcf8fe3e6cf7ffc88ca6900cc27e6 (patch) | |
tree | 7bcda201482f135fccd6f57e2b0f072209d4194f | |
parent | db1f123d8ba9b509e2c3a4549e9e795c67047709 (diff) | |
download | meta-intel-8bd6506e1efbcf8fe3e6cf7ffc88ca6900cc27e6.tar.gz |
meta-intel.inc: set PREFERRED_VERSION for linux-intel
* set kernel version to 6.12 for both lts and mainline (poky-altcfg)
since it is the latest kernel
* 6.12 has a single branch for rt and non rt so use 6.12 for rt as well
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | conf/machine/include/meta-intel.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index 68493bdd..c98aa78a 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc | |||
@@ -7,10 +7,10 @@ | |||
7 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel" | 7 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel" |
8 | PREFERRED_PROVIDER_virtual/kernel:poky-tiny ?= "linux-intel" | 8 | PREFERRED_PROVIDER_virtual/kernel:poky-tiny ?= "linux-intel" |
9 | 9 | ||
10 | PREFERRED_VERSION_linux-intel ?= "6.6%" | 10 | PREFERRED_VERSION_linux-intel ?= "6.12%" |
11 | PREFERRED_VERSION_linux-intel-rt ?= "6.6%" | 11 | PREFERRED_VERSION_linux-intel-rt ?= "6.12%" |
12 | PREFERRED_VERSION_linux-intel:poky-altcfg ?= "6.12%" | 12 | PREFERRED_VERSION_linux-intel:poky-altcfg ?= "6.12%" |
13 | PREFERRED_VERSION_linux-intel-rt:poky-altcfg ?= "6.11%" | 13 | PREFERRED_VERSION_linux-intel-rt:poky-altcfg ?= "6.12%" |
14 | 14 | ||
15 | # Need to point to latest version of libva needed for media components | 15 | # Need to point to latest version of libva needed for media components |
16 | PREFERRED_PROVIDER_libva = "libva-intel" | 16 | PREFERRED_PROVIDER_libva = "libva-intel" |