summaryrefslogtreecommitdiffstats
path: root/p2041rdb/manifest_template.xml
blob: 09dad55629df69a5613939356ded88ca49f1ac36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <!--Manifest template for P2041RDB -->
  
  <include name="common/common_manifest.xml"/>
  
  <project name="linux/meta-fsl-ppc"          path="poky/meta-fsl-ppc"/>

  <project
      name="linux/meta-enea-base-ppc"
      path="poky/meta-enea-base-ppc"
      remote="git-enea-local"
      >
    <linkfile src="../../.repo/manifests/p2041rdb/README" dest="README"/>
  </project>
  
  <project
      name="linux/meta-enea-bsp-ppc"
      path="poky/meta-enea-bsp-ppc"
      remote="git-enea-local"
      />

</manifest>