summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-12-11 15:05:27 -0600
committerRyan Eatmon <reatmon@ti.com>2023-12-11 15:05:27 -0600
commit5b5b8b932561d76c5ed50a4210a726df86c649bf (patch)
treed4bfef854fe32d4bed7a7ec881349b276cfee1d0
parente4d10138db9e41037038029aced0cf7f9bc45238 (diff)
downloadmeta-ti-5b5b8b932561d76c5ed50a4210a726df86c649bf.tar.gz
u-boot-ti-staging: Add 2024.01 uboot in prep for LTS migrationcicd.master.202312140100
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 <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.01.bb21
1 files changed, 21 insertions, 0 deletions
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 @@
1require u-boot-ti.inc
2
3DEFAULT_PREFERENCE = "-1"
4
5include ${@ 'recipes-bsp/u-boot/ti-extras.inc' if d.getVar('TI_EXTRAS') else ''}
6
7PR = "r0"
8
9BRANCH = "ti-u-boot-2024.01"
10
11SRCREV = "2f0282922b2c458eea7f85c500a948a587437b63"
12
13do_install:append:am62xx() {
14 install -d ${D}/boot
15 install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${D}/boot
16}
17
18do_deploy:append:am62xx() {
19 install -d ${DEPLOYDIR}
20 install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${DEPLOYDIR}
21}