summaryrefslogtreecommitdiffstats
path: root/getting-started/setup-sdk-environment.md
AgeCommit message (Collapse)AuthorFilesLines
2018-10-16Import from docs-agl/docsStephane Desneux1-124/+0
Change-Id: Id524561d87410e5463cddd123b30eb63d75b62bd Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-06-22Update getting started documentation:Ronan Le Martret1-1/+3
* Fix markdown lint warring. * Update AGL current version. * Update Renesas documentation. Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-06-01Fixed the docker setup documentationThierry Bultel1-4/+11
sudo is not mandatory for 'docker load' (provided that the user belongs to the docker group), and using the IMAGE_ID sha1 as 2nd argument of 'create_container' is more reliable (and just works !).
2018-04-30Update docker file name to docker_agl_worker-latestSebastien Douheret1-2/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-07-10Fix markdown lintRonan Le Martret1-7/+16
https://github.com/DavidAnson/markdownlint/blob/v0.5.0/doc/Rules.md MD012 - Multiple consecutive blank lines MD014 - Dollar signs used before commands without showing output MD022 - Headers should be surrounded by blank lines MD026 - Trailing punctuation in header MD029 - Ordered list item prefix MD031 - Fenced code blocks should be surrounded by blank lines MD032 - Lists should be surrounded by blank lines MD033 - Inline HTML MD034 - Bare URL used Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-03-21docs/getting-started: updated SDK setup quickguideStephane Desneux1-3/+3
The git repository which contains build scripts for AGL Docker container is now hosted in AGL Gerrit: https://git.automotivelinux.org/AGL/docker-worker-generator Change-Id: Ifa25e211579c0ee47b0d86414f9877a056e2f1dc Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-03-21Update link to SDK docker images to upstream AGL siteRomain Forlot1-3/+3
Change-Id: I9bd443f2bb763ea9802e4303b6a31112ea2975c4 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-02-20setup-sdk-environment: fix incomplete step 5Stéphane Desneux1-1/+7
Sourcing SDK environment is required for correct build.
2017-01-23Update setup SDK with latest values and latest docker imagesRomain Forlot1-1/+1
Change-Id: Idff7090b4f1038e39cb35979e2442ae6f6ec114b Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-01-23Update with latest values and latest docker imagesRomain Forlot1-2/+2
Change-Id: Idff7090b4f1038e39cb35979e2442ae6f6ec114b Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-12-20sdk: add a step for shared volume setupYannick Gicquel1-11/+28
Host shared volumes used by docker containers requires specifics permissions for the contained environment to create and modify files. This commit add a step to ensure docker users have permissions to access shared volumes. Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-12-12fix setup-sdk-environment markdownRonan1-36/+44
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-12-09getting-started: add SDK quick start guideStephane Desneux1-0/+75
Change-Id: I4a6d20d1abf63324f541933d3b78a8d781e3044e Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>