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

demo-dashboard-gateway-image: Add image


This image is part of the dashboard gateway demo and is meant to run on
the linux based target running HomeAssistant.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 3d459ff6
No related branches found
No related tags found
No related merge requests found
require recipes-core/images/openharmony-image-base.bb
SUMMARY = "Dashboard demo image: gateway"
DESCRIPTION = "Home Assistant based image targeting a gateway device"
LICENSE = "Apache-2.0"
IMAGE_INSTALL_append = "\
python3-appdaemon \
python3-homeassistant \
"
# 100 MiB of additional storage for config and runtime data.
IMAGE_ROOTFS_EXTRA_SPACE = "102400"
# This is a workaround in case the build runs on ZFS with compression on.
# It also gives us extra runtime space.
IMAGE_OVERHEAD_FACTOR = "2"
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