summaryrefslogtreecommitdiffstats
path: root/common/common_manifest.xml
blob: ec022525acc9779620f4d4bacc1bf70a7b6db037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <!--Common parts of the manifest template for RT profile -->

  <remote name="git-enea"       fetch="ssh://git@git.enea.com/"/>
  
  <default revision="sumo" remote="git-enea"/>
  
  <project name="linux/poky"                  path="poky"/>
  <project name="linux/meta-openembedded"     path="poky/meta-openembedded"/>
  <project name="linux/meta-el-common"        path="poky/meta-el-common"/>
  <project name="linux/meta-el-rt"            path="poky/meta-el-rt"/>

</manifest>