All of lore.kernel.org
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio@ossystems.com.br>
To: meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Subject: [meta-fsl-arm][PATCH 1/4] core-image-weston: Fail gracefully if using incompatible DISTRO_FEATURES
Date: Wed, 17 Jun 2015 15:02:23 -0300	[thread overview]
Message-ID: <1434564146-11377-1-git-send-email-otavio@ossystems.com.br> (raw)

Vivante GPU driver cannot operate in X11 and Wayland in same
distribution as it needs to have different libraries installed. So in
case 'x11' is in DISTRO_FEATURES, Wayland is disabled.

Fixes [YOCTO: #7814].

Change-Id: Ibde60384b1146ecb0aad353cfbc44163b21b4fc1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 recipes-graphics/images/core-image-weston.bbappend | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 recipes-graphics/images/core-image-weston.bbappend

diff --git a/recipes-graphics/images/core-image-weston.bbappend b/recipes-graphics/images/core-image-weston.bbappend
new file mode 100644
index 0000000..6e33067
--- /dev/null
+++ b/recipes-graphics/images/core-image-weston.bbappend
@@ -0,0 +1,4 @@
+# FIXME: Vivante GPU driver cannot operate in X11 and Wayland in same
+# distribution as it needs to have different libraries installed. So
+# in case 'x11' is in DISTRO_FEATURES, Wayland is disabled.
+CONFLICT_DISTRO_FEATURES_append_mx6 = " x11"
-- 
2.4.3



             reply	other threads:[~2015-06-17 18:02 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-17 18:02 Otavio Salvador [this message]
2015-06-17 18:02 ` [meta-fsl-arm][PATCH 2/4] fsl-default-providers.inc: Move content to imx-base.inc and mxs-base.inc Otavio Salvador
2015-06-17 18:33   ` Nikolay Dimitrov
2015-06-17 18:38     ` Otavio Salvador
2015-06-17 19:27       ` Nikolay Dimitrov
2015-06-17 18:02 ` [meta-fsl-arm][PATCH 3/4] linux-fslc-mx6 (3.14-1.0.x): Add recipe Otavio Salvador
2015-06-17 18:28   ` Nikolay Dimitrov
2015-06-17 18:30     ` Otavio Salvador
2015-06-17 18:38       ` Nikolay Dimitrov
2015-06-17 18:39         ` Otavio Salvador
2015-06-17 19:25           ` Nikolay Dimitrov
2015-06-17 19:32             ` Daiane Angolini
2015-06-17 19:45             ` Otavio Salvador
2015-06-18 13:40               ` Daiane Angolini
2015-06-18 13:58                 ` Otavio Salvador
2015-06-18 15:32                   ` Nikolay Dimitrov
2015-06-18 16:21                     ` Otavio Salvador
2015-06-18 16:38                       ` Nikolay Dimitrov
2015-06-18 16:47                         ` Otavio Salvador
2015-06-18 16:47                     ` Ann Thornton
2015-06-18 17:10                   ` Nikolay Dimitrov
2015-06-18 17:40                     ` Otavio Salvador
2015-06-17 18:02 ` [meta-fsl-arm][PATCH 4/4] imx-base.inc: Use linux-fslc-mx6 for all i.MX6 by default Otavio Salvador

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=1434564146-11377-1-git-send-email-otavio@ossystems.com.br \
    --to=otavio@ossystems.com.br \
    --cc=meta-freescale@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.