[PATCH 4/6] arm/hafnium: don't exclude from world builds
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
Clang is large but this recipe builds on all hosts now, so we don't need to exclude it. Signed-off-by: Ross Burton <[email protected]> --- 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 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" -- 2.43.0