MycroftOS: Add submodule buildroot, default branch 2018.08.x

This commit is contained in:
Peter Steenbergen 2018-10-26 15:17:06 +02:00
parent 1293a14ce7
commit f8433f0b40
2 changed files with 13 additions and 1 deletions

4
.gitmodules vendored Normal file
View File

@ -0,0 +1,4 @@
[submodule "buildroot"]
path = buildroot
url = https://github.com/buildroot/buildroot.git
branch = 2018.08.x

View File

@ -13,4 +13,12 @@ The software stack of Mycroft creates a hackable open source voice assistant.
At this moment development is in very early stages and focussed on the Raspberry Pi 3B. As soon as an initial first workable version
is created, other hardware might be added.
Building instructions will follow soon...
### Getting the code
First, get the code on your system! The simplest method is via git.
- `cd ~/`
- `git clone --recurse-submodules https://github.com/j1nx/MycroftOS.git`
- `cd MycroftOS`
More building instructions will follow soon...