Existing document has many board specific build procedure.
This change move board specific build procedure to under subsection.
Bug-AGL: SPEC-5247
Change-Id: I11492cbf530a1fabdfb8234f824e5c293b666f5c
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/30300
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
three types of supported platforms and for emulation/virtualization using Quick
EMUlator (QEMU) or VirtualBox:
-* [x86 (Emulation and Hardware)](./07_Building_for_x86_(Emulation_and_Hardware).md)
-* [Raspberry Pi 4](./08_Building_for_Raspberry_Pi_4.md)
-* [R Car Gen 3](./09_Building_for_Supported_Renesas_Boards.md)
-* [Virtio](./10_Building_for_Virtio.md)
+* [x86 (Emulation and Hardware)](./02_Building_for_x86_(Emulation_and_Hardware).md)
+* [Raspberry Pi 4](./03_Building_for_Raspberry_Pi_4.md)
+* [R Car Gen 3](./04_Building_for_Supported_Renesas_Boards.md)
+* [Virtio](./06_Building_for_Virtio.md)
+* [AWS EC2 (arm64 or x86-64)](./07_Building_for_EC2_arm64_and_x86-64.md)
## 1. Making Sure Your Build Environment is Correct
The
-"[Initializing Your Build Environment](./04_Initializing_Your_Build_Environment.md)"
+"[Initializing Your Build Environment](../04_Initializing_Your_Build_Environment.md)"
section presented generic information for setting up your build environment
using the `aglsetup.sh` script.
If you are building the AGL demo image for a Raspberry Pi 4 board, you need to specify some
Before launching the build, it is good to be sure your build
configuration is set up correctly (`/build/conf/local.conf` file).
-The "[Customizing Your Build](./05_Customizing_Your_Build.md)"
+The "[Customizing Your Build](../05_Customizing_Your_Build.md)"
section highlights some common configurations that are useful when
building any AGL image.
### 1.4. Making Sure Your Build Environment is Correct
The
-"[Initializing Your Build Environment](./04_Initializing_Your_Build_Environment.md)"
+"[Initializing Your Build Environment](../04_Initializing_Your_Build_Environment.md)"
section presented generic information for setting up your build environment
using the `aglsetup.sh` script.
If you are building an image for a supported Renesas board,
for the Renesas board.
You can learn more about the AGL Features in the
-"[Initializing Your Build Environment](./04_Initializing_Your_Build_Environment.md)"
+"[Initializing Your Build Environment](../04_Initializing_Your_Build_Environment.md)"
section.
## 2. Using BitBake