summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2024-11-03 15:31:01 -0300
committerKhem Raj <raj.khem@gmail.com>2024-11-05 09:42:49 -0800
commit98c18177fd70c8be0d69c6984aeb8fb98b9b89ae (patch)
tree6cb571cc6c71048a13708ef49fd78217a06fd702
parentfa7ee06bd615e21f48c42668f1d161c16741b9a9 (diff)
downloadmeta-openembedded-98c18177fd70c8be0d69c6984aeb8fb98b9b89ae.tar.gz
drm-info: add recipe
This recipe provides information about DRM devices, useful for debugging and checking information about DRM. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb b/meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb
new file mode 100644
index 0000000000..9f1cbb47fb
--- /dev/null
+++ b/meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb
@@ -0,0 +1,13 @@
1SUMMARY = "Small utility to dump info about DRM devices"
2HOMEPAGE = "https://gitlab.freedesktop.org/emersion/drm_info"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=32fd56d355bd6a61017655d8da26b67c"
5
6SRC_URI = "git://gitlab.freedesktop.org/emersion/drm_info.git;branch=master;protocol=https"
7SRCREV = "c1f5ca4cf750b26eb26c1d9d5c2ef057acbcfefc"
8
9S = "${WORKDIR}/git"
10
11inherit meson pkgconfig
12
13DEPENDS = "json-c libdrm"