diff options
Diffstat (limited to 'ls1021aiot')
-rw-r--r-- | ls1021aiot/.README | 9 | ||||
-rw-r--r-- | ls1021aiot/manifest_template.xml | 15 |
2 files changed, 24 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 @@ | |||
1 | This file is a template used to produce the real README. Read that one instead | ||
2 | |||
3 | ________END_OF_HEADER________ | ||
4 | |||
5 | Bla bla bla ... | ||
6 | |||
7 | ________INSERT_BUILD_SEQUENCES_HERE________ | ||
8 | |||
9 | ________INSERT_BOOT_SEQUENCES_HERE________ | ||
diff --git a/ls1021aiot/manifest_template.xml b/ls1021aiot/manifest_template.xml new file mode 100644 index 0000000..fb3c8aa --- /dev/null +++ b/ls1021aiot/manifest_template.xml | |||
@@ -0,0 +1,15 @@ | |||
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-fsl-arm" path="poky/meta-fsl-arm"/> | ||
8 | |||
9 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"> | ||
10 | <linkfile src="../../.repo/manifests/ls1021aiot/README" dest="README"/> | ||
11 | </project> | ||
12 | |||
13 | <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm"/> | ||
14 | |||
15 | </manifest> | ||