rewrote quickstart, build-process
[AGL/documentation.git] / docs / 0_Getting_Started / 2_Building_AGL_Image / 5_0_Building_the_AGL_Image.md
@@ -1,14 +1,7 @@
 ---
-edit_link: ''
 title: Building the AGL Image
-origin_url: >-
-  https://raw.githubusercontent.com/automotive-grade-linux/docs-sources/master/docs/getting-started/image-workflow-build.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 -->
-
-# 5. 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.
@@ -16,12 +9,13 @@ 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.
+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 using Quick EMUlator (QEMU)
 or VirtualBox:
 
-* [Most Intel-based 64-Bit Boards](./machines/intel.html)
-* [Emulation](./machines/qemu.html)
-* [R Car Starter Kit Gen3 Board](./machines/renesas.html)
-* [Raspberry PI 2 or 3](./machines/raspberrypi.html)
+* [x86 (Emulation and Hardware)](./5_1_x86_Emulation_and_Hardware.md)
+* [Raspberry Pi 4](./5_2_Raspberry_Pi_4.md)
+* [R Car Gen 3](./5_3_RCar_Gen_3.md)
+