summaryrefslogtreecommitdiffstats
path: root/docs/0_Getting_Started/2_Developing_an_AGL_Image/0_Overview.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/0_Getting_Started/2_Developing_an_AGL_Image/0_Overview.md')
-rw-r--r--docs/0_Getting_Started/2_Developing_an_AGL_Image/0_Overview.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/0_Getting_Started/2_Developing_an_AGL_Image/0_Overview.md b/docs/0_Getting_Started/2_Developing_an_AGL_Image/0_Overview.md
new file mode 100644
index 0000000..745cec1
--- /dev/null
+++ b/docs/0_Getting_Started/2_Developing_an_AGL_Image/0_Overview.md
@@ -0,0 +1,40 @@
+---
+edit_link: ''
+title: Overview
+origin_url: >-
+ https://raw.githubusercontent.com/automotive-grade-linux/docs-sources/master/docs/getting-started/image-workflow-intro.md
+---
+
+<!-- WARNING: This file is generated by fetch_docs.js using /home/boron/Documents/AGL/docs-webtemplate/site/_data/tocs/getting_started/master/image-development-workflow-getting-started-book.yml -->
+
+# Overview #
+
+The AGL image development workflow consists of setting up
+the system (i.e. the build host) that builds the image and finishes with
+using the
+[Yocto Project](https://yoctoproject.org) to create an image
+targeted towards specific hardware.
+
+The following figure and list overview the AGL image development
+process.
+You can learn about the steps in the process by reading through the
+remaining sections.
+
+**NOTE:** This procedure uses information from many other procedures
+in the AGL Documentation set.
+Links are provided when a set of steps is required that is documented
+elsewhere.
+
+![](images/image-developer-workflow.png){:: style="margin:auto; display:flex"}
+
+1. Prepare your build host to be able to use the tools needed to build your image.
+
+2. Download the AGL software into a local Git repository on your build host.
+
+3. Run the build environment script to initialize variables and paths needed for the build.
+
+4. Make sure your build configuration is defined exactly how you want it for your build.
+
+5. Use
+ [BitBake](https://yoctoproject.org/docs/2.4.4/bitbake-user-manual/bitbake-user-manual.html)
+ to build your image.