meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] gn: Disable for riscv32
@ 2021-10-09 20:03 Khem Raj
  2021-10-11 19:01 ` [meta-arm] " Jon Mason
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2021-10-09 20:03 UTC (permalink / raw)
  To: meta-arm; +Cc: Khem Raj

Architecture not supported yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Use a regexp instead of override

 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..9b3906c 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).*"
-- 
2.33.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-arm] [PATCH v2] gn: Disable for riscv32
  2021-10-09 20:03 [PATCH v2] gn: Disable for riscv32 Khem Raj
@ 2021-10-11 19:01 ` Jon Mason
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Mason @ 2021-10-11 19:01 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-arm

On Sat, Oct 9, 2021 at 4:03 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> Architecture not supported yet

Pulled into master.  Thanks Khem!

>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> v2: Use a regexp instead of override
>
>  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..9b3906c 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).*"
> --
> 2.33.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#2265): https://lists.yoctoproject.org/g/meta-arm/message/2265
> Mute This Topic: https://lists.yoctoproject.org/mt/86201640/3616920
> Group Owner: meta-arm+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-arm/unsub [jdmason@kudzu.us]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-11 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-09 20:03 [PATCH v2] gn: Disable for riscv32 Khem Raj
2021-10-11 19:01 ` [meta-arm] " Jon Mason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).