Message ID | 20250730074551.1388-2-csaba.szilagyi@arm.com |
---|---|
State | New |
Headers | show |
Series | arm/hafnium: Enable build on non x86_64 hosts and include it to qemuarm64-secureboot build | expand |
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"
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 <csaba.szilagyi@arm.com> --- meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb | 6 ------ 1 file changed, 6 deletions(-)