summaryrefslogtreecommitdiffstats
path: root/docs/01_Getting_Started/02_Building_AGL_Image/01_Build_Process_Overview.md
diff options
context:
space:
mode:
authorVinod Ahuja <vahuja@unomaha.edu>2022-11-19 13:59:20 -0600
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-11-21 11:21:04 +0000
commit120a2677992ea299eea5fb5cb0ed1081f76bb92c (patch)
treef9cc1835cc14536f0397d3cfbbae744695d42bf1 /docs/01_Getting_Started/02_Building_AGL_Image/01_Build_Process_Overview.md
parent33727f4e9619f9da65fdfc608a10a92887c7257c (diff)
Updating documentation: 1. Renamed all the files and folder following 01-99 index numbering 2. Matched title name and file name 3. Inserted title in the files where ever missing 4. Updated all the reference links in the documentation Bug-AGL: [SPEC-4470] Signed-off-by: Vinod Ahuja <vahuja@unomaha.edu> Change-Id: Ib73e1f91107646e11b5b19ab6ead4080add506e4 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28170 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/01_Getting_Started/02_Building_AGL_Image/01_Build_Process_Overview.md')
-rw-r--r--docs/01_Getting_Started/02_Building_AGL_Image/01_Build_Process_Overview.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/01_Getting_Started/02_Building_AGL_Image/01_Build_Process_Overview.md b/docs/01_Getting_Started/02_Building_AGL_Image/01_Build_Process_Overview.md
new file mode 100644
index 0000000..f1a48c7
--- /dev/null
+++ b/docs/01_Getting_Started/02_Building_AGL_Image/01_Build_Process_Overview.md
@@ -0,0 +1,33 @@
+---
+title: Build Process 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)
+
+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://docs.yoctoproject.org/bitbake.html)
+ to build your image.