summaryrefslogtreecommitdiffstats
path: root/ls1021aiot/manifest_template.xml
blob: f532107eeee9ccd3f36d490238c115494ad758ad (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 LS1021A-IOT -->
  
  <include name="common/common_manifest.xml"/>
  
  <project name="linux/meta-fsl-arm"          path="poky/meta-fsl-arm"/>

  <project
      name="linux/meta-enea-bsp-common" 
      path="poky/meta-enea-bsp-common"
      remote="git-enea-local"
      >
    <linkfile src="../../.repo/manifests/ls1021aiot/README" dest="README"/>
  </project>
  
  <project
      name="linux/meta-enea-bsp-arm"
      path="poky/meta-enea-bsp-arm"
      remote="git-enea-local"
      />
  
</manifest>