[PATCH 1/6] Revert "arm/hafnium: refuse to build on non-x86-64 hosts"
Csaba Szilágyi <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
According to original commit, clang for other targets like aarch64 were not available. This condition is not present anymore therefore check for x86_64 can be removed. This reverts commit 01a13b11ad25aaeebf861bc30029282709216fe0. Signed-off-by: Csaba Szilágyi <[email protected]> --- meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb | 6 ------ 1 file changed, 6 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 d4bf501f..6bf6d8e9 100644 --- a/meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb +++ b/meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb @@ -68,10 +68,4 @@ do_deploy() { } addtask deploy after do_install -python() { - # https://developer.trustedfirmware.org/T898 - if d.getVar("BUILD_ARCH") != "x86_64": - raise bb.parse.SkipRecipe("Cannot be built on non-x86-64 hosts") -} - EXCLUDE_FROM_WORLD = "1"