summaryrefslogtreecommitdiffstats
path: root/common/common_manifest.xml
blob: bf9010634ff2de6a33f921f460e07621e1fd7003 (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 standard profile -->

  <remote name="git-enea"       fetch="ssh://git@git.enea.com/"/>
  
  <default revision="krogoth" 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-standard"      path="poky/meta-el-standard"/>

</manifest>