From 921304ae71e7bc690a356f66b527d645d55ba3c0 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Fri, 18 Oct 2024 16:19:09 -0700 Subject: [PATCH] Update default system plugin configuration to load with the admin enclosure service to resolve permissions errors --- 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"