]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
libglvnd: migrate from meta-oe
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Fri, 20 Jun 2025 19:14:55 +0000 (22:14 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jun 2025 12:51:29 +0000 (13:51 +0100)
commit621e9be9663e448dde3f6b6a02b413fd65983e6c
treefe9f4e69b8f7c8a5e4115455b22b396c3b31ad29
parent973875c79476b70edbef8976446de1be29d50910
libglvnd: migrate from meta-oe

libglvnd is a vendor-neutral approach to handling OpenGL / OpenGL ES /
EGL / GLX libraries. It has been proposed and initially implemented by
NVIDIA in order to simplify coinstallation of GL drivers provided by
different vendors. Major Linux distributions (Debian, Ubuntu, Fedora,
etc.) have already switched to libglvnd.

Having libglvnd in OE-Core simplifies integration of this ABI into
distro and BSP layers (e.g. it will help meta-tegra, which currently
provides its own version of the recipe).

Import recipe for libglvnd from the meta-oe layer (changes: fix virtual
package names, add add the SUMMARY data, drop git@ from SRC_URI, require
glvnd DISTRO_FEATURE).

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/lib/oeqa/selftest/cases/distrodata.py
meta/recipes-graphics/libglvnd/libglvnd_1.7.0.bb [new file with mode: 0644]