summaryrefslogtreecommitdiffstats
path: root/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile
diff options
context:
space:
mode:
authorVinod Ahuja <vahuja@unomaha.edu>2023-04-12 16:37:47 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-04-14 11:41:48 +0000
commit7b4f6a32f8e6f2389a039e19462e70ca30ed4196 (patch)
tree28dac55e6a8814c477e1d3d88a0544d0a36c8910 /docs/01_Getting_Started/03_Build_and_Boot_guide_Profile
parent1bfa76c6eacdb09c713038289e2b48cea887276c (diff)
Updating information for building AGL cluster images
Updating Run aglsetup.sh scripts Updating Using BitBake image information Bug-AGL: [SPEC-4604] Signed-off-by: Vinod Ahuja <vahuja@unomaha.edu> Change-Id: If6489d14c0e479b6fa10ee4c97863aae4829abe2 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28637 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/01_Getting_Started/03_Build_and_Boot_guide_Profile')
-rw-r--r--docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md b/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md
index 9abaad8..c3ddf80 100644
--- a/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md
+++ b/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md
@@ -71,12 +71,12 @@ export MACHINE=m3ulcb-kf
## 6. Run the aglsetup.sh Script
```bash
cd $AGL_TOP
-source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b $MACHINE agl-lxc
+source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b $MACHINE agl-ic-container
```
## 7. Using BitBake
```bash
-bitbake lxc-host-image-demo
+bitbake agl-cluster-demo-lxc-host
```
- The build process puts the resulting image in the Build Directory
($AGL_TOP/m3ulcb-kf/tmp/deploy/images/m3ulcb)