Skip to content

Commit

Permalink
[RND-2329] psplash: Disable startup message
Browse files Browse the repository at this point in the history
The psplash application enables a startup message by default, which creates
a white strip on the boot splash image as a background for the message.
Variscite's splash image already has a white background, so the white strip
goes unnoticed in this case.

Disable the startup message to avoid displaying a white strip on the screen.

Signed-off-by: Alifer Moraes <alifer.m@variscite.com>
  • Loading branch information
alifermoraes authored and nsdrude committed Nov 27, 2024
1 parent 350f795 commit a47c082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-core/psplash/psplash_git.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ SRC_URI:append = " \
"
SPLASH_IMAGES = "file://psplash-poky.png;outsuffix=default"

CFLAGS:append = " -DPSPLASH_DISABLE_STARTUP_MSG"

do_configure:prepend() {
cp ${WORKDIR}/*.png ${S}/base-images
}
Expand Down

0 comments on commit a47c082

Please sign in to comment.