summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2016-05-24 09:41:13 +0200
committerKoen Kooi <koen.kooi@linaro.org>2016-05-24 09:41:13 +0200
commit080a573f8e2146e5959d7db2347881b03c2d0fe4 (patch)
tree4545d9352a47b7725427dedc1a7596a02d460024
parent64817d0fb273ad4b17e8bff2252eac4f87a3b2a2 (diff)
default.xml: add meta-96boards
Change-Id: I81f8da6cf8a27a76ea14bca34564141af5268b88 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rw-r--r--default.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index e659851..455cbdb 100644
--- a/default.xml
+++ b/default.xml
@@ -13,6 +13,9 @@
<remote name="OSSystems"
fetch="git://github.com/OSSystems" />
+ <remote name="github"
+ fetch="https://github.com/" />
+
<default remote="oe" revision="master" sync-j="2" />
<project name="openembedded-core" />
@@ -21,5 +24,6 @@
<project path="meta-linaro" name="openembedded/meta-linaro" remote="linaro" />
<project name="meta-virtualization" remote="yocto"/>
<project name="meta-browser" remote="OSSystems"/>
+ <project remote="github" name="96boards/meta-96boards" path="meta-96boards"/>
</manifest>