Move the kernel version overrides to 6.6 and the uboot version overrides to 2024.01 for the next LTS prep.
Signed-off-by: Ryan Eatmon <[email protected]> --- v2: Add uboot. .../conf/distro/include/branding-ltsprep.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc index fb831225..f0634e7a 100644 --- a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc +++ b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc @@ -1,8 +1,8 @@ -PREFERRED_VERSION_linux-ti-staging = "6.1%" -PREFERRED_VERSION_linux-ti-staging-rt = "6.1%" -PREFERRED_VERSION_linux-ti-staging-systest = "6.1%" -PREFERRED_VERSION_u-boot-ti-staging = "2023.04%" +PREFERRED_VERSION_linux-ti-staging = "6.6%" +PREFERRED_VERSION_linux-ti-staging-rt = "6.6%" +PREFERRED_VERSION_linux-ti-staging-systest = "6.6%" +PREFERRED_VERSION_u-boot-ti-staging = "2024.01%" # Remove mmip - DRM allocator, KMS sink, Wayland sink need porting to GST 1.18 MACHINE_FEATURES:remove = "mmip" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15056): https://lists.yoctoproject.org/g/meta-arago/message/15056 Mute This Topic: https://lists.yoctoproject.org/mt/103117940/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
