Skip to content
Snippets Groups Projects
Commit 24937b11 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

openharmony-linux-demo-dashboard.conf: Various configuration for the demo distro


* disable getty on tty1
* disable weston toolbar (as we are running only one app at boot)
* define the epiphany app to use (HomeAssistant)
* run the HomeAssistant epiphany app at boot

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 1ae84c89
No related branches found
No related tags found
No related merge requests found
...@@ -17,3 +17,15 @@ ST_USERFS = "0" ...@@ -17,3 +17,15 @@ ST_USERFS = "0"
# Epiphany fails with musl # Epiphany fails with musl
# https://bugzilla.yoctoproject.org/show_bug.cgi?id=14281 # https://bugzilla.yoctoproject.org/show_bug.cgi?id=14281
TCLIBC = "glibc" TCLIBC = "glibc"
# Dynamic weston.ini configuration
WESTON_DYNAMIC_INI = "1"
WESTON_INI_NO_TOOLBAR = "1"
# Mask getty on tty1 to cleanup boot process
SYSTEMD_MASK_GETTY = "tty1"
EPIPHANY_APP = "HomeAssistant"
EPIPHANY_URL = "http://localhost:8123"
EPIPHANY_RDEPENDS = "python3-homeassistant"
EPIPHANY_SERVICE_ENABLED = "1"
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