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

hafnium: Exclude from world builds

This does not build with clang from meta-clang and also does not build
with gcc either

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Khem Raj
2022-09-26 15:26:42 -07:00
committed by Jon Mason
parent 680954d6e9
commit 4cd8d73788
@@ -77,3 +77,5 @@ python() {
if d.getVar("BUILD_ARCH") != "x86_64":
raise bb.parse.SkipRecipe("Cannot be built on non-x86-64 hosts")
}
EXCLUDE_FROM_WORLD = "1"