1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 02:40:18 +00:00

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 <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2025-08-05 18:19:01 +01:00
committed by Jon Mason
parent d1237205a0
commit 7b198c3ab7
@@ -66,5 +66,3 @@ do_deploy() {
cp -rf ${D}/firmware/* ${DEPLOYDIR}/
}
addtask deploy after do_install
EXCLUDE_FROM_WORLD = "1"