Renesas: Add bitbake command each target 31/26731/4
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Fri, 8 Oct 2021 09:38:05 +0000 (11:38 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 19 Nov 2021 13:39:23 +0000 (13:39 +0000)
Bug-AGL: SPEC-4024

Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Change-Id: I5b4cb25b3be70040a6c206ca7b6409bc2419c971
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/26731
Reviewed-by: Naoto YAMAGUCHI <naoto.yamaguchi@aisin.co.jp>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md

index 13e3865..bbe4fd7 100644 (file)
@@ -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