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

Revert "arm/hafnium: refuse to build on non-x86-64 hosts"

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 01a13b11ad.

Signed-off-by: Csaba Szilágyi <csaba.szilagyi@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Csaba Szilágyi
2025-07-30 07:45:46 +00:00
committed by Jon Mason
parent 5a7387dbe9
commit ad09b42433
@@ -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"