@@ -353,21 +353,11 @@ uboot_deploy:append () {
fi
}
-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}
}
-do_install:append:am62pxx() {
- install -d ${D}/boot
- install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${D}/boot
-}
-
do_deploy:append:am62pxx() {
install -d ${DEPLOYDIR}
install -m 0644 ${S}/tools/logos/ti_logo_414x97_32bpp.bmp.gz ${DEPLOYDIR}
* 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> --- Changes in v2: Update commit message based on Denys feedback in v1 Link to v1: https://lists.yoctoproject.org/g/meta-ti/message/18484 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 10 ---------- 1 file changed, 10 deletions(-)