From cd4739e1d25fcd2f37bbb687cc1427d488eb6ee5 Mon Sep 17 00:00:00 2001 From: Miruna Paun Date: Fri, 14 Apr 2017 17:58:15 +0200 Subject: First draft of Virt profile to master branch LXCR-7536 Updating to the CR that contains info about this new profile documentation as a whole. Signed-off-by: Miruna Paun --- .../doc/getting_enea_linux.xml | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 doc/book-enea-linux-release-info/doc/getting_enea_linux.xml (limited to 'doc/book-enea-linux-release-info/doc/getting_enea_linux.xml') diff --git a/doc/book-enea-linux-release-info/doc/getting_enea_linux.xml b/doc/book-enea-linux-release-info/doc/getting_enea_linux.xml new file mode 100644 index 0000000..055be15 --- /dev/null +++ b/doc/book-enea-linux-release-info/doc/getting_enea_linux.xml @@ -0,0 +1,84 @@ + + + + Getting Enea Linux + +
+ Getting Pre-built Binaries + + Application developers will download pre-complied images from the + Enea Portal or will receive prebuilt images from the platform developers. + For further information on this see Enea Linux Application + Development Guide. +
+ +
+ Getting the Source + + The source for this Enea Linux release is available for cloning from + a set of Git repositories. To manage the different repositories, Google's + repo tool is used. The basic idea is to store a list with (repo-URL, + version) tuples in a separate file, known as the manifest. The repo tool + is then used to traverse the list and clone the specified versions of the + repositories. See https://code.google.com/p/git-repo/ + for more info. + + To use repo tool to download the source for Enea Linux, follow the + steps below: + + + + Make sure that the repo tool is installed. If not, follow the + instructions below. The instruction assumes a suitable place in your + PATH to use. You might change that.INFO: Below is include of + ID "eltf-getting-repo-install-command" from + eltf_params_updated.xml + + + + + + Use the repo tool to download the source: Please define MACHINE + to your target, uncomment and use one of the MACHINE lines listed + here,Below is the "machine_list" programlisting in + machine_list_generated.xml created by the make system by extracting + from the manifest + + + + and use the repo command below: Below is include of ID + "eltf-repo-cloning-enea-linux" from eltf_params_updated.xml. Here the + $MACHINE shall be given! + + + + + + The source code is now downloaded. Current directory will contain a + README file with instructions on how to build the distro and boot the + target. For convenience, these instructions are also copied into this + document. See . + + It is not necessary to explicitly clone the manifest repository + since that is done automatically by the repo tool. To see the current + manifest, e.g. to get a list of the repositories, use the following + command: + + $ repo manifest + + The UG should be updated with instructions on how to add + customisations. That section should also contain some more info about the + manifest: The manifest templates, using a branch instead of the tag EL6, + ... When this is done a reference from here should be added. +
+
\ No newline at end of file -- cgit v1.2.3-54-g00ecf