summaryrefslogtreecommitdiffstats
path: root/common/common_manifest.xml
blob: a5b53bd1cc93f5691916d9c0e50f668352097f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <!--Common parts of the manifest template for standard profile -->

  <remote name="git-enea"       fetch="git://git.enea.com/"/>
  <remote name="git-enea-local" fetch="git://git.enea.se/"/>
  
  <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"
      remote="git-enea-local"
      />
  
  <project
      name="linux/meta-el-standard"
      path="poky/meta-el-standard"
      remote="git-enea-local"
      />

  <project
      name="linux/meta-enea-bsp-common"
      path="poky/meta-enea-bsp-common"
      remote="git-enea-local"
      />
  
</manifest>