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 <[email protected]> --- .../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} +} -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17347): https://lists.yoctoproject.org/g/meta-ti/message/17347 Mute This Topic: https://lists.yoctoproject.org/mt/103117881/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/leave/6695321/21656/1393940836/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
