From 4cd8d73788a9d98ad367f61447de28c719ca5ec3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 26 Sep 2022 15:26:42 -0700 Subject: [PATCH] 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 Signed-off-by: Jon Mason --- meta-arm/recipes-bsp/hafnium/hafnium_2.7.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arm/recipes-bsp/hafnium/hafnium_2.7.bb b/meta-arm/recipes-bsp/hafnium/hafnium_2.7.bb index d90f747c..0c4e2941 100644 --- a/meta-arm/recipes-bsp/hafnium/hafnium_2.7.bb +++ b/meta-arm/recipes-bsp/hafnium/hafnium_2.7.bb @@ -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"