diff options
| author | Hiago De Franco <hiago.franco@toradex.com> | 2024-11-03 15:31:01 -0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 09:42:49 -0800 |
| commit | 98c18177fd70c8be0d69c6984aeb8fb98b9b89ae (patch) | |
| tree | 6cb571cc6c71048a13708ef49fd78217a06fd702 | |
| parent | fa7ee06bd615e21f48c42668f1d161c16741b9a9 (diff) | |
| download | meta-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.bb | 13 |
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 @@ | |||
| 1 | SUMMARY = "Small utility to dump info about DRM devices" | ||
| 2 | HOMEPAGE = "https://gitlab.freedesktop.org/emersion/drm_info" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=32fd56d355bd6a61017655d8da26b67c" | ||
| 5 | |||
| 6 | SRC_URI = "git://gitlab.freedesktop.org/emersion/drm_info.git;branch=master;protocol=https" | ||
| 7 | SRCREV = "c1f5ca4cf750b26eb26c1d9d5c2ef057acbcfefc" | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | |||
| 11 | inherit meson pkgconfig | ||
| 12 | |||
| 13 | DEPENDS = "json-c libdrm" | ||
