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

openharmony-linux-demo-dashboard: Add ohos based distro configuration


This configuration inherits the ohos distro configuration but makes
configurations specific to the dashboard demo use-cases. For now we only
handle the HomeAssistant version requirements and set a custom hostname.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent da57ef26
No related branches found
No related tags found
No related merge requests found
# Distro configuration for the dashboard demo
require conf/distro/openharmony-linux.conf
include conf/distro/include/ha-versions.inc
DISTRO = "openharmony-linux-demo-dashboard"
DISTRO_NAME = "OpenHarmony Dashboard Demo Linux Distro"
# Custom hostnames for easy DNS resolution for this demo.
# The gateway would run on a stm32mp1-av96 machine.
hostname_base-files_stm32mp1-av96 = "demo-dashboard-gateway"
# Avoid build warning(s) for ununsed extra partitions.
ST_VENDORFS = "0"
ST_USERFS = "0"
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