Updating File name and links in the documentation
[AGL/documentation.git] / docs / 01_Getting_Started / 02_Building_AGL_Image / 06_Building_the_AGL_Image.md
diff --git a/docs/01_Getting_Started/02_Building_AGL_Image/06_Building_the_AGL_Image.md b/docs/01_Getting_Started/02_Building_AGL_Image/06_Building_the_AGL_Image.md
new file mode 100644 (file)
index 0000000..faa033c
--- /dev/null
@@ -0,0 +1,21 @@
+---
+title: Building the AGL Image
+---
+
+Building the AGL image involves running BitBake with a specified target.
+Depending on whether you are building the image for the first time or if this
+is a subsequent build, the time needed for the build could be significant.
+
+It is critical that you specify the correct options and configurations for the
+build before executing the `bitbake` command.
+The previous sections in the "Image Development Workflow" have treated this setup
+in a generic fashion. AGL has both `Qt` based and `HTML5` based IVI demos, where in the build process is almost the same except few changes in the build enviroment.
+
+This section, provides links to topics with instructions needed to create images for
+three types of supported platforms and for emulation/virtualization using Quick
+EMUlator (QEMU) or VirtualBox:
+
+* [x86 (Emulation and Hardware)](./07_Building_for_x86_(Emulation_and_Hardware).md)
+* [Raspberry Pi 4](./08_Building_for_Raspberry_Pi_4.md)
+* [R Car Gen 3](./09_Building_for_Supported_Renesas_Boards.md)
+* [Virtio](./10_Building_for_Virtio.md)