Skip to content
Snippets Groups Projects
Verified Commit 03f164c9 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

psplash: Fix override syntax


Include a minor formatting change for SRC_URI.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 52a3f0ee
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
...@@ -2,13 +2,14 @@ ...@@ -2,13 +2,14 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
FILESEXTRAPATHS_prepend := "${ONIRO_COREBASE}/assets:" FILESEXTRAPATHS:prepend := "${ONIRO_COREBASE}/assets:"
SPLASH_IMAGES_append = " file://psplash-oniro-img.png;outsuffix=oniro" SPLASH_IMAGES:append = " file://psplash-oniro-img.png;outsuffix=oniro"
ALTERNATIVE_PRIORITY_psplash-oniro[psplash] = "200" ALTERNATIVE_PRIORITY_psplash-oniro[psplash] = "200"
EXTRA_OECONF += "--enable-img-fullscreen --disable-startup-msg --disable-progress-bar" EXTRA_OECONF += "--enable-img-fullscreen --disable-startup-msg --disable-progress-bar"
# Change background color and splash image with no progress bar # Change background color and splash image with no progress bar
FILESEXTRAPATHS_prepend := "${THISDIR}/psplash:" FILESEXTRAPATHS:prepend := "${THISDIR}/psplash:"
SRC_URI += "file://0001-psplash-colors.h-color-change.patch \ SRC_URI += " \
" file://0001-psplash-colors.h-color-change.patch \
"
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