All of lore.kernel.org
 help / color / mirror / Atom feed
From: Herve Jourdain <herve.jourdain@neuf.fr>
To: yocto@yoctoproject.org
Subject: [meta-raspberrypi][PATCH v4 01/12] rpi-default-providers.inc: change default providers to support vc4graphics
Date: Thu, 21 Jul 2016 20:32:06 +0800	[thread overview]
Message-ID: <1469104337-21068-2-git-send-email-herve.jourdain@neuf.fr> (raw)
In-Reply-To: <1469104337-21068-1-git-send-email-herve.jourdain@neuf.fr>

Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
---
 conf/machine/include/rpi-default-providers.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc
index 359870d..078e9d6 100644
--- a/conf/machine/include/rpi-default-providers.inc
+++ b/conf/machine/include/rpi-default-providers.inc
@@ -2,8 +2,8 @@
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-raspberrypi"
 PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
-PREFERRED_PROVIDER_virtual/egl ?= "userland"
-PREFERRED_PROVIDER_virtual/libgles2 ?= "userland"
-PREFERRED_PROVIDER_virtual/libgl ?= "mesa-gl"
-PREFERRED_PROVIDER_virtual/mesa ?= "mesa-gl"
+PREFERRED_PROVIDER_virtual/egl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}"
+PREFERRED_PROVIDER_virtual/libgles2 ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}"
+PREFERRED_PROVIDER_virtual/libgl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}"
+PREFERRED_PROVIDER_virtual/mesa ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}"
 PREFERRED_PROVIDER_jpeg ?= "jpeg"
-- 
2.7.4



  reply	other threads:[~2016-07-21 12:32 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-21 12:32 [meta-raspberrypi][PATCH v4 00/12] Support for VC4 graphics driver Herve Jourdain
2016-07-21 12:32 ` Herve Jourdain [this message]
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 02/12] rpi-base.inc: add vc4-kms-v3d to the overlays to support vc4graphics Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 03/12] raspberrypi.conf: set the default value of VC4_CMA_SIZE " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 04/12] raspberrypi0.conf: " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 05/12] raspberrypi2.conf: " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 06/12] raspberrypi3.conf: " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 07/12] rpi-config_git.bb: add v4c overlay to config.txt " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 08/12] wayland/weston_%.bbappend: modify configuration options " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 09/12] weston/weston_%.bbappend: " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 10/12] mesa_%.bbappend: new file to add the correct " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 11/12] linux-rpi.inc: add the configuration options required " Herve Jourdain
2016-07-21 12:32 ` [meta-raspberrypi][PATCH v4 12/12] linux-raspberrypi-4.4: add patch to enable proper operation of renderD128 device Herve Jourdain
2016-07-22 16:41 ` [meta-raspberrypi][PATCH v4 00/12] Support for VC4 graphics driver Carlos Alberto Lopez Perez
2016-07-29  1:36   ` Khem Raj
2016-07-29 13:32     ` Carlos Alberto Lopez Perez
2016-07-30  4:59       ` Khem Raj
2016-07-29  1:36 ` Khem Raj
2016-07-31 18:52 ` Andrei Gherzan
2016-07-31 19:56   ` Khem Raj
2016-08-10 11:29     ` Andreas Müller
2016-09-21 16:04 ` Andrei Gherzan

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=1469104337-21068-2-git-send-email-herve.jourdain@neuf.fr \
    --to=herve.jourdain@neuf.fr \
    --cc=yocto@yoctoproject.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.