diff options
-rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.01.bb | 21 |
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 @@ | |||
1 | require u-boot-ti.inc | ||
2 | |||
3 | DEFAULT_PREFERENCE = "-1" | ||
4 | |||
5 | include ${@ 'recipes-bsp/u-boot/ti-extras.inc' if d.getVar('TI_EXTRAS') else ''} | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | BRANCH = "ti-u-boot-2024.01" | ||
10 | |||
11 | SRCREV = "2f0282922b2c458eea7f85c500a948a587437b63" | ||
12 | |||
13 | do_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 | |||
18 | do_deploy:append:am62xx() { | ||
19 | install -d ${DEPLOYDIR} | ||
20 | install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${DEPLOYDIR} | ||
21 | } | ||