1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Migrate default installed skill to OVOS versions.

This commit is contained in:
j1nx
2020-12-31 11:13:25 +01:00
parent 20b6a6c0db
commit 65e2952d94
42 changed files with 641 additions and 8 deletions

12
.gitmodules vendored
View File

@@ -3,14 +3,14 @@
url = https://github.com/buildroot/buildroot.git
branch = 2020.11.x
[submodule "skill-mycroftos-enclosure"]
path = buildroot-external/rootfs-overlay/opt/mycroft/skills/skill-mycroftos-enclosure
url = https://github.com/j1nx/skill-mycroftos-enclosure.git
[submodule "skill-ovos-mycroftgui"]
path = buildroot-external/rootfs-overlay/opt/mycroft/skills/skill-ovos-mycroftgui
url = https://github.com/OpenVoiceOS/skill-ovos-mycroftgui.git
branch = master
[submodule "skill-mycroftos-gui"]
path = buildroot-external/rootfs-overlay/opt/mycroft/skills/skill-mycroftos-gui
url = https://github.com/j1nx/skill-mycroftos-gui.git
[submodule "skill-ovos-enclosure"]
path = buildroot-external/rootfs-overlay/opt/mycroft/skills/skill-ovos-enclosure
url = https://github.com/OpenVoiceOS/skill-ovos-enclosure.git
branch = master
[submodule "skill-balena-wifi-setup"]