All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] sysdig: don't build for aarch64
@ 2018-03-13 17:03 Armin Kuster
  2018-03-14  9:47 ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Armin Kuster @ 2018-03-13 17:03 UTC (permalink / raw)
  To: akuster, openembedded-devel

this package depends on luajit which is not supported on aarch64

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-extended/sysdig/sysdig_git.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb b/meta-oe/recipes-extended/sysdig/sysdig_git.bb
index 67d06dc..4f58281 100644
--- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb
+++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb
@@ -35,3 +35,7 @@ FILES_${PN} += " \
     ${datadir}/zsh/* \
     ${prefix}/src/*  \
 "
+
+# luajit not supported on Aarch64
+COMPATIBLE_HOST = "^(?!aarch64).*"
+
-- 
2.7.4



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

* Re: [meta-oe][PATCH] sysdig: don't build for aarch64
  2018-03-13 17:03 [meta-oe][PATCH] sysdig: don't build for aarch64 Armin Kuster
@ 2018-03-14  9:47 ` Koen Kooi
  2018-03-15 20:20   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2018-03-14  9:47 UTC (permalink / raw)
  To: openembedded-devel

Op 13-03-18 om 18:03 schreef Armin Kuster:
> this package depends on luajit which is not supported on aarch64

FWIW, luajit upstream supports it, it just isn't in an official release. Both fedora and debian are now using a snapshot to get luajit working on aarch64.

> 
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  meta-oe/recipes-extended/sysdig/sysdig_git.bb | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb b/meta-oe/recipes-extended/sysdig/sysdig_git.bb
> index 67d06dc..4f58281 100644
> --- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb
> +++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb
> @@ -35,3 +35,7 @@ FILES_${PN} += " \
>      ${datadir}/zsh/* \
>      ${prefix}/src/*  \
>  "
> +
> +# luajit not supported on Aarch64
> +COMPATIBLE_HOST = "^(?!aarch64).*"
> +
> 




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

* Re: [meta-oe][PATCH] sysdig: don't build for aarch64
  2018-03-14  9:47 ` Koen Kooi
@ 2018-03-15 20:20   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2018-03-15 20:20 UTC (permalink / raw)
  To: Koen Kooi; +Cc: openembeded-devel

On Wed, Mar 14, 2018 at 2:47 AM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> Op 13-03-18 om 18:03 schreef Armin Kuster:
>> this package depends on luajit which is not supported on aarch64
>
> FWIW, luajit upstream supports it, it just isn't in an official release. Both fedora and debian are now using a snapshot to get luajit working on aarch64.

I think I posted patches to use snapshot in the past and there were few
regressions it came up with, it might be time to revisit.


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

end of thread, other threads:[~2018-03-15 20:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-13 17:03 [meta-oe][PATCH] sysdig: don't build for aarch64 Armin Kuster
2018-03-14  9:47 ` Koen Kooi
2018-03-15 20:20   ` 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.