summaryrefslogtreecommitdiffstats
path: root/scripts/manifest.xml
diff options
context:
space:
mode:
authorTeemu Holappa <teemu.holappa@theqtcompany.com>2015-10-23 13:37:47 +0300
committerTeemu Holappa <teemu.holappa@theqtcompany.com>2015-11-02 14:49:53 +0000
commita2f8538312a7a213950685d9560105c7503df6cc (patch)
tree4e2b25c18310174580391b2a0a32e0a732349363 /scripts/manifest.xml
parentab25a352a48a3d3849c2ca62bda2f7ccb65207a3 (diff)
downloadmeta-boot2qt-a2f8538312a7a213950685d9560105c7503df6cc.tar.gz
Added support for DC3217IYE (nuc) device.
Removed imx6 specific wayland configurations from packagegroup-b2qt-embedded-toolchain-target.bb to imx6.inc. Change-Id: I2b700b21bbf23fbaf59dcb8558b0b96b11bb81ec Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'scripts/manifest.xml')
-rw-r--r--scripts/manifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml
index 8471c30..5f0c16c 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="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="06c6b09e0776507e1230aa98b5ca10d9d3968286" 60 revision="06c6b09e0776507e1230aa98b5ca10d9d3968286"
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="ead0a5c115e632015d8358f4f304ec8908732f5f"
66 path="sources/meta-intel"
67 groups="notdefault,nuc"/>
62 68
63</manifest> 69</manifest>
64 70