diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2024-07-01 19:33:17 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-07-03 10:13:32 +0000 |
commit | b0fe9d1d43a21dd5c244abb3c919ddb04ebed36c (patch) | |
tree | f594edd3dae5617aaffa0828f13a54b3f6425733 /docs/06_Component_Documentation/11_Unified_HMI.md | |
parent | 7b526e80bf3b01f46593d45294af637324cdc6ca (diff) |
Update documentation on ricefish branch
Update from master to ricefish.
Bug-AGL: SPEC-5194
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Iba48923ec4d904d555f681ba3b3bbdac7b42fe04
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/30055
Diffstat (limited to 'docs/06_Component_Documentation/11_Unified_HMI.md')
-rw-r--r-- | docs/06_Component_Documentation/11_Unified_HMI.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/06_Component_Documentation/11_Unified_HMI.md b/docs/06_Component_Documentation/11_Unified_HMI.md index f908215..5076a60 100644 --- a/docs/06_Component_Documentation/11_Unified_HMI.md +++ b/docs/06_Component_Documentation/11_Unified_HMI.md @@ -17,7 +17,7 @@ The RVGPU rendering engine, operating on a client-server model, creates 3D rende ## How to Build -Follow the [AGL documentation](https://docs.automotivelinux.org/en/master/#01_Getting_Started/02_Building_AGL_Image/01_Build_Process_Overview/) for the build process, and set up the "[Initializing Your Build Environment](https://docs.automotivelinux.org/en/master/#01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment/)" section as described below to enable the AGL feature 'agl-rvgpu'. For example: +Follow the [AGL documentation](https://docs.automotivelinux.org/en/ricefish/#01_Getting_Started/02_Building_AGL_Image/01_Build_Process_Overview/) for the build process, and set up the "[Initializing Your Build Environment](https://docs.automotivelinux.org/en/master/#01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment/)" section as described below to enable the AGL feature 'agl-rvgpu'. For example: ``` $ cd $AGL_TOP/master $ source ./meta-agl/scripts/aglsetup.sh -m qemux86-64 -b qemux86-64 agl-demo agl-devel agl-rvgpu |