From 0cbed483f23590363b5ebcd7b9693a0d14fa9b64 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 13 Nov 2025 14:01:38 +0000 Subject: [PATCH] arm/hafnium: build just the root target, not the tests We don't run or package the tests, so there's no point to building them. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm/recipes-bsp/hafnium/hafnium_2.13.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/recipes-bsp/hafnium/hafnium_2.13.0.bb b/meta-arm/recipes-bsp/hafnium/hafnium_2.13.0.bb index 72b78010..d62ea363 100644 --- a/meta-arm/recipes-bsp/hafnium/hafnium_2.13.0.bb +++ b/meta-arm/recipes-bsp/hafnium/hafnium_2.13.0.bb @@ -53,7 +53,7 @@ do_configure() { do_configure[cleandirs] += "${B}" do_compile() { - ninja -v ${PARALLEL_MAKE} + ninja -v ${PARALLEL_MAKE} root } do_compile[progress] = "outof:^\[(\d+)/(\d+)\]\s+"