Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: Apache-2.0 |
2 | # | ||||
3 | # Copyright (c) 2020 Arm Limited | ||||
4 | # | ||||
5 | SUMMARY = "Total Compute Images" | ||||
6 | DESCRIPTION = "Build all the images required for Total Compute platform" | ||||
7 | LICENSE = "Apache-2.0" | ||||
8 | |||||
9 | COMPATIBLE_MACHINE = "(tc?)" | ||||
10 | |||||
11 | inherit nopackages | ||||
12 | |||||
13 | # The last image to be built is trusted-firmware-a | ||||
14 | DEPENDS += " trusted-firmware-a" |