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

demo-dashboard-gateway-image.bb: Add browser and weston


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent c3e8d034
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,15 @@ SUMMARY = "Dashboard demo image: gateway" ...@@ -4,9 +4,15 @@ SUMMARY = "Dashboard demo image: gateway"
DESCRIPTION = "Home Assistant based image targeting a gateway device" DESCRIPTION = "Home Assistant based image targeting a gateway device"
LICENSE = "Apache-2.0" LICENSE = "Apache-2.0"
BROWSER ?= "epiphany"
IMAGE_INSTALL_append = "\ IMAGE_INSTALL_append = "\
${BROWSER} \
python3-appdaemon \ python3-appdaemon \
python3-homeassistant \ python3-homeassistant \
weston \
weston-examples \
weston-init \
" "
# 100 MiB of additional storage for config and runtime data. # 100 MiB of additional storage for config and runtime data.
......
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