From 363672c8a429979832fcbc7a6e7a005f6384c12a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 9 Oct 2021 13:03:09 -0700 Subject: [PATCH] gn: Disable for riscv32 Architecture not supported yet Signed-off-by: Khem Raj Signed-off-by: Jon Mason --- meta-arm/recipes-devtools/gn/gn_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arm/recipes-devtools/gn/gn_git.bb b/meta-arm/recipes-devtools/gn/gn_git.bb index 56002229..9b3906c9 100644 --- a/meta-arm/recipes-devtools/gn/gn_git.bb +++ b/meta-arm/recipes-devtools/gn/gn_git.bb @@ -45,3 +45,5 @@ do_install() { } BBCLASSEXTEND = "native" + +COMPATIBLE_HOST = "^(?!riscv32).*"