summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* INTCR-0 added the preface chapter to the User's GuideMiruna Paun2017-12-152-0/+11
|
* LXCR-8176 created the skeleton in EL-standard for the new user's guideMiruna Paun2017-12-1510-0/+922
|
* Added support for pdf download in eclipseIoana Scurt2017-11-241-0/+7
| | | | Signed-off-by: Ioana Scurt <iosc@sestofb10.enea.se>
* Removed the App and Plat Dev Guide OlinksMiruna Paun2017-09-081-22/+16
| | | | | | USERDOCAP-235 Updated old eclipse open source and o.p olinks Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
* Added standard at the end of the plugin namingIoana Scurt2017-09-053-4/+4
| | | | Signed-off-by: Ioana Scurt <iosc@sestofb10.enea.se>
* Changed the path for olinkDBIoana Scurt2017-08-094-2/+5
| | | | Signed-off-by: Ioana Scurt <iosc@sestofb10.enea.se>
* Adding the profile to each book IDMiruna Paun2017-08-023-3/+3
| | | | | | USERDOCAP-223 Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
* Updated section 3.2.2 Get Sources command stepsMiruna Paun2017-06-282-8/+8
| | | | | | LXCR-7633 Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
* Updates relevant to the manifest repo move to git.enea.comMiruna Paun2017-06-074-4/+4
| | | | | | INTCR-0 Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
* Updated getting EL and build boot chsMiruna Paun2017-05-052-63/+182
| | | | | | LXCR-7635 Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
* Updated script and fixed typoMiruna Paun2017-04-071-1/+1
| | | | | | LXCR-7377 changes continue for el6 net profle Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
* Updated script and fixed typoMiruna Paun2017-04-032-1/+13
| | | | | | LXCR-7377 changes continue for el6 net profle Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
* Updating init and makefile with el_releases-commonMiruna Paun2017-03-313-9/+11
| | | | | | LXCR-7634 final updates to el_rel standard Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
* Small corrections made to formattingMiruna Paun2017-03-292-47/+73
| | | | | | 2 files affected sys req and prereq Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
* Update prerequisities with sys req inclusionMiruna Paun2017-03-282-1/+140
| | | | | | | LXCR-7634 LXCR 7377 Also updated the book with reference to eltf updated parameters. Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
* Merge branch 'master' of git.enea.se:linux/el_releases-standardLennart Johansson2017-03-281-2/+12
|\
| * Updated the prerequisites chapter with required git info.Miruna Paun2017-03-091-2/+12
| | | | | | | | | | | | LXCR-7632 bug fix for missing info. Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
* | Use new eltf_params_updates.xml for later ELTF autoupdateLennart Johansson2017-03-2820-1385/+1113
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* updated PATH environment variable to work with ~/bin for repo binaryAndrei Gheorghiu2016-12-051-1/+1
|
* added -y param to apt-get, so all prompts are accepted by default - needed ↵Andrei Gheorghiu2016-12-051-2/+2
| | | | for automatic tests
* changed repo install pathAndrei Gheorghiu2016-11-231-4/+4
|
* updated Ubuntu 14.04 minor versionAndrei Gheorghiu2016-11-231-2/+2
|
* move README cmd file outside of book foldersAdrian Calianu2016-11-141-0/+0
| | | | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* release_info: Store commands into a text fileAdrian Calianu2016-10-281-0/+21
| | | | | | | | | | | | | This README file should be generated by build or updated manually. The idea is to store the commands required to prepare the build setup on the host. This file can be used by build documentation tools and to run automatic ditribution tests, so we will have all commands from manual tested/verified. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* Minor text upd and change prompt in sudo cmdLennart Johansson2016-10-282-4/+3
| | | | Signed-off-by: Lennart Johansson <lennart.johansson@enea.com>
* Autogenerate list of manifest files for repo cmdLennart Johansson2016-10-242-59/+35
| | | | | | | | | 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-202-41/+71
| | | | | | | | | 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 to master branch in docbuild.gitMiruna Paun2016-10-171-1/+1
| | | | | | | Change the branch in init.mk from master-enea to master. master and master-enea in docbuild are identical. Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
* Change MANIFESTHASH to be dynamic by using ?=Lennart Johansson2016-09-052-5/+6
| | | | | | | | | | | | 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>
* Add new licenses.xml file and additional xmlsEL6Catalina Focsa2016-07-084-10444/+4952
| | | | Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
* Add special character escapeCatalina Focsa2016-07-071-1/+1
| | | | Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
* Add missing license info for cantarell & gnu-configCatalina Focsa2016-07-071-2/+101
| | | | Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
* Update MANIFESTHASH to refs/tags/EL6Martin Borg2016-07-071-1/+1
| | | | | Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* FW: [LXCR-6913][PATCH 1/1] release-info: update "About This Release" sectionMartin Borg2016-07-071-57/+17
| | | | | | | | | | | | | | | -----Original Message----- From: Martin Borg [mailto:martin.borg@enea.com] Sent: den 4 juli 2016 15:29 To: Nora Björklund <Nora.Bjorklund@enea.com> Cc: EneaLinux <linux@list.enea.se>; ISSUES @ ENEA <issues@enea.com>; Martin Borg <martin.borg@enea.com> Subject: [LXCR-6913][PATCH 1/1] release-info: update "About This Release" section - bring back (updated) supported drivers table - update list of documentation provided in the release Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
* licenses.xml: add PD licensesNora Björklund2016-07-071-5/+633
| | | | | | | | Add the PD licenses similarly how they were added in 5.0. However, add only texts including PD statements, and set the file name as heading. Signed-off-by: Nora Björklund <nora.bjorklund@enea.com> Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
* release-info: update "Prerequisites" sectionMartin Borg2016-07-041-23/+1
| | | | | Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Nora Björklund <nora.bjorklund@enea.com>
* release-info: add jiraissues_override.xml for EL6Martin Borg2016-07-041-0/+72
| | | | | Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Nora Björklund <nora.bjorklund@enea.com>
* gen_known_issues.py: fix path of override fileMartin Borg2016-07-041-1/+1
| | | | | Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Nora Björklund <nora.bjorklund@enea.com>
* release-info: updates, fix review commentsMartin Borg2016-07-043-39/+24
| | | | | Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Nora Björklund <nora.bjorklund@enea.com>
* licenses.xml: add commit hashesNora Björklund2016-07-011-5/+5
| | | | | | | | Replace the version number when it is 'git' with the SRCREV of the recipe. Signed-off-by: Nora Björklund <nora.bjorklund@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* release-info: Remove (hide) irrelevant sectionsMartin Borg2016-06-303-11/+11
| | | | | | | | Remove old info about bugs/limitations as well as some other irrelevant sections. Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Nora Björklund <nora.bjorklund@enea.com>
* licenses.xml: add license information for RC3Nora Björklund2016-06-291-1598/+793
| | | | | | | Add license information for release candidate 3. Signed-off-by: Nora Björklund <nora.bjorklund@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Temporarily removed sectio 'Other Provided Functionality' in release infoThomas Lundström2016-06-231-1/+1
|
* Correct about_release wrong ref to docsrc_commonLennart Johansson2016-06-231-1/+1
|
* Added override mechanism in gen_known_issues.pyThomas Lundström2016-06-231-0/+31
|
* Relinfo Add missing link to RT guideLennart Johansson2016-06-221-0/+7
| | | | Signed-off-by: Lennart Johansson <lennart.johansson@enea.com>
* Corrected link in release infoThomas Lundström2016-06-201-7/+7
|
* Restored accidentlÃy modified contentsThomas Lundström2016-06-201-34/+56
|
* Updated release infoThomas Lundström2016-06-203-70/+37
|
* Minor layout things in build-boot chapterLennart Johansson2016-06-202-5/+5
|