summaryrefslogtreecommitdiffstats
path: root/p2041rdb/manifest_template.xml
blob: 876837bcbf9cdd6af698bb5a55b42bfbfdd47a94 (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-bsp-common" 
      path="poky/meta-enea-bsp-common"
      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>