diff mbox series

[3/3] arm/hafnium: build just the root target, not the tests

Message ID 20251113140138.3224976-3-ross.burton@arm.com
State New
Headers show
Series [1/3] arm/hafnium: split configure/compile and call ninja directly | expand

Commit Message

Ross Burton Nov. 13, 2025, 2:01 p.m. UTC
We don't run or package the tests, so there's no point to building them.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm/recipes-bsp/hafnium/hafnium_2.13.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 72b7801073..d62ea363db 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+"