From 1f991fccf4a0689dd6bfd4e56c09b5bf6fa0e964 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Thu, 4 Mar 2021 23:56:22 +0000
Subject: [PATCH] demo-dashboard-gateway-image.bb: Add browser and weston

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .../recipes-core/images/demo-dashboard-gateway-image.bb     | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-ohos-demo/recipes-core/images/demo-dashboard-gateway-image.bb b/meta-ohos-demo/recipes-core/images/demo-dashboard-gateway-image.bb
index fda06072..4d5ea95c 100644
--- a/meta-ohos-demo/recipes-core/images/demo-dashboard-gateway-image.bb
+++ b/meta-ohos-demo/recipes-core/images/demo-dashboard-gateway-image.bb
@@ -4,9 +4,15 @@ SUMMARY = "Dashboard demo image: gateway"
 DESCRIPTION = "Home Assistant based image targeting a gateway device"
 LICENSE = "Apache-2.0"
 
+BROWSER ?= "epiphany"
+
 IMAGE_INSTALL_append = "\
+	${BROWSER} \
 	python3-appdaemon \
 	python3-homeassistant \
+	weston \
+	weston-examples \
+	weston-init \
 	"
 
 # 100 MiB of additional storage for config and runtime data.
-- 
GitLab