summaryrefslogtreecommitdiff
path: root/base/integration.xml
blob: e9fc081a39dcd2d484c00002504a4ed354ac145a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <remote alias="repo" fetch="https://github.com/openembedded" name="oe"/>
  <remote alias="repo" fetch="https://git.yoctoproject.org/git" name="yocto"/>

  <default sync-j="4"/>

  <project name="bitbake.git" path="layers/openembedded-core/bitbake" remote="oe" revision="2.8"/>
  <project name="meta-openembedded.git" path="layers/meta-openembedded" remote="oe" revision="scarthgap"/>
  <project name="meta-yocto" path="layers/meta-yocto" remote="yocto" revision="scarthgap"/>
  <project name="openembedded-core.git" path="layers/openembedded-core" remote="oe" revision="scarthgap"/>
</manifest>