summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2025-04-21 11:18:30 +0530
committerRyan Eatmon <reatmon@ti.com>2025-04-23 14:21:16 -0500
commit9ae3d157d60a43b83a7e80ba3b53a38e4c58660d (patch)
treed8f2a0edbf6c544f5c3717865abb8550c95361c5
parentfba44e113b0be2249c98bd15f81c650be83594bc (diff)
downloadmeta-ti-9ae3d157d60a43b83a7e80ba3b53a38e4c58660d.tar.gz
recipes-bsp: u-boot: Remove do_install from bootsplash image
* U-Boot reads the bootsplash image file from the vfat boot partition & displays it during boot-up showcasing early splash screen support. * There's no significance of having an additional do_install as the logo file need not be added in the rootfs/image. * Fixes 277f04df4c94de44bcea95b46d59cf057f571e45 & 1fed958bfe8a8825996134f62097ac02206f43b2 Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index 3c56d8b2..9a74b840 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -357,21 +357,11 @@ uboot_deploy:append () {
357 fi 357 fi
358} 358}
359 359
360do_install:append:am62xx() {
361 install -d ${D}/boot
362 install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${D}/boot
363}
364
365do_deploy:append:am62xx() { 360do_deploy:append:am62xx() {
366 install -d ${DEPLOYDIR} 361 install -d ${DEPLOYDIR}
367 install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${DEPLOYDIR} 362 install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${DEPLOYDIR}
368} 363}
369 364
370do_install:append:am62pxx() {
371 install -d ${D}/boot
372 install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${D}/boot
373}
374
375do_deploy:append:am62pxx() { 365do_deploy:append:am62pxx() {
376 install -d ${DEPLOYDIR} 366 install -d ${DEPLOYDIR}
377 install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${DEPLOYDIR} 367 install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${DEPLOYDIR}