[OE-core] [PATCH] ghostscript: Define COMPATIBLE_HOST with supported platforms

Nathan Rossi nathan at nathanrossi.com
Thu Nov 8 08:42:52 UTC 2018


On Thu, 8 Nov 2018 at 11:57, ChenQi <Qi.Chen at windriver.com> wrote:
>
> This patch causes the following failure on autobuilder.
> https://autobuilder.yoctoproject.org/typhoon/#/builders/32/builds/183/steps/7/logs/step1c
>

Sorry my bad, I sent out the wrong version. v2 incoming, which fixes
it up to use host_sys patterns instead of overrides (for x86_64 and
mips).

Regards,
Nathan

> Best Regards,
> Chen Qi
>
> On 11/07/2018 04:47 PM, Nathan Rossi 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 at nathanrossi.com>
> > ---
> >   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..8b69170458 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|i586|i686|microblaze|mipsarch|nios2|powerpc|x86-64).*"
> > ---
> > 2.19.1
>
>



More information about the Openembedded-core mailing list