From 5b5b8b932561d76c5ed50a4210a726df86c649bf Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Mon, 11 Dec 2023 15:05:27 -0600 Subject: u-boot-ti-staging: Add 2024.01 uboot in prep for LTS migration We are preparing to migrate our uboot version to 2024.01. As we are still working on the migration, mark the default preference low for this version. We will enable building with this uboot in a meta-arago brand in the near future. Once the migration is complete, we will remove the 2023.04 uboot and make this the default. Signed-off-by: Ryan Eatmon --- .../recipes-bsp/u-boot/u-boot-ti-staging_2024.01.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.01.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 new file mode 100644 index 00000000..58900bee --- /dev/null +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.01.bb @@ -0,0 +1,21 @@ +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" + +do_install:append:am62xx() { + install -d ${D}/boot + install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${D}/boot +} + +do_deploy:append:am62xx() { + install -d ${DEPLOYDIR} + install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${DEPLOYDIR} +} -- cgit v1.2.3-54-g00ecf