diff options
author | Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> | 2025-10-02 04:50:30 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-06 17:01:10 +0100 |
commit | efa05aee343b730a334f331797bda32a38d7e013 (patch) | |
tree | e78ae18f147704fa0c3f93f7b34e372d8ccc011a | |
parent | fac954e4fc318cf6dbae7a8e1b2e7b90b6ee536b (diff) | |
download | poky-efa05aee343b730a334f331797bda32a38d7e013.tar.gz |
mesa-demos: split info tools to a separate package
While the rest of programs inside mesa-demos are really "demos", several
*info utilities have separate value as they allow gathering information
about the running system in a manner similar to clinfo or vulkaninfo.
Split them into a separate package in order to allow picking them info
the images without picking up the rest of "demos".
(From OE-Core rev: 6ea616921c497e00532bc35220513128c047cb0c)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb b/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb index a9e84039d2..0bc8519e90 100644 --- a/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb +++ b/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb | |||
@@ -20,6 +20,10 @@ REQUIRED_DISTRO_FEATURES = "opengl x11" | |||
20 | 20 | ||
21 | EXTRA_OEMESON = "-Dwith-system-data-files=true" | 21 | EXTRA_OEMESON = "-Dwith-system-data-files=true" |
22 | 22 | ||
23 | PACKAGE_BEFORE_PN = "${PN}-info" | ||
24 | RDEPENDS:${PN} += " ${PN}-info" | ||
25 | FILES:${PN}-info = "${bindir}/*info" | ||
26 | |||
23 | # Note: wayland is not included as the feature requires libdecor recipe, | 27 | # Note: wayland is not included as the feature requires libdecor recipe, |
24 | # which is not currently in core | 28 | # which is not currently in core |
25 | PACKAGECONFIG ?= "drm egl gles1 gles2 \ | 29 | PACKAGECONFIG ?= "drm egl gles1 gles2 \ |