summaryrefslogtreecommitdiffstats
path: root/scripts/manifest_fido.xml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/manifest_fido.xml')
-rw-r--r--scripts/manifest_fido.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/manifest_fido.xml b/scripts/manifest_fido.xml
index f146b2b..720d7d1 100644
--- a/scripts/manifest_fido.xml
+++ b/scripts/manifest_fido.xml
@@ -10,6 +10,7 @@
10 <remote fetch="git://git.toradex.com" name="toradex"/> 10 <remote fetch="git://git.toradex.com" name="toradex"/>
11 <remote fetch="git://github.com/architech-boards" name="architech"/> 11 <remote fetch="git://github.com/architech-boards" name="architech"/>
12 <remote fetch="git://github.com/meta-qt5" name="meta-qt5"/> 12 <remote fetch="git://github.com/meta-qt5" name="meta-qt5"/>
13 <remote fetch="git://git.yoctoproject.org" name="intel"/>
13 14
14 <project name="poky" 15 <project name="poky"
15 remote="yocto" 16 remote="yocto"
@@ -59,6 +60,11 @@
59 revision="dora" 60 revision="dora"
60 path="sources/meta-tibidabo" 61 path="sources/meta-tibidabo"
61 groups="notdefault,architech"/> 62 groups="notdefault,architech"/>
63 <project name="meta-intel"
64 remote="intel"
65 revision="fido"
66 path="sources/meta-intel"
67 groups="notdefault,nuc"/>
62 68
63</manifest> 69</manifest>
64 70