summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb')
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
index f1c469ac..5698de1d 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
@@ -10,3 +10,12 @@ BRANCH = "ti-u-boot-2023.04"
10 10
11SRCREV = "a3595f1e3ed4905e1894d47cc91f0887a5cbfee0" 11SRCREV = "a3595f1e3ed4905e1894d47cc91f0887a5cbfee0"
12 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}