From caaa21d84f1468fd2502df853fb62f8ec00a8e57 Mon Sep 17 00:00:00 2001 From: Usama Arif Date: Wed, 16 Dec 2020 17:48:05 +0000 Subject: [PATCH] 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 Signed-off-by: Jon Mason --- meta-arm-bsp/documentation/tc0.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta-arm-bsp/documentation/tc0.md b/meta-arm-bsp/documentation/tc0.md index 694e0675..f11b7815 100644 --- a/meta-arm-bsp/documentation/tc0.md +++ b/meta-arm-bsp/documentation/tc0.md @@ -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