From ae60b3d74f3b4418cc0ee7c78fd519f76fdedb7c Mon Sep 17 00:00:00 2001
From: Zbigniew Bodek <zbigniew.bodek@huawei.com>
Date: Thu, 22 Apr 2021 11:08:32 +0200
Subject: [PATCH] blueprint-dashboard-gateway-image: Install HomeAssistant
 configuration

Use homeassistant-config-blueprint-dashboard
package to install configuration files in the dashboard
blueprint image.

Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .../recipes-core/images/blueprint-dashboard-gateway-image.bb     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-ohos-blueprints/recipes-core/images/blueprint-dashboard-gateway-image.bb b/meta-ohos-blueprints/recipes-core/images/blueprint-dashboard-gateway-image.bb
index 9eed84e5..df245f6f 100644
--- a/meta-ohos-blueprints/recipes-core/images/blueprint-dashboard-gateway-image.bb
+++ b/meta-ohos-blueprints/recipes-core/images/blueprint-dashboard-gateway-image.bb
@@ -10,6 +10,7 @@ LICENSE = "Apache-2.0"
 
 IMAGE_INSTALL_append = "\
 	epiphany-app \
+	homeassistant-config-blueprint-dashboard \
 	python3-appdaemon \
 	python3-homeassistant \
 	weston \
-- 
GitLab