summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-04-08 18:51:22 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-04-08 18:51:35 +0200
commit037bb3d267688a0e1764462df089a7b8bd566b27 (patch)
tree77243bc6324d533cfeeb6b07c776f01fd7b72af3
parent09c5dda02d883605bced935c8c22e8edadfafb99 (diff)
Add manifest for chinook_3.0.3.xmlchinook_3.0.3chinook/3.0.33.0.3
This changeset adds the manifest for "Charming Chinook" release 3.0.3 . Check out with: repo init -b chinook -m chinook_3.0.3.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo Change-Id: I4a1fc31122fd4d3e673b91149c06c92fca2cbbd0 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--chinook_3.0.3.xml80
1 files changed, 80 insertions, 0 deletions
diff --git a/chinook_3.0.3.xml b/chinook_3.0.3.xml
new file mode 100644
index 00000000..7a6062fe
--- /dev/null
+++ b/chinook_3.0.3.xml
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+
+ <remote name="yocto"
+ fetch="git://git.yoctoproject.org/" />
+ <remote name="openembedded"
+ fetch="git://git.openembedded.org/" />
+
+ <!-- meta-rust --> <!-- freescale bsp --> <!-- meta-amb -->
+ <!-- meta-qt5 -->
+ <remote name="github" fetch="https://github.com/" />
+
+ <!-- 01.org (Intel) -->
+ <remote name="01org" fetch="https://github.com/01org/" />
+
+ <remote fetch="git://git.freescale.com/imx" name="fsl-release" />
+
+ <default revision="refs/tags/3.0.3"
+ remote="agl"
+ sync-j="4" />
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl"/>
+ <project name="AGL/meta-agl-extra" path="meta-agl-extra" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="poky" remote="yocto" revision="krogoth" />
+ <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="krogoth" />
+
+ <!-- Qt things --> <!-- meta-qt5 has qt5.7 in branch morty -->
+ <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="morty" />
+
+ <!-- Porter specific things. -->
+ <project name="AGL/meta-renesas" path="meta-renesas" />
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="CogentEmbedded/meta-rcar" path="meta-rcar" remote="github" revision="v2.12.0" />
+
+ <!-- MinnowBoard MAX specific things -->
+ <project name="meta-intel" path="meta-intel" remote="yocto" revision="krogoth" />
+
+ <!-- i.MX6 / e.g. wandboard specific things -->
+ <project name="meta-fsl-arm" path="meta-fsl-arm" remote="yocto" revision="krogoth" />
+ <project name="Freescale/meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="github" revision="krogoth" />
+ <!-- <project name="meta-fsl-bsp-release" path="meta-fsl-bsp-release" remote="fsl-release" revision="jethro_4.1.15-1.0.0_ga" /> To be enabled for sabre. Off due to clone time -->
+
+ <!-- ti vayu / jacinto 6 / DRA7 -->
+ <project name="meta-ti" path="meta-ti" remote="yocto" revision="krogoth" />
+
+ <!-- iotivity -->
+ <project name="meta-oic" path="meta-oic" remote="yocto" revision="0bdd959e0dee4f63098702c302d1d214ac3d808a" />
+
+ <!-- meta-amb -->
+ <project name="tripzero/meta-amb" path="meta-amb" remote="github" revision="master" />
+
+ <!-- meta-rust -->
+ <project name="meta-rust/meta-rust" path="meta-rust" remote="github" revision="d0663639a08ed60bb83fd6eb99e3e2045b21b53c" />
+
+ <!-- rpi 2 and 3 -->
+ <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="krogoth" />
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="meta-qcom" remote="yocto" revision="krogoth" />
+
+ <!-- Image Security Analysis FrameWork (isafw) -->
+ <!-- use morty branch for CC and DD - conflicting changes in master-->
+ <project name="meta-security-isafw" path="meta-security-isafw" remote="01org" revision="morty" />
+
+ <!-- IoT Security layer -->
+ <project name="meta-intel-iot-security" path="meta-intel-iot-security" remote="01org" revision="20bbb97f6d5400b126ae96ef446c3e60c7e16285" />
+
+</manifest>