diff options
author | Stéphane Desneux <stephane.desneux@iot.bzh> | 2016-12-09 12:08:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-09 12:08:47 +0100 |
commit | c756c923b591d3fc17f21488d3669d1c9ec6b1a9 (patch) | |
tree | 6352b3d421b302a51305514677dfe86c930c5e6b /getting-started/source-code.md | |
parent | 5bdfc7472ef18aedac6cf4aca745b797650c1337 (diff) | |
parent | 127bbdbaa2deaf88778a1dd3796e6f95547873ad (diff) |
Merge pull request #20 from ronan22/master
add R-Car Starter Kit support
Diffstat (limited to 'getting-started/source-code.md')
-rw-r--r-- | getting-started/source-code.md | 5 |
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] |