summaryrefslogtreecommitdiffstats
path: root/ls1021aiot
diff options
context:
space:
mode:
authorThomas Lundström <thomas.lundstrom@enea.com>2016-04-28 10:56:25 +0200
committerThomas Lundström <thomas.lundstrom@enea.com>2016-04-28 10:56:25 +0200
commite81601c6a8a655d96bd8fb14e6bd9e5c7b3e254a (patch)
tree01d768415058f3db4c7fdd4489410d1bf452d5f5 /ls1021aiot
parent1ba46bd73aecc85ae0b92578f9736fa888084aa0 (diff)
downloadel_manifests-standard-e81601c6a8a655d96bd8fb14e6bd9e5c7b3e254a.tar.gz
Renamed ls1021atwr to ls1021aiot
Diffstat (limited to 'ls1021aiot')
-rw-r--r--ls1021aiot/.README9
-rw-r--r--ls1021aiot/README0
-rw-r--r--ls1021aiot/default.xml17
-rw-r--r--ls1021aiot/manifest_template.xml12
4 files changed, 38 insertions, 0 deletions
diff --git a/ls1021aiot/.README b/ls1021aiot/.README
new file mode 100644
index 0000000..e3fdf1a
--- /dev/null
+++ b/ls1021aiot/.README
@@ -0,0 +1,9 @@
1This file is a template used to produce the real README. Read that one instead
2
3________END_OF_HEADER________
4
5Bla bla bla ...
6
7________INSERT_BUILD_SEQUENCES_HERE________
8
9________INSERT_BOOT_SEQUENCES_HERE________
diff --git a/ls1021aiot/README b/ls1021aiot/README
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ls1021aiot/README
diff --git a/ls1021aiot/default.xml b/ls1021aiot/default.xml
new file mode 100644
index 0000000..9f4e1f5
--- /dev/null
+++ b/ls1021aiot/default.xml
@@ -0,0 +1,17 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote fetch="git://git.enea.se/" name="git-enea"/>
4
5 <default remote="git-enea" revision="krogoth"/>
6
7 <project name="linux/meta-el-common" path="poky/meta-el-common" revision="53020598b698940f9769777b05d933747868ecd7" upstream="krogoth"/>
8 <project name="linux/meta-el-standard" path="poky/meta-el-standard" revision="424ce107ffcacbd664829b7af8036e5df466c774" upstream="krogoth"/>
9 <project name="linux/meta-enea-base-arm" path="poky/meta-enea-base-arm" revision="8bb6db3cf9c4bbce4866e2d0980b7430f0947bf3" upstream="krogoth">
10 <linkfile dest="README" src="../../.repo/manifests/ls1021aiot/README"/>
11 </project>
12 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm" revision="4b239ff410e7ed3ce9b6c7b85c9b1851555adba1" upstream="krogoth"/>
13 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="03245b8c3b487a7b0ce8af36d363727254b23b3d" upstream="krogoth"/>
14 <project name="linux/meta-fsl-arm" path="poky/meta-fsl-arm" revision="496efede0a6694591beb8f4db4fb997f51fc81f2" upstream="krogoth"/>
15 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="abd1795729501a13608da67054b9cbf185404be3" upstream="krogoth"/>
16 <project name="linux/poky" path="poky" revision="6c1c01392d91f512e2949ad1d57a75a8077478ba" upstream="krogoth"/>
17</manifest>
diff --git a/ls1021aiot/manifest_template.xml b/ls1021aiot/manifest_template.xml
new file mode 100644
index 0000000..84058bc
--- /dev/null
+++ b/ls1021aiot/manifest_template.xml
@@ -0,0 +1,12 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!--Manifest template for LS1021A-IOT -->
4
5 <include name="common/common_manifest.xml"/>
6
7 <project name="linux/meta-enea-base-arm" path="poky/meta-enea-base-arm">
8 <linkfile src="../../.repo/manifests/ls1021aiot/README" dest="README"/>
9 </project>
10 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm"/>
11 <project name="linux/meta-fsl-arm" path="poky/meta-fsl-arm"/>
12</manifest>