diff mbox series

[meta-arago,master,v2] branding-ltsprep: Move to kernel 6.6 and uboot 2024.01

Message ID 20231211210917.32514-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master,v2] branding-ltsprep: Move to kernel 6.6 and uboot 2024.01 | expand

Commit Message

Ryan Eatmon Dec. 11, 2023, 9:09 p.m. UTC
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 <reatmon@ti.com>
---
v2: Add uboot.

 .../conf/distro/include/branding-ltsprep.inc              | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

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"