SPLASH SCREEN: upate to new st logo
Change-Id: Iec60544b7ff84b29de94b1d62f0d767f4c027ee7
This commit is contained in:
parent
0f1bcc15d8
commit
68ceb01965
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 45 KiB |
|
|
@ -4,11 +4,11 @@ LICENSE = "Proprietary"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ac3e0fd89b582e9fc11d534a27636636"
|
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://${UBOOT_SPLASH_SRC}', '', d)}"
|
||||||
SRC_URI += "${@bb.utils.contains('MACHINE_FEATURES', 'splashscreen', 'file://LICENSE', '', d)}"
|
SRC_URI += "file://LICENSE"
|
||||||
|
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
UBOOT_SPLASH_SRC = "stmicroelectronics.bmp"
|
UBOOT_SPLASH_SRC = "ST_logo_2020_blue_V_rgb_352x480_8bit.bmp"
|
||||||
UBOOT_SPLASH_IMAGE ?= "splash"
|
UBOOT_SPLASH_IMAGE ?= "splash"
|
||||||
|
|
||||||
inherit deploy
|
inherit deploy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue