1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-02 01:20:09 +00:00

arm-bsp/images: artifacts image for tc0

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

Signed-off-by: Usama Arif <usama.arif@arm.com>
Change-Id: I57760a339da1601bd66e3dd752a7b2814e84bbb8
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Usama Arif
2021-01-11 17:11:27 +00:00
committed by Jon Mason
parent 1f548fce10
commit 312a25202b
2 changed files with 15 additions and 3 deletions
+3 -3
View File
@@ -16,11 +16,11 @@ 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: To build the required binaries for tc0, run the commmand:
```bash$ bitbake trusted-firmware-a``` ```bash$ bitbake tc0-artifacts-image```
Trusted-firmware-a is the final component to be built with the rest of the 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 components dependent of it, therefore building tc0-artifacts-image which depends
build all the required binaries. on 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
@@ -0,0 +1,12 @@
# SPDX-License-Identifier: Apache-2.0
#
# Copyright (c) 2020 Arm Limited
#
SUMMARY = "Total Compute Images"
DESCRIPTION = "Build all the images required for Total Compute platform"
LICENSE = "Apache-2.0"
inherit nopackages
# The last image to be built is trusted-firmware-a
DEPENDS += " trusted-firmware-a"