From fabba2784fe7985ffe955b83045d5a3cb97dc0ba Mon Sep 17 00:00:00 2001
From: Stefan Schmidt <stefan.schmidt@huawei.com>
Date: Mon, 4 Oct 2021 17:16:22 +0200
Subject: [PATCH] blueprint-dashboard: Switch weston background image to new
 logo

Match it to the new bootscreen and adjust background color as well.

Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
---
 .../conf/distro/oniro-linux-blueprint-dashboard.conf          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ohos-blueprints/conf/distro/oniro-linux-blueprint-dashboard.conf b/meta-ohos-blueprints/conf/distro/oniro-linux-blueprint-dashboard.conf
index d1eb8ec6..5d7cf891 100644
--- a/meta-ohos-blueprints/conf/distro/oniro-linux-blueprint-dashboard.conf
+++ b/meta-ohos-blueprints/conf/distro/oniro-linux-blueprint-dashboard.conf
@@ -39,8 +39,8 @@ EPIPHANY_URL = "http://localhost:8123"
 EPIPHANY_RDEPENDS = "python3-homeassistant"
 EPIPHANY_SERVICE_ENABLED = "1"
 
-WESTON_INI_BACKGROUND_IMAGE = "/usr/share/backgrounds/ostc-logo-small-loading.png"
-WESTON_INI_BACKGROUND_COLOR = "0xffffffff"
+WESTON_INI_BACKGROUND_IMAGE = "/usr/share/backgrounds/oniro-logo-small.png"
+WESTON_INI_BACKGROUND_COLOR = "0xff0f0026"
 WESTON_INI_BACKGROUND_TYPE = "centered"
 
 # SmartHome IoT devices BLE interfaces MAC addresses
-- 
GitLab