All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gn: Disable for riscv32
@ 2021-10-08 17:41 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2021-10-08 17:41 UTC (permalink / raw)
  To: meta-arm; +Cc: Khem Raj

Architecture not supported yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 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 5600222..630c302 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 = "null"
-- 
2.33.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-08 17:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-08 17:41 [PATCH] gn: Disable for riscv32 Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.