summaryrefslogtreecommitdiffstats
path: root/docs/0_Getting_Started/2_Building_AGL_Image/5_0_Building_the_AGL_Image.md
diff options
context:
space:
mode:
authorVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>2021-01-26 16:43:27 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-02-05 11:47:34 +0000
commitdbeee147184e66acb090dd944456c7e8f1fde628 (patch)
treefd5834b97ccdf79f5e947718606b43826a4a6f34 /docs/0_Getting_Started/2_Building_AGL_Image/5_0_Building_the_AGL_Image.md
parent5041bc36d6c399e304940b3703fd908998049669 (diff)
Add getting started document for virtio machine.
Prepared it based on 5_1_x86_Emulation_and_Hardware.md file. Bug-AGL: SPEC-3778 Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> Change-Id: I1688b4e24a18b0d33f008085c90411723a29b76a Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25965 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/5_0_Building_the_AGL_Image.md')
-rw-r--r--docs/0_Getting_Started/2_Building_AGL_Image/5_0_Building_the_AGL_Image.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/0_Getting_Started/2_Building_AGL_Image/5_0_Building_the_AGL_Image.md b/docs/0_Getting_Started/2_Building_AGL_Image/5_0_Building_the_AGL_Image.md
index a891ef1..1573b56 100644
--- a/docs/0_Getting_Started/2_Building_AGL_Image/5_0_Building_the_AGL_Image.md
+++ b/docs/0_Getting_Started/2_Building_AGL_Image/5_0_Building_the_AGL_Image.md
@@ -12,10 +12,10 @@ The previous sections in the "Image Development Workflow" have treated this setu
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:
+three types of supported platforms and for emulation/virtualization using Quick
+EMUlator (QEMU) or VirtualBox:
* [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)
-
+* [virtio](./5_4_Virtio.md)