Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Mesa without OpenGL and related fixes
@ 2017-08-28 12:46 Jussi Kukkonen
  2017-08-28 12:46 ` [PATCH 1/3] mesa: Support building without opengl Jussi Kukkonen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jussi Kukkonen @ 2017-08-28 12:46 UTC (permalink / raw)
  To: openembedded-core

Sometimes this job leads to strange things. Today I've been building
mesa without any opengl.

The issue was that vulkan needs vulkan drivers (from mesa) to work,
making the vulkan recipe essentially require opengl distro feature.

Mesa can be instructed to build only the vulkan bits so that's what I
did. Also tried to make the dependencies between packageconfigs clearer
since the build system is quite complex.

I've tried my best to ensure no unintended PACKAGECONFIG changes happen.

Thanks,
  Jussi


The following changes since commit cd26fc143bbfd948795c2e65a577f89627a4f841:

  devtool: deploy-target: Support stripped libs and execs (2017-08-27 22:32:00 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/mesa-without-opengl
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/mesa-without-opengl

Jussi Kukkonen (3):
  mesa: Support building without opengl
  vulkan: rrecommended drivers unconditionally
  xserver-xorg: Enable xwayland only with opengl

 .../0001-configure.ac-Always-check-for-expat.patch | 51 ++++++++++++++++++++++
 meta/recipes-graphics/mesa/mesa.inc                | 23 +++++++---
 meta/recipes-graphics/mesa/mesa_17.1.7.bb          |  1 +
 meta/recipes-graphics/vulkan/vulkan_1.0.51.0.bb    |  3 +-
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |  2 +-
 5 files changed, 70 insertions(+), 10 deletions(-)
 create mode 100644 meta/recipes-graphics/mesa/files/0001-configure.ac-Always-check-for-expat.patch

-- 
2.1.4



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-09-04 10:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-28 12:46 [PATCH 0/3] Mesa without OpenGL and related fixes Jussi Kukkonen
2017-08-28 12:46 ` [PATCH 1/3] mesa: Support building without opengl Jussi Kukkonen
2017-09-04  7:49   ` Andrea Galbusera
2017-09-04  8:15     ` Jussi Kukkonen
2017-09-04 10:33       ` Andrea Galbusera
2017-08-28 12:46 ` [PATCH 2/3] vulkan: rrecommended drivers unconditionally Jussi Kukkonen
2017-08-28 12:46 ` [PATCH 3/3] xserver-xorg: Enable xwayland only with opengl Jussi Kukkonen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox