summaryrefslogtreecommitdiffstats
path: root/zeus.xml
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-11-06 14:50:41 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2019-11-08 12:30:08 +0000
commite68ca3895c321095c021aa29a32662e3e7e67130 (patch)
treeb365ef52d95ff8d3ee48db36b31ff99a2fb19a73 /zeus.xml
parent0a174e54b79d002efb8265c339e2f57bb74a166e (diff)
Add manifest for yocto 3.0 zeus
Change-Id: I1721f78079d605db991241d9c893d0dc39d1ac9f Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'zeus.xml')
-rw-r--r--zeus.xml96
1 files changed, 96 insertions, 0 deletions
diff --git a/zeus.xml b/zeus.xml
new file mode 100644
index 0000000..7feb5c1
--- /dev/null
+++ b/zeus.xml
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <!-- Yocto -->
+ <remote name="yocto"
+ fetch="git://git.yoctoproject.org"/>
+ <project name="poky"
+ remote="yocto"
+ revision="94f6b31befda5c496f65e863a6f8152b42d7ebf0"
+ path="sources/poky"/>
+ <project name="meta-mingw"
+ remote="yocto"
+ revision="756963cc28ebc163df7d7f4b4ee004c18d3d3260"
+ path="sources/meta-mingw"/>
+
+ <!-- OpenEmbedded -->
+ <remote name="oe"
+ fetch="git://git.openembedded.org"/>
+ <remote name="oe-mirror"
+ fetch="git://github.com/openembedded"/>
+ <project name="meta-openembedded"
+ remote="oe-mirror"
+ revision="1bfaa2e63a184e21a2db5c286444828d5948a8b4"
+ path="sources/meta-openembedded"/>
+
+ <!-- Qt -->
+ <remote name="qt"
+ fetch="git://code.qt.io/yocto"
+ pushurl="ssh://codereview.qt-project.org/yocto"/>
+ <remote name="gerrit"
+ fetch="ssh://codereview.qt-project.org/yocto"/>
+ <project name="meta-boot2qt"
+ remote="qt"
+ revision="zeus"
+ path="sources/meta-boot2qt">
+ <linkfile dest="setup-environment.sh" src="scripts/setup-environment.sh"/>
+ <linkfile dest="sources/templates" src="meta-boot2qt-distro/conf"/>
+ </project>
+ <project name="meta-qt5"
+ remote="qt"
+ revision="5.15"
+ path="sources/meta-qt5"/>
+
+ <!-- NXP -->
+ <remote name="freescale"
+ fetch="git://github.com/Freescale"/>
+ <project name="meta-freescale"
+ remote="freescale"
+ revision="218e7c48e6d7b95f61a9991c0d3c3bf4b38a34c4"
+ path="sources/meta-freescale"/>
+ <project name="meta-freescale-3rdparty"
+ remote="freescale"
+ revision="aea3771baa77e74762358ceb673d407e36637e5f"
+ path="sources/meta-freescale-3rdparty"/>
+
+ <!-- Raspberry Pi -->
+ <project name="meta-raspberrypi"
+ remote="yocto"
+ revision="cee2557dc872ddaf721e6badb981c7772503f8ea"
+ path="sources/meta-raspberrypi"/>
+
+ <!-- Intel -->
+ <remote name="intel"
+ fetch="git://git.yoctoproject.org"/>
+ <project name="meta-intel"
+ remote="intel"
+ revision="eacd8eb9f762c90cec2825736e8c4d483966c4d4"
+ path="sources/meta-intel"/>
+
+ <!-- NVIDIA -->
+ <remote name="madisongh"
+ fetch="git://github.com/madisongh"/>
+ <project name="meta-tegra"
+ remote="madisongh"
+ revision="ef2fb97203639b40d48ee2f6f70cfab7fbb56810"
+ path="sources/meta-tegra"/>
+
+ <!-- Toradex -->
+ <remote name="toradex"
+ fetch="git://git.toradex.com"/>
+ <project name="meta-toradex-bsp-common"
+ remote="toradex"
+ revision="5af9cec247f0cb570b00245dd87f56fe84bc5cf5"
+ path="sources/meta-toradex-bsp-common"/>
+ <project name="meta-toradex-nxp"
+ remote="toradex"
+ revision="13b800c3eebf96640bdd7e6fc781ba71ebf68f3d"
+ path="sources/meta-toradex-nxp"/>
+
+ <!-- BoundaryDevices -->
+ <remote name="boundary"
+ fetch="git://github.com/boundarydevices"/>
+ <project name="meta-boundary"
+ remote="boundary"
+ revision="d1a51cff1d295f60aa84be99adafb6fbab26e6d6"
+ path="sources/meta-boundary"/>
+</manifest>