Openembedded Core Discussions
 help / color / mirror / Atom feed
* [oe-core][Patch 1/3] mesa.inc: add tools support for intel
@ 2026-07-01 16:36 Markus Volk
  2026-07-01 16:36 ` [oe-core][Patch 2/3] mesa.inc: enable intel raytracing support conditionally Markus Volk
  2026-07-01 16:36 ` [oe-core][Patch 3/3] systemd-systemctl-native: dont install systemd-sysv-install.SKELETON Markus Volk
  0 siblings, 2 replies; 5+ messages in thread
From: Markus Volk @ 2026-07-01 16:36 UTC (permalink / raw)
  To: openembedded-core

This commit enables the mesa-tools-intel if 'tools' and 'intel' are
in PACKAGECONFIG.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta/recipes-graphics/mesa/mesa.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index ad82be99a6..469aa789fd 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -176,6 +176,7 @@ TOOLS .= "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d
 TOOLS .= "${@bb.utils.contains('PACKAGECONFIG', 'imagination', ',imagination', '', d)}"
 TOOLS .= "${@bb.utils.contains('PACKAGECONFIG', 'lima', ',lima', '', d)}"
 TOOLS .= "${@bb.utils.contains('PACKAGECONFIG', 'panfrost', ',panfrost', '', d)}"
+TOOLS .= "${@bb.utils.contains('PACKAGECONFIG', 'intel', ',intel', '', d)}"
 
 # dependencies for tools.
 TOOLS_DEPS:append = "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ' ncurses libconfig libxml2 ', '', d)}"
-- 
2.54.0



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

end of thread, other threads:[~2026-07-02 20:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-01 16:36 [oe-core][Patch 1/3] mesa.inc: add tools support for intel Markus Volk
2026-07-01 16:36 ` [oe-core][Patch 2/3] mesa.inc: enable intel raytracing support conditionally Markus Volk
2026-07-02 18:30   ` Mathieu Dubois-Briand
2026-07-02 20:54     ` Markus Volk
2026-07-01 16:36 ` [oe-core][Patch 3/3] systemd-systemctl-native: dont install systemd-sysv-install.SKELETON Markus Volk

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