Adding file naming and indexing
[AGL/documentation.git] / docs / 1_Getting_Started / 2_Building_AGL_Image / 6_Building_the_AGL_Image.md
1 ---
2 title: Building the AGL Image
3 ---
4
5 Building the AGL image involves running BitBake with a specified target.
6 Depending on whether you are building the image for the first time or if this
7 is a subsequent build, the time needed for the build could be significant.
8
9 It is critical that you specify the correct options and configurations for the
10 build before executing the `bitbake` command.
11 The previous sections in the "Image Development Workflow" have treated this setup
12 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.
13
14 This section, provides links to topics with instructions needed to create images for
15 three types of supported platforms and for emulation/virtualization using Quick
16 EMUlator (QEMU) or VirtualBox:
17
18 * [x86 (Emulation and Hardware)](./5_1_x86_Emulation_and_Hardware.md)
19 * [Raspberry Pi 4](./5_2_Raspberry_Pi_4.md)
20 * [R Car Gen 3](./5_3_RCar_Gen_3.md)
21 * [virtio](./5_4_Virtio.md)