From 2d8585e93fb4885a2e40c5dcac2e4484fa99ad7a Mon Sep 17 00:00:00 2001 From: Thomas Lundström Date: Wed, 13 Apr 2016 10:00:11 +0200 Subject: Added templates for the README files --- qemuppc/.README | 9 +++++++++ qemuppc/README.first | 27 +++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 qemuppc/.README create mode 100644 qemuppc/README.first (limited to 'qemuppc') 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.first b/qemuppc/README.first new file mode 100644 index 0000000..6d08887 --- /dev/null +++ b/qemuppc/README.first @@ -0,0 +1,27 @@ +This file contains the describing the manifest repo. Not to be confused with the +file README. + +The manifest repo contains: + +README.first : This file + +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. -- cgit v1.2.3-54-g00ecf