Skip to content
Snippets Groups Projects
default.xml 3.2 KiB
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <!-- You can have as many remote repositories as you like -->
  <remote name="seco-ne"     alias="origin"   fetch="ssh://git@git.seco.com:4444/seco-ne/yocto"                                                          />
  <remote name="seco-ne-3rd" alias="origin"   fetch="ssh://git@git.seco.com:4444/seco-ne/3rd-party/yocto"                                                />
  <remote name="yocto"       alias="origin"   fetch="git://git.yoctoproject.org"     httplink="http://git.yoctoproject.org/cgit/cgit.cgi/PROJECT/commit" />
  <remote name="oe"          alias="origin"   fetch="git://git.openembedded.org"     httplink="https://github.com/openembedded/PROJECT/commit"           />
  <remote name="qt5"         alias="origin"   fetch="git://code.qt.io/yocto"         httplink="https://github.com/meta-qt5/PROJECT/commit"               />
  <remote name="qt5-github"  alias="origin"   fetch="https://github.com/meta-qt5"    httplink="https://github.com/meta-qt5/PROJECT/commit"               />
  <remote name="OSS"         alias="origin"   fetch="https://github.com/OSSystems"   httplink="https://github.com/OSSystems/PROJECT/commit"              />
  <remote name="fslc"        alias="origin"   fetch="https://github.com/Freescale"   httplink="https://github.com/Freescale/PROJECT/commit"              />
  <default sync-c="true" sync-s="true" sync-j="8" />
  <!-- List all the repositories you want to fetch -->
  <!-- "name": git repository's name on hosting server
       "remote": the remote host from above (if not the default)
       "revision": commit hash to checkout (if not the default)
       "path": directory where git repository gets cloned/synced -->
  <project name="poky"                        revision="52b59e884110b2d48ad83438eef1fed7a28f01cf"  remote="yocto"        path="sources/poky"                   />
  <project name="meta-openembedded"           revision="0722ff6f021df91542b5efa1ff5b5f6269f66add"  remote="oe"           path="sources/meta-openembedded"      />
  <project name="meta-python2"                revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8"  remote="oe"           path="sources/meta-python2"           />
  <project name="meta-qt5.git"                revision="10f3673fd4b6c6e1e61c23478802f83652475a5f"  remote="qt5-github"   path="sources/meta-qt5"               />
  <project name="meta-freescale.git"          revision="5a026be5a6b29a27a7754d7fa5d4765c99f98ed9"  remote="fslc"         path="sources/meta-freescale"         />
  <project name="meta-freescale-distro.git"   revision="5d882cdf079b3bde0bd9869ce3ca3db411acbf3b"  remote="fslc"         path="sources/meta-freescale-distro"  />
  <project name="layers/meta-guf-machine"     revision="f62ba64875834f09330e78b0015021e02fc70868"  remote="seco-ne"      path="sources/meta-guf-machine"       />
  <project name="layers/meta-guf-distro"      revision="47688be4ccc8accb7897d3b0484deb0ccd553283"  remote="seco-ne"      path="sources/meta-guf-distro"        />
  <project name="config"                      revision="cd7eb15242ec139298dce17a6bc59a3dbd40b7a7"  remote="seco-ne"      path=".conf"                           >
         <linkfile dest="setup-environment" src="setup-environment"/>
  </project>
</manifest>