From d3a5107cc76a09216b434bd7260bb531c4a927bb Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:42:51 -0700 Subject: [PATCH] Load system plugin with Admin Enclosure service (#722) --- neon_core/configuration/mark_2/neon.yaml | 5 +++-- neon_core/configuration/opi5/neon.yaml | 5 +++-- neon_core/configuration/rpi4/neon.yaml | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/neon_core/configuration/mark_2/neon.yaml b/neon_core/configuration/mark_2/neon.yaml index ddd4973bd..4786fe773 100644 --- a/neon_core/configuration/mark_2/neon.yaml +++ b/neon_core/configuration/mark_2/neon.yaml @@ -103,8 +103,6 @@ PHAL: color: "#ff8600" portal: start dot neon dot ai device: Neon Device - ovos-PHAL-plugin-system: - core_service: neon.service neon-phal-plugin-linear-led: mute_color: burnt_orange sleep_color: red @@ -112,6 +110,9 @@ PHAL: neon-phal-plugin-fan: min_fan_temp: 40.0 admin: + ovos-PHAL-plugin-system: + enabled: true + core_service: neon.service neon-phal-plugin-device-updater: enabled: true initramfs_url: "https://github.com/NeonGeckoCom/neon_debos/raw/{}/overlays/02-rpi4/boot/firmware/initramfs" diff --git a/neon_core/configuration/opi5/neon.yaml b/neon_core/configuration/opi5/neon.yaml index 49bd17669..75ddb526b 100644 --- a/neon_core/configuration/opi5/neon.yaml +++ b/neon_core/configuration/opi5/neon.yaml @@ -86,8 +86,6 @@ PHAL: color: '#ff8600' portal: start dot neon dot ai device: Neon Device - ovos-PHAL-plugin-system: - core_service: neon.service neon-phal-plugin-linear-led: mute_color: burnt_orange sleep_color: red @@ -95,6 +93,9 @@ PHAL: neon-phal-plugin-fan: min_fan_temp: 40.0 admin: + ovos-PHAL-plugin-system: + enabled: true + core_service: neon.service neon-phal-plugin-device-updater: enabled: true initramfs_url: "https://github.com/NeonGeckoCom/neon_debos/raw/{}/overlays/02-opi5/boot/uInitrd" diff --git a/neon_core/configuration/rpi4/neon.yaml b/neon_core/configuration/rpi4/neon.yaml index b06442e3c..5b4edd3b2 100644 --- a/neon_core/configuration/rpi4/neon.yaml +++ b/neon_core/configuration/rpi4/neon.yaml @@ -86,8 +86,6 @@ PHAL: color: '#ff8600' portal: start dot neon dot ai device: Neon Device - ovos-PHAL-plugin-system: - core_service: neon.service neon-phal-plugin-linear-led: mute_color: burnt_orange sleep_color: red @@ -95,6 +93,9 @@ PHAL: neon-phal-plugin-fan: min_fan_temp: 40.0 admin: + ovos-PHAL-plugin-system: + enabled: true + core_service: neon.service neon-phal-plugin-device-updater: enabled: true initramfs_url: "https://github.com/NeonGeckoCom/neon_debos/raw/{}/overlays/02-rpi4/boot/firmware/initramfs"