All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Nathan Rossi <nathan@nathanrossi.com>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH v2] ghostscript: Define COMPATIBLE_HOST with supported platforms
Date: Thu, 8 Nov 2018 05:29:19 -0800	[thread overview]
Message-ID: <CAMKF1spLq0bORBG-0p32o3mKV4tqOd0hUjueCoMFcq3VkJMtcQ@mail.gmail.com> (raw)
In-Reply-To: <20181108084312.9306-1-nathan@nathanrossi.com>

On Thu, Nov 8, 2018 at 12:43 AM Nathan Rossi <nathan@nathanrossi.com> wrote:
>
> Setup the COMPATIBLE_HOST variable with all supported hosts based on the
> provided objarch.h files. This inverts the existing pattern where
> unsupported hosts (e.g. 'arc.*') are explicitly set.
>
> This suppresses the warning message generated on hosts that are not
> supported but were not listed explicitly.
>
>   WARNING: .../ghostscript_9.25.bb: Unable to get checksum for
>   ghostscript SRC_URI entry objarch.h: file could not be found
>
> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
> ---
> Changes in v2:
>   - Fix up to use HOST_SYS patterns instead of OVERRIDES
>   - Make i586/i686 pattern common as done in other recipes
> ---
>  meta/recipes-extended/ghostscript/ghostscript_9.25.bb | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.25.bb b/meta/recipes-extended/ghostscript/ghostscript_9.25.bb
> index 35eaaeb2fa..93134dfb9d 100644
> --- a/meta/recipes-extended/ghostscript/ghostscript_9.25.bb
> +++ b/meta/recipes-extended/ghostscript/ghostscript_9.25.bb
> @@ -121,5 +121,4 @@ do_install_class-native () {
>
>  BBCLASSEXTEND = "native"
>
> -# ghostscript does not supports "arc"
> -COMPATIBLE_HOST = "^(?!arc).*"
> +COMPATIBLE_HOST = "(aarch64|arm|i.86|microblaze|mips|nios2|powerpc|x86_64).*"

this ignores riscv now. since you wsnt to
ignore for just one arch you can use

COMPATIBLE_HOST_arc = "(none)"

or somesuch mechanism.

> ---
> 2.19.1
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


  reply	other threads:[~2018-11-08 13:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-08  8:43 [PATCH v2] ghostscript: Define COMPATIBLE_HOST with supported platforms Nathan Rossi
2018-11-08 13:29 ` Khem Raj [this message]
2018-11-08 13:44   ` Burton, Ross
2018-11-08 13:48     ` Nathan Rossi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMKF1spLq0bORBG-0p32o3mKV4tqOd0hUjueCoMFcq3VkJMtcQ@mail.gmail.com \
    --to=raj.khem@gmail.com \
    --cc=nathan@nathanrossi.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.