diff options
| author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-03-18 00:23:48 +0800 |
|---|---|---|
| committer | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-03-18 00:33:25 +0800 |
| commit | 92488f89f7f7c06f2d7f9c77ac1f7c7305d36502 (patch) | |
| tree | 75d7349d9a3228202d04fccb293de5ef60adb9aa | |
| parent | 9d90288322d52865fdcdaccfdfd9d7e98e7c13ec (diff) | |
| download | meta-intel-92488f89f7f7c06f2d7f9c77ac1f7c7305d36502.tar.gz | |
meta-intel.inc: set PREFERRED_VERSION for linux-intel to 6.18
Update default kernel version preference to 6.18 for both RT
and Non RT variants.
6.18 continues to use a single branch for both RT and non-RT kernels.
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
| -rw-r--r-- | conf/machine/include/meta-intel.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index c98aa78a..0942e777 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.12%" | 10 | PREFERRED_VERSION_linux-intel ?= "6.18%" |
| 11 | PREFERRED_VERSION_linux-intel-rt ?= "6.12%" | 11 | PREFERRED_VERSION_linux-intel-rt ?= "6.18%" |
| 12 | PREFERRED_VERSION_linux-intel:poky-altcfg ?= "6.12%" | 12 | PREFERRED_VERSION_linux-intel:poky-altcfg ?= "6.18%" |
| 13 | PREFERRED_VERSION_linux-intel-rt:poky-altcfg ?= "6.12%" | 13 | PREFERRED_VERSION_linux-intel-rt:poky-altcfg ?= "6.18%" |
| 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" |
