summaryrefslogtreecommitdiffstats
path: root/getting-started/source-code.md
diff options
context:
space:
mode:
authorronan <ronan@iot.bzh>2016-12-02 17:13:31 +0000
committerRonan <ronan.lemartret@iot.bzh>2016-12-07 16:49:29 +0100
commit6f8804a45b92c02077af5657939f83d2ce7d9c6a (patch)
tree651a97b3be63bcb63c2594ae7d2bb19f2aa217c5 /getting-started/source-code.md
parentefcda3275bc2dce6d968f202999a58211b36a1eb (diff)
Update source-code.md
Diffstat (limited to 'getting-started/source-code.md')
-rw-r--r--getting-started/source-code.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/getting-started/source-code.md b/getting-started/source-code.md
index 0db04e5..39610e1 100644
--- a/getting-started/source-code.md
+++ b/getting-started/source-code.md
@@ -1,3 +1,5 @@
+
+
# Introduction: Building target AGL image with Yocto project
The standard Yocto process is made of the following steps:
* Setting up your operating system.
@@ -12,7 +14,6 @@ The standard Yocto process is made of the following steps:
For convenience, the resulting development images are made available [Here][AGL snapshots master latest]
-
If you want to bypass the build phase and quick boot the board, you can download the image tarball and the kernel then follow the installation procedure.
## Setting up your operating system
@@ -21,7 +22,7 @@ The very first step is to ensure that your system can run the build system of th
**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.0, Yocto Project 2.0, known as jethro, has been selected for the BSP and build system.
+For AGL 2.1, Yocto Project 2.1, known as krogoth, has been selected for the BSP and build system.
This will change in the future but as of today [jul-2016] it is currently strongly recommended to use 2.0.
Reference data for configuring your system can be found in the Yocto documentation [Here][yocto ref Manual]