aboutsummaryrefslogtreecommitdiffstats
path: root/docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md')
-rw-r--r--docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md b/docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md
index 13e3865..bbe4fd7 100644
--- a/docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md
+++ b/docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md
@@ -250,12 +250,27 @@ Start the build using the `bitbake` command.
CPU and and Internet connection speeds.
The build also takes approximately 100G-bytes of free disk space.
+**Qt based IVI demo :**
For this example, the target is "agl-demo-platform":
```sh
bitbake agl-demo-platform
```
+**HTML5 based IVI demo :**
+The target is `agl-demo-platform-html5`.
+
+```sh
+$ time bitbake agl-demo-platform-html5
+```
+
+**Instrument Cluster with Container isolation demo :**
+The target is `lxc-host-image-demo`.
+
+```sh
+$ time bitbake lxc-host-image-demo
+```
+
The build process puts the resulting image in the Build Directory:
```sh