summaryrefslogtreecommitdiffstats
path: root/getting-started/source-code.md
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2017-03-06 11:24:07 +0200
committerLeon Anavi <leon.anavi@konsulko.com>2017-03-06 11:24:07 +0200
commit2daf41e5fc8e2971215ccdaa49efdc7ecdc0b930 (patch)
tree875aa194109c8c6aea118b1730d9d8a45ba9e5bb /getting-started/source-code.md
parent9e314198e85becc8fd11bdfdb784a79081851469 (diff)
docs/getting-started: Fix format
Fix format to ensure that pandoc will generate successfully HTML, PDF and docuwiki documents. The docuwiki output has been used to update the articles in the AGL wiki. Bug-AGL: SPEC-461 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'getting-started/source-code.md')
-rw-r--r--getting-started/source-code.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/getting-started/source-code.md b/getting-started/source-code.md
index 0e878d3..45899cc 100644
--- a/getting-started/source-code.md
+++ b/getting-started/source-code.md
@@ -1,7 +1,9 @@
# Introduction: Building target AGL image with Yocto project
+
The standard Yocto process is made of the following steps:
+
* Setting up your operating system.
* Setting up the build environment for R-Car BSP.
* Downloading the proprietary drivers and installing them in the build environment (if needed).
@@ -20,6 +22,7 @@ If you want to bypass the build phase and quick boot the board, you can download
The very first step is to ensure that your system can run the build system of the Yocto Project.
**Important**: it only runs on Linux
+
* if your system is Windows© or iOS© you should use a virtualization solution (Virtualbox, VMWare ...) to run a Linux VM on your system.
For AGL 2.1, Yocto Project 2.1, known as krogoth, has been selected for the BSP and build system.
@@ -29,6 +32,7 @@ Reference data for configuring your system can be found in the Yocto documentati
Here after an extract of this documentation for most common Linux distributions:
+
* The build system should be able to run on any modern distributions that has the following versions for:
* Python
* Git 1.7.8 or greater