All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: Marco Felsch <m.felsch@pengutronix.de>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 2/2] mesa: make gallium swrast target optional
Date: Tue, 30 Apr 2019 15:56:23 +0200	[thread overview]
Message-ID: <CANNYZj_OAjN7M34TbktARfHm-n5vhFoc6C5f9KYRt2H6e1mYNg@mail.gmail.com> (raw)
In-Reply-To: <20190430115323.25661-2-m.felsch@pengutronix.de>

On Tue, 30 Apr 2019 at 14:10, Marco Felsch <m.felsch@pengutronix.de> wrote:
> -GALLIUMDRIVERS = "swrast"
> +GALLIUMDRIVERS = ""
> +GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'swrast', ',swrast', '', d)}"
>  GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'etnaviv', ',etnaviv', '', d)}"
>  GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'kmsro', ',kmsro', '', d)}"

This adds a leading , to the list of drivers; is that correctly handled?

Alex


  reply	other threads:[~2019-04-30 13:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-30 11:53 [PATCH 1/2] mesa: fix imx gallium driver Marco Felsch
2019-04-30 11:53 ` [PATCH 2/2] mesa: make gallium swrast target optional Marco Felsch
2019-04-30 13:56   ` Alexander Kanavin [this message]
2019-04-30 14:22     ` Marco Felsch
2019-04-30 12:18 ` [PATCH 1/2] mesa: fix imx gallium driver Alexander Kanavin
2019-04-30 12:27   ` Marco Felsch
2019-04-30 14:11 ` Richard Purdie
2019-04-30 14:19   ` Marco Felsch
2019-04-30 14:36     ` Alexander Kanavin

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=CANNYZj_OAjN7M34TbktARfHm-n5vhFoc6C5f9KYRt2H6e1mYNg@mail.gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=m.felsch@pengutronix.de \
    --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.