diff --git a/recipes-bsp/u-boot/u-boot-stm32mp-splash/ST_logo_2020_blue_V_rgb_352x480_8bit.bmp b/recipes-bsp/u-boot/u-boot-stm32mp-splash/ST_logo_2020_blue_V_rgb_352x480_8bit.bmp new file mode 100644 index 0000000..f59d3c5 Binary files /dev/null and b/recipes-bsp/u-boot/u-boot-stm32mp-splash/ST_logo_2020_blue_V_rgb_352x480_8bit.bmp differ diff --git a/recipes-bsp/u-boot/u-boot-stm32mp-splash/stmicroelectronics.bmp b/recipes-bsp/u-boot/u-boot-stm32mp-splash/stmicroelectronics.bmp deleted file mode 100644 index c6fa3af..0000000 Binary files a/recipes-bsp/u-boot/u-boot-stm32mp-splash/stmicroelectronics.bmp and /dev/null differ diff --git a/recipes-bsp/u-boot/u-boot-stm32mp-splash_2018.11.bb b/recipes-bsp/u-boot/u-boot-stm32mp-splash_2018.11.bb index f473e92..239a2a6 100644 --- a/recipes-bsp/u-boot/u-boot-stm32mp-splash_2018.11.bb +++ b/recipes-bsp/u-boot/u-boot-stm32mp-splash_2018.11.bb @@ -4,11 +4,11 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=ac3e0fd89b582e9fc11d534a27636636" SRC_URI = "${@bb.utils.contains('MACHINE_FEATURES', 'splashscreen', 'file://${UBOOT_SPLASH_SRC}', '', d)}" -SRC_URI += "${@bb.utils.contains('MACHINE_FEATURES', 'splashscreen', 'file://LICENSE', '', d)}" +SRC_URI += "file://LICENSE" S = "${WORKDIR}" -UBOOT_SPLASH_SRC = "stmicroelectronics.bmp" +UBOOT_SPLASH_SRC = "ST_logo_2020_blue_V_rgb_352x480_8bit.bmp" UBOOT_SPLASH_IMAGE ?= "splash" inherit deploy