aboutsummaryrefslogtreecommitdiffstats
path: root/docs/01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment.md
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-02-27 12:19:13 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-03-02 20:10:41 +0000
commit42b3550f0627400a778a5b1293b915204517ec2c (patch)
treed646338218280d74bbbc27db9824e0f043db7904 /docs/01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment.md
parentad469eb57940d03b580f75996157033e6e561c98 (diff)
Prepare octopus branch for documentation
Change references from master to octopus. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I3508a3631c63a8c7ee85293f46d16ac52d384643 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28529
Diffstat (limited to 'docs/01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment.md')
-rw-r--r--docs/01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment.md b/docs/01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment.md
index 62a33e4..8865a02 100644
--- a/docs/01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment.md
+++ b/docs/01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment.md
@@ -10,7 +10,7 @@ run to initialize the build environment.
You can find this script here:
```sh
-$AGL_TOP/master/meta-agl/scripts/aglsetup.sh
+$AGL_TOP/octopus/meta-agl/scripts/aglsetup.sh
```
The script accepts many options that allow you to define build parameters such
@@ -18,7 +18,7 @@ as the target hardware (i.e. the machine), build directory, and so forth.
Use the following commands to see the available options and script syntax:
```sh
-$ cd $AGL_TOP/master
+$ cd $AGL_TOP/octopus
$ source meta-agl/scripts/aglsetup.sh -h
```
@@ -222,7 +222,7 @@ Common targets are:
Running the script creates the Build Directory if it does not already exist.
The default Build Directory is `$AGL_TOP/<release-branch-name>/build`, and the nomenclature to be used throughout this doc is going to be `$AGL_TOP/<release-branch-name>/<build-dir>`
-For this example, the Build Directory is `$AGL_TOP/master/qemux86-64`.
+For this example, the Build Directory is `$AGL_TOP/octopus/qemux86-64`.
The script's output also indicates the machine and AGL features selected for the build.