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:
@@ -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:
|
In the local.conf file, MACHINE should be set as follows:
|
||||||
MACHINE = "tc0"
|
MACHINE = "tc0"
|
||||||
|
|
||||||
To build the required binaries for tc0, run the commmand for the required image,
|
To build the required binaries for tc0, run the commmand:
|
||||||
for e.g for core-image-minimal:
|
```bash$ bitbake trusted-firmware-a```
|
||||||
```bash$ bitbake core-image-minimal```
|
|
||||||
|
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
|
## Running
|
||||||
To run the produced binaries in a TC0 Fixed Virtual Platform please get
|
To run the produced binaries in a TC0 Fixed Virtual Platform please get
|
||||||
|
|||||||
Reference in New Issue
Block a user