From 8009c575600a24e614cb440c881ccdc98781796f Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Fri, 2 Feb 2024 15:41:17 -0600 Subject: 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 --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.01.bb | 11 ----------- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.01.bb create mode 100644 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb 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.01.bb deleted file mode 100644 index d2a6ccb5..00000000 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.01.bb +++ /dev/null @@ -1,11 +0,0 @@ -require u-boot-ti.inc - -DEFAULT_PREFERENCE = "-1" - -include ${@ 'recipes-bsp/u-boot/ti-extras.inc' if d.getVar('TI_EXTRAS') else ''} - -PR = "r0" - -BRANCH = "ti-u-boot-2024.01" - -SRCREV = "2f0282922b2c458eea7f85c500a948a587437b63" diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb new file mode 100644 index 00000000..7da9d808 --- /dev/null +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb @@ -0,0 +1,11 @@ +require u-boot-ti.inc + +DEFAULT_PREFERENCE = "-1" + +include ${@ 'recipes-bsp/u-boot/ti-extras.inc' if d.getVar('TI_EXTRAS') else ''} + +PR = "r0" + +BRANCH = "ti-u-boot-2024.04" + +SRCREV = "6faba41927bdc8973b59678649ef83c564cc421e" -- cgit v1.2.3-54-g00ecf