MycroftOS: Add the default mycroftos skills as git submodules

This commit is contained in:
j1nx 2020-09-17 12:02:18 +02:00
parent e5be5fbdde
commit c1b2b24491
1 changed files with 10 additions and 0 deletions

10
.gitmodules vendored
View File

@ -2,3 +2,13 @@
path = buildroot
url = https://github.com/buildroot/buildroot.git
branch = 2020.02.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
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
branch = master