summaryrefslogtreecommitdiffstats
path: root/docs/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2018-12-27Intel Builds: Updated with info about 'xattrs'Scott Rifenbark1-4/+25
I put information in about the Extended Attributes. These are handled when a user uses the scripts provided by AGL to copy the image to media. Not so if the user uses 'tar'. Information provided explaining that situation. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-12-27Extended Attributes: Re-write of xattrs informationScott Rifenbark1-28/+49
This section is about how to include xattrs when you create bootable media using 'tar'. For now, it remains in the "Troubleshooting" section. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-12-21Welcome: I added a new "Welcome" sectionScott Rifenbark1-0/+79
This is landing point content for what we currenly have as the "Getting Started". The content overviews AGL and provides some reader roadmap for the "Getting Started" items. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-12-21Docker Container Setup: Mods to give this an overviewScott Rifenbark1-1/+1
Modifications to structure the first item as "Overview" This gives some parallel structure to the "Getting Started" material. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-12-21Troubleshooting: Removed the mega-rust "bug" information.Scott Rifenbark1-0/+14
This content was dated. The issue is now fixed and the error should not be seen going forward. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-12-17Raspberry PI build: Integrated old debug stuff into main build.Scott Rifenbark4-57/+48
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-12-17Building for Raspberry PI: Added touchscreen configuration info.Scott Rifenbark1-2/+76
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-12-11Intel-footer.md: Removed.Scott Rifenbark1-90/+0
Information merged into the main building for Intel devices topic. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-12-11Intel Troubleshooting: Integrated info with Intel build processScott Rifenbark1-9/+190
I took the information from the "Troubleshooting" section for Intel devices and dispersed it within the section for building Intel devices. Much of the information was redundant and could easily fit all within the topic of Intel devices. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-12-11Preparing Host Image build: minor editsScott Rifenbark1-2/+3
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-12-04image-workflow-prep-host: Updated a link to the new container sect.Scott Rifenbark1-1/+1
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-12-04app-workflow-prep-app: Re-write on installing a stand-alone SDK.Scott Rifenbark1-8/+12
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-12-04app-workflow-build-app: Re-writes to reflect how to build an appScott Rifenbark1-20/+59
I added more general information about the build application process. Presented some various methods. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-12-04Containers: Rename of the MD file for Containers plus editsScott Rifenbark2-124/+278
I renamed the old SDK Quick Start file to be a "docker-container-setup.md" file. This is more appropriate for the content of this file. Edits included a complete re-write of the content to result in a procedure for installing Docker and setting up a container that has an installed SDK. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-11-29Customizing the AGL Image Build: Added sstate sectionScott Rifenbark1-0/+17
Added a new section on how to use an sstate mirror from AGL. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-11-26Raspberry PI: Re-wrote the section on Raspberry PI build process.Scott Rifenbark1-22/+132
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-11-26AGL Image Build: Provided links to R-Car and Raspberry PI sections.Scott Rifenbark1-2/+2
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-11-26R-Car Build: Fixed spacing problem for list.Scott Rifenbark1-0/+1
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-11-23renesas builds: Created new file to document building for renesasScott Rifenbark2-831/+292
Renamed this file "renesas.md" and completely went through the file. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-11-21Getting Started: Fixed a bunch of links to various sections.Scott Rifenbark6-24/+48
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-11-21R-Car Build: WIP of the steps to build for R-Car BoardsScott Rifenbark1-0/+720
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-11-20images: move image into footers to respect soft linksClément Bénier1-0/+0
Change-Id: I82b42181e89ba7291e93fa530546210ff70e62ca Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-11-16Building the AGL Image: Added link for "Emulation" Option:Scott Rifenbark1-4/+5
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-11-16Building for Emulation: Re-write for creating build to emulate.Scott Rifenbark1-66/+88
Removed the VMWare Player option as it is unstable and flakey. Re-write for general emulation as there are really two ways to use the image: 1) QEMU or 2) VirtualBox. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-11-16Image Workflow Graphic: Updated possible build file.Scott Rifenbark1-0/+0
Replaced "QEMU" file with more generic "Emulation" type. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-11-16intel.md: Minor corrections.Scott Rifenbark1-3/+4
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-11-13Getting Started Image WorkflowScott Rifenbark11-387/+706
Created new workflow to build out an AGL image. This commit goes through the Intel-specific build. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-10-29Application development workflow debug:Scott Rifenbark1-13/+12
Updated this content with general information on how to debug the application once it is part of the target (has been deployed). Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-10-29Deploy Application flow:Scott Rifenbark1-14/+47
Added general instructions on how to deploy an application to a target device. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-10-29Application Development Workflow Links:Scott Rifenbark3-11/+11
Converted existing links in the application development workflow MD files to use relative paths rather than hard-coded https:// paths. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-10-25Application Development Workflow Content filesScott Rifenbark10-0/+451
I have added new files for content for the "Application Development Workflow" section that is temporarily in the "Getting Started" section of the doc website. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-10-16Import from docs-agl/docsStephane Desneux12-0/+1734
Change-Id: Id524561d87410e5463cddd123b30eb63d75b62bd Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>