summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@theqtcompany.com>2015-07-03 09:53:43 +0300
committerDavid Schulz <david.schulz@theqtcompany.com>2016-01-13 14:28:50 +0000
commitfd3f65c97e4ee5463fd9ef20b5e372425fb3b094 (patch)
treed3ebbf7756470924f4ed61eb26fd8665d991ad5b /scripts
parent49f2a0192d0d0db65f6dd44eabdbdd4ee2886bac (diff)
downloadmeta-boot2qt-fd3f65c97e4ee5463fd9ef20b5e372425fb3b094.tar.gz
Add meta-mingw layer
Add meta-mingw to the default manifest.xml. Change-Id: I0c0d39d7859ce3ff3e75fec97ccefbf79e2627df Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/manifest.xml6
-rw-r--r--scripts/manifest_fido.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml
index 6776388..e835bc3 100644
--- a/scripts/manifest.xml
+++ b/scripts/manifest.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="http://codereview.qt-project.org/yocto" name="qtyocto"/>
13 <remote fetch="git://git.yoctoproject.org" name="intel"/> 14 <remote fetch="git://git.yoctoproject.org" name="intel"/>
14 <remote fetch="git://github.com/openembedded" name="oe-mirror"/> 15 <remote fetch="git://github.com/openembedded" name="oe-mirror"/>
15 <remote fetch="git://playground.ci.local" name="playground"/> 16 <remote fetch="git://playground.ci.local" name="playground"/>
@@ -27,6 +28,11 @@
27 revision="4f208863257768b875378af1421d33f1d6cf8a05" 28 revision="4f208863257768b875378af1421d33f1d6cf8a05"
28 path="sources/meta-qt5"/> 29 path="sources/meta-qt5"/>
29 30
31 <project name="meta-mingw"
32 remote="qtyocto"
33 path="sources/meta-mingw"
34 revision="bf67d2df6f873cc480466ea7c0771d57942bc3e0"/>
35
30 <project name="meta-fsl-arm" 36 <project name="meta-fsl-arm"
31 remote="yocto" 37 remote="yocto"
32 revision="c9f259a4bf8472dfa3ff75f1c3fcbe5e0ded7aaf" 38 revision="c9f259a4bf8472dfa3ff75f1c3fcbe5e0ded7aaf"
diff --git a/scripts/manifest_fido.xml b/scripts/manifest_fido.xml
index e633e35..906d3cd 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="http://codereview.qt-project.org/yocto" name="qtyocto"/>
13 <remote fetch="git://git.yoctoproject.org" name="intel"/> 14 <remote fetch="git://git.yoctoproject.org" name="intel"/>
14 <remote fetch="git://github.com/openembedded" name="oe-mirror"/> 15 <remote fetch="git://github.com/openembedded" name="oe-mirror"/>
15 <remote fetch="git://git://playground.ci.local" name="playground"/> 16 <remote fetch="git://git://playground.ci.local" name="playground"/>
@@ -27,6 +28,11 @@
27 revision="master" 28 revision="master"
28 path="sources/meta-qt5"/> 29 path="sources/meta-qt5"/>
29 30
31 <project name="meta-mingw"
32 remote="qtyocto"
33 path="sources/meta-mingw"
34 revision="fido"/>
35
30 <project name="meta-fsl-arm" 36 <project name="meta-fsl-arm"
31 remote="yocto" 37 remote="yocto"
32 revision="fido" 38 revision="fido"