summaryrefslogtreecommitdiffstats
path: root/docs/0_Getting_Started/2_Building_AGL_Image/0_Build_Process.md
diff options
context:
space:
mode:
authorVinod Ahuja <vahuja@unomaha.edu>2022-11-07 16:18:44 -0600
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-11-08 14:47:43 +0000
commit8be9db6f309e1e1b547e187c5db6ceac15f85a50 (patch)
treeca3a6179b37b381eaee1bf948aebf78c809883b4 /docs/0_Getting_Started/2_Building_AGL_Image/0_Build_Process.md
parente660399f8b909146a699e44eb340b8c0b7e7f12f (diff)
Fixing the index numbering
Fixing the index numbering for all documentation Bug-AGL: [SPEC-4470] Signed-off-by: Vinod Ahuja <vahuja@unomaha.edu> Change-Id: I96b482a3ab598f0739c692e301de66c0553ba0e4 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28118 Reviewed-by: Walt Miner <wminer@linuxfoundation.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/0_Getting_Started/2_Building_AGL_Image/0_Build_Process.md')
-rw-r--r--docs/0_Getting_Started/2_Building_AGL_Image/0_Build_Process.md33
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/0_Getting_Started/2_Building_AGL_Image/0_Build_Process.md b/docs/0_Getting_Started/2_Building_AGL_Image/0_Build_Process.md
deleted file mode 100644
index f1a48c7..0000000
--- a/docs/0_Getting_Started/2_Building_AGL_Image/0_Build_Process.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-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.