From d61a097efcabc61c046f2ed41a2a14dbddda04f4 Mon Sep 17 00:00:00 2001 From: Thomas Lundström Date: Mon, 20 Jun 2016 09:19:40 +0200 Subject: Setup of master branch --- README.first | 23 +++++++++++++++++++++++ common/common_manifest.xml | 14 ++++++++++++++ ls1021aiot/.README | 9 +++++++++ ls1021aiot/manifest_template.xml | 15 +++++++++++++++ ls1021atwr/README | 0 ls1021atwr/default.xml | 29 ----------------------------- ls1021atwr/manifest_template.xml | 16 ---------------- p2041rdb/.README | 9 +++++++++ p2041rdb/README | 0 p2041rdb/default.xml | 29 ----------------------------- p2041rdb/manifest_template.xml | 17 ++++++++--------- qemuarm/.README | 9 +++++++++ qemuarm/README | 0 qemuarm/default.xml | 26 -------------------------- qemuarm/manifest_template.xml | 12 ++++-------- qemuppc/.README | 9 +++++++++ qemuppc/README | 0 qemuppc/default.xml | 26 -------------------------- qemuppc/manifest_template.xml | 12 ++++-------- qemux86/.README | 9 +++++++++ qemux86/README | 0 qemux86/default.xml | 26 -------------------------- qemux86/manifest_template.xml | 12 ++++-------- 23 files changed, 117 insertions(+), 185 deletions(-) create mode 100644 README.first create mode 100644 common/common_manifest.xml create mode 100644 ls1021aiot/.README create mode 100644 ls1021aiot/manifest_template.xml delete mode 100644 ls1021atwr/README delete mode 100644 ls1021atwr/default.xml delete mode 100644 ls1021atwr/manifest_template.xml create mode 100644 p2041rdb/.README delete mode 100644 p2041rdb/README delete mode 100644 p2041rdb/default.xml create mode 100644 qemuarm/.README delete mode 100644 qemuarm/README delete mode 100644 qemuarm/default.xml create mode 100644 qemuppc/.README delete mode 100644 qemuppc/README delete mode 100644 qemuppc/default.xml create mode 100644 qemux86/.README delete mode 100644 qemux86/README delete mode 100644 qemux86/default.xml diff --git a/README.first b/README.first new file mode 100644 index 0000000..e355396 --- /dev/null +++ b/README.first @@ -0,0 +1,23 @@ +This file contains the describing the manifest repo. The repo contains manifests +for one ot more targets located in separate directories. Each of these contain: + +README : A README file that will be made available for the + customer after repo sync. It contains build and boot + commands and other specific info. + Auto generated using .README and output from ELTF. + +.README : A template for generating the README file. Currently, + build and boot commands are provided by ELTF and they + are integrated into .README to generate README. This is + quite a mess, but the long term plan is to modify this + in a way that makes the template obsolete. + +manifest_template.xml : A template for default.xml. It contains a list of the + repos together with versions. The versions can be + specified using branches, tags, or hashes. + +default.xml : This a time-invariant snapshot of manifest_template.xml. + The difference is that all versions are specified as + hashes. + Auto-generated using manifest_template and data from + the remotes. diff --git a/common/common_manifest.xml b/common/common_manifest.xml new file mode 100644 index 0000000..d600dbc --- /dev/null +++ b/common/common_manifest.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/ls1021aiot/.README b/ls1021aiot/.README new file mode 100644 index 0000000..e3fdf1a --- /dev/null +++ b/ls1021aiot/.README @@ -0,0 +1,9 @@ +This file is a template used to produce the real README. Read that one instead + +________END_OF_HEADER________ + +Bla bla bla ... + +________INSERT_BUILD_SEQUENCES_HERE________ + +________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 @@ + + + + + + + + + + + + + + + diff --git a/ls1021atwr/README b/ls1021atwr/README deleted file mode 100644 index e69de29..0000000 diff --git a/ls1021atwr/default.xml b/ls1021atwr/default.xml deleted file mode 100644 index fbd618e..0000000 --- a/ls1021atwr/default.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ls1021atwr/manifest_template.xml b/ls1021atwr/manifest_template.xml deleted file mode 100644 index d6675ff..0000000 --- a/ls1021atwr/manifest_template.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/p2041rdb/.README b/p2041rdb/.README new file mode 100644 index 0000000..e3fdf1a --- /dev/null +++ b/p2041rdb/.README @@ -0,0 +1,9 @@ +This file is a template used to produce the real README. Read that one instead + +________END_OF_HEADER________ + +Bla bla bla ... + +________INSERT_BUILD_SEQUENCES_HERE________ + +________INSERT_BOOT_SEQUENCES_HERE________ diff --git a/p2041rdb/README b/p2041rdb/README deleted file mode 100644 index e69de29..0000000 diff --git a/p2041rdb/default.xml b/p2041rdb/default.xml deleted file mode 100644 index cd5291a..0000000 --- a/p2041rdb/default.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/p2041rdb/manifest_template.xml b/p2041rdb/manifest_template.xml index ec045e2..1a27712 100644 --- a/p2041rdb/manifest_template.xml +++ b/p2041rdb/manifest_template.xml @@ -1,16 +1,15 @@ + - - - + - - - + + + - - - + + + diff --git a/qemuarm/.README b/qemuarm/.README new file mode 100644 index 0000000..e3fdf1a --- /dev/null +++ b/qemuarm/.README @@ -0,0 +1,9 @@ +This file is a template used to produce the real README. Read that one instead + +________END_OF_HEADER________ + +Bla bla bla ... + +________INSERT_BUILD_SEQUENCES_HERE________ + +________INSERT_BOOT_SEQUENCES_HERE________ diff --git a/qemuarm/README b/qemuarm/README deleted file mode 100644 index e69de29..0000000 diff --git a/qemuarm/default.xml b/qemuarm/default.xml deleted file mode 100644 index c65661d..0000000 --- a/qemuarm/default.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qemuarm/manifest_template.xml b/qemuarm/manifest_template.xml index d1240a4..3ffaac2 100644 --- a/qemuarm/manifest_template.xml +++ b/qemuarm/manifest_template.xml @@ -1,15 +1,11 @@ + - - - + - - - + - - + diff --git a/qemuppc/.README b/qemuppc/.README new file mode 100644 index 0000000..e3fdf1a --- /dev/null +++ b/qemuppc/.README @@ -0,0 +1,9 @@ +This file is a template used to produce the real README. Read that one instead + +________END_OF_HEADER________ + +Bla bla bla ... + +________INSERT_BUILD_SEQUENCES_HERE________ + +________INSERT_BOOT_SEQUENCES_HERE________ diff --git a/qemuppc/README b/qemuppc/README deleted file mode 100644 index e69de29..0000000 diff --git a/qemuppc/default.xml b/qemuppc/default.xml deleted file mode 100644 index 9bf1472..0000000 --- a/qemuppc/default.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qemuppc/manifest_template.xml b/qemuppc/manifest_template.xml index 89808a8..31f580c 100644 --- a/qemuppc/manifest_template.xml +++ b/qemuppc/manifest_template.xml @@ -1,15 +1,11 @@ + - - - + - - - + - - + diff --git a/qemux86/.README b/qemux86/.README new file mode 100644 index 0000000..e3fdf1a --- /dev/null +++ b/qemux86/.README @@ -0,0 +1,9 @@ +This file is a template used to produce the real README. Read that one instead + +________END_OF_HEADER________ + +Bla bla bla ... + +________INSERT_BUILD_SEQUENCES_HERE________ + +________INSERT_BOOT_SEQUENCES_HERE________ diff --git a/qemux86/README b/qemux86/README deleted file mode 100644 index e69de29..0000000 diff --git a/qemux86/default.xml b/qemux86/default.xml deleted file mode 100644 index 223c7d4..0000000 --- a/qemux86/default.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qemux86/manifest_template.xml b/qemux86/manifest_template.xml index 5d4aa9f..fd5fe47 100644 --- a/qemux86/manifest_template.xml +++ b/qemux86/manifest_template.xml @@ -1,15 +1,11 @@ + - - - + - - - + - - + -- cgit v1.2.3-54-g00ecf