From 8009c575600a24e614cb440c881ccdc98781796f Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Fri, 2 Feb 2024 15:41:17 -0600 Subject: [PATCH] u-boot-ti-staging: Add 2024.04 uboot in prep for LTS migration In preperation of LTS migration, switching from 2024.01 to 2024.04 for u-boot as this is close to what will be the final version for LTS. Default preference is still kept as low for this version since we are in early migration phase. Signed-off-by: Praneeth Bajjuri Signed-off-by: Ryan Eatmon --- ...oot-ti-staging_2024.01.bb => u-boot-ti-staging_2024.04.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-ti-bsp/recipes-bsp/u-boot/{u-boot-ti-staging_2024.01.bb => u-boot-ti-staging_2024.04.bb} (64%) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.01.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb similarity index 64% rename from meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.01.bb rename to meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb index d2a6ccb5..7da9d808 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.01.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb @@ -6,6 +6,6 @@ include ${@ 'recipes-bsp/u-boot/ti-extras.inc' if d.getVar('TI_EXTRAS') else ''} PR = "r0" -BRANCH = "ti-u-boot-2024.01" +BRANCH = "ti-u-boot-2024.04" -SRCREV = "2f0282922b2c458eea7f85c500a948a587437b63" +SRCREV = "6faba41927bdc8973b59678649ef83c564cc421e"