1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm-bsp/documentation: Update the command for building all components

Trusted-firmware-a is the final component to be built with the rest of the
components dependent of it, therefore building trusted-firmware-a will
build all the required binaries.

Change-Id: Ia8675b048db4a127d32394f536632ce88fe20826
Signed-off-by: Usama Arif <usama.arif@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Usama Arif
2020-12-16 17:48:05 +00:00
committed by Jon Mason
parent 65618b753f
commit caaa21d84f
+6 -3
View File
@@ -15,9 +15,12 @@ https://git.linaro.org/landing-teams/working/arm/arm-reference-platforms.git/tre
In the local.conf file, MACHINE should be set as follows:
MACHINE = "tc0"
To build the required binaries for tc0, run the commmand for the required image,
for e.g for core-image-minimal:
```bash$ bitbake core-image-minimal```
To build the required binaries for tc0, run the commmand:
```bash$ bitbake trusted-firmware-a```
Trusted-firmware-a is the final component to be built with the rest of the
components dependent of it, therefore building trusted-firmware-a will
build all the required binaries.
## Running
To run the produced binaries in a TC0 Fixed Virtual Platform please get