Skip to content
Snippets Groups Projects
Commit 475e704a authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

psplash: Configure another package for the oniro splash


This being a separate package, SPLASH can be used to switch to the
preferred one. The distro can set the default one for oniro. In this
way, the oniro splash configuration is going to play nicely with other
splash configurations external layers might bring (see
meta-raspberrypi).

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent c813895b
No related branches found
No related tags found
No related merge requests found
oniro-logo-small.png
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
FILESEXTRAPATHS_prepend := "${ONIRO_COREBASE}/assets:" FILESEXTRAPATHS_prepend := "${ONIRO_COREBASE}/assets:"
SPLASH_IMAGES = "file://oniro-logo-small.png;outsuffix=default" SPLASH_IMAGES_append = " file://psplash-oniro-img.png;outsuffix=oniro"
EXTRA_OECONF += "--enable-img-fullscreen --disable-startup-msg --disable-progress-bar" EXTRA_OECONF += "--enable-img-fullscreen --disable-startup-msg --disable-progress-bar"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment