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>
This commit is contained in:
Hiago De Franco 2024-11-03 15:31:01 -03:00 committed by Khem Raj
parent fa7ee06bd6
commit 98c18177fd
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -0,0 +1,13 @@
SUMMARY = "Small utility to dump info about DRM devices"
HOMEPAGE = "https://gitlab.freedesktop.org/emersion/drm_info"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=32fd56d355bd6a61017655d8da26b67c"
SRC_URI = "git://gitlab.freedesktop.org/emersion/drm_info.git;branch=master;protocol=https"
SRCREV = "c1f5ca4cf750b26eb26c1d9d5c2ef057acbcfefc"
S = "${WORKDIR}/git"
inherit meson pkgconfig
DEPENDS = "json-c libdrm"