diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2021-10-08 11:38:05 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-24 11:49:33 +0000 |
commit | 1be88570f059f9f32ba46e5810472aa63bad05f1 (patch) | |
tree | 7b2337935c4e1549aab301c1a222086a7b6efaf8 | |
parent | b3bbc085119444fab1c7cb6c1346dd947fb5bad1 (diff) |
Renesas: Add bitbake command each target
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>
(cherry picked from commit 75bffd9241f1b58fff94e772aa69a7a74ddf4529)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/26809
-rw-r--r-- | docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md | 15 |
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 14041a1..8da4a08 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 |