diff mbox series

[4/6] arm/hafnium: don't exclude from world builds

Message ID 20250805171903.277422-4-ross.burton@arm.com
State New
Headers show
Series [1/6] arm/hafnium: mark compatible with just qemuarm64-secureboot | expand

Commit Message

Ross Burton Aug. 5, 2025, 5:19 p.m. UTC
Clang is large but this recipe builds on all hosts now, so we don't need
to exclude it.

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

Patch

diff --git a/meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb b/meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb
index 602f36b33d..64247e5a28 100644
--- a/meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb
+++ b/meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb
@@ -66,5 +66,3 @@  do_deploy() {
     cp -rf ${D}/firmware/* ${DEPLOYDIR}/
 }
 addtask deploy after do_install
-
-EXCLUDE_FROM_WORLD = "1"