Fixing broken links and formatting in App Framework page
[AGL/documentation.git] / docs / 0_Getting_Started / 2_Building_AGL_Image / 0_Build_Process.md
1 ---
2 title: Build Process Overview
3 ---
4
5 The AGL image development workflow consists of setting up
6 the system (i.e. the build host) that builds the image and finishes with
7 using the
8 [Yocto Project](https://yoctoproject.org) to create an image
9 targeted towards specific hardware.
10
11 The following figure and list overview the AGL image development
12 process.
13 You can learn about the steps in the process by reading through the
14 remaining sections.
15
16 **NOTE:** This procedure uses information from many other procedures
17 in the AGL Documentation set.
18 Links are provided when a set of steps is required that is documented
19 elsewhere.
20
21 ![](images/image-developer-workflow.png)
22
23 1. Prepare your build host to be able to use the tools needed to build your image.
24
25 2. Download the AGL software into a local Git repository on your build host.
26
27 3. Run the build environment script to initialize variables and paths needed for the build.
28
29 4. Make sure your build configuration is defined exactly how you want it for your build.
30
31 5. Use
32    [BitBake](https://docs.yoctoproject.org/bitbake.html)
33    to build your image.