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