mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-06 16:48:54 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user