summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added support for pdf download in eclipseIoana Scurt2017-11-241-0/+7
| | | | Signed-off-by: Ioana Scurt <iosc@sestofb10.enea.se>
* Changed the path for olinkDBIoana Scurt2017-08-091-1/+1
| | | | Signed-off-by: Ioana Scurt <iosc@sestofb10.enea.se>
* Updating init and makefile with el_releases-commonMiruna Paun2017-03-311-1/+1
| | | | | | LXCR-7634 final updates to el_rel standard Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
* Use new eltf_params_updates.xml for later ELTF autoupdateLennart Johansson2017-03-281-75/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | LXCR-7377 Change to allow ELTF to autoupdate all parameters in the release info and the open-source books. All parameters, including also multiline commands and complete tables of all target machine parameters are stored in one file eltf_params_updates.xml Prepared for auto-updating by ELTF by using a template elft_params_template.xml with ELTF_* variables from which a new eltf_params_updates.xml can be created and pushed (if changed) This includes the -b option to the repo command, which is the branch or tag of the MANIFEST. This is what the user uses to get the source. In a final distribution this tag shall be same as the tag given in manifest_conf.mk Left is manifest_conf.mk but MANIFESTHASH can be overridden by an env.variable when building. MANIFESTHASH still defines which MANIFEST to clone when building the doc to get a list of valid MACHINE names and to get the valid build/boot commands from the MANIFEST. Left is also pardoc-distro.xml with three version variables used by gen_known_issues.py and gen_pkgdiff.py Signed-off-by: Lennart Johansson <lennart.johansson@enea.com>
* Autogenerate list of manifest files for repo cmdLennart Johansson2016-10-241-2/+16
| | | | | | | | | From the manifest, autocreate an XML file with a list of the manifest files which can be used in the repo command, and including this XML file in the release info. Signed-off-by: Lennart Johansson <lennart.johansson@enea.com>
* Extract list of targets from manifest, instead of hardcodedLennart Johansson2016-10-201-25/+57
| | | | | | | | | This list was hardcoded in Makefile before. Do this by cloning the manifest repo to see the targets. Support both ref/tags/<tag> and hashvalue i.e. same as the repo command supports. Signed-off-by: Lennart Johansson <lennart.johansson@enea.com>
* Change MANIFESTHASH to be dynamic by using ?=Lennart Johansson2016-09-051-4/+5
| | | | | | | | | | | | This modification in manifest_conf.mk will allow optionally setting the MANIFESTHASH dynamically, e.g. for a non-finished Release Candidate, without hacking in the files in git. A non-default value must be set when init in make fetches the source via repo using the manifest. The value is seen in the release info repo command line (-b) to download source via the manifest and is typically a tag, e.g. refs/tags/EL7_RC1 Signed-off-by: Lennart Johansson <lennart.johansson@enea.com>
* Move distro parameters out to manifest_conf.mkLennart Johansson2016-06-201-8/+4
|
* First commit for el6 standardLennart Johansson2016-06-201-0/+325