All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm-bsp/tc0-artifacts-image: restrict to TC0
@ 2021-04-27  9:46 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2021-04-27  9:46 UTC (permalink / raw)
  To: meta-arm

This recipe is for TC0, so set COMPATIBLE_MACHINE appropriately.

This is both logically correct, and fixes a Yocto Compatible test failure
where tc0-artifacts-image isn't buildable for arbitrary machines.

Change-Id: I6381fc08076d4ddea254f7efc84f90c4a7f65d26
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm-bsp/recipes-bsp/images/tc0-artifacts-image.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-arm-bsp/recipes-bsp/images/tc0-artifacts-image.bb b/meta-arm-bsp/recipes-bsp/images/tc0-artifacts-image.bb
index 43c1eda..b2ad356 100644
--- a/meta-arm-bsp/recipes-bsp/images/tc0-artifacts-image.bb
+++ b/meta-arm-bsp/recipes-bsp/images/tc0-artifacts-image.bb
@@ -6,6 +6,8 @@ SUMMARY = "Total Compute Images"
 DESCRIPTION = "Build all the images required for Total Compute platform"
 LICENSE = "Apache-2.0"
 
+COMPATIBLE_MACHINE = "tc0"
+
 inherit nopackages
 
 # The last image to be built is trusted-firmware-a
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-27  9:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27  9:46 [PATCH] arm-bsp/tc0-artifacts-image: restrict to TC0 Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.