From 7b198c3ab750381394fd76bbe103e04df1831597 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 5 Aug 2025 18:19:01 +0100 Subject: [PATCH] arm/hafnium: don't exclude from world builds Clang is large but this recipe builds on all hosts now, so we don't need to exclude it. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb | 2 -- 1 file changed, 2 deletions(-) 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 602f36b3..64247e5a 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"