Hi Alexander, On Fri, Nov 01, 2024 at 08:22:03PM +0100, Alexander Kanavin wrote: > Should this go to meta-oe rather? Why core?
I was not 100% sure, I just selected here because I saw the recipe for 'libdrm' and the 'recipes-graphics/drm'. I can move this to meta-oe if openembedded-core is not the correct place. Please let me know. > > Alex > > On Fri 1. Nov 2024 at 19.42, Hiago De Franco via lists.openembedded.org > <hiagofranco=gmail....@lists.openembedded.org> wrote: > > > From: Hiago De Franco <hiago.fra...@toradex.com> > > > > This recipe provides information about DRM devices, useful for debugging > > and checking information about DRM. > > > > Signed-off-by: Hiago De Franco <hiago.fra...@toradex.com> > > --- > > meta/conf/distro/include/maintainers.inc | 1 + > > meta/recipes-graphics/drm/drm-info_2.7.0.bb | 13 +++++++++++++ > > 2 files changed, 14 insertions(+) > > create mode 100644 meta/recipes-graphics/drm/drm-info_2.7.0.bb > > > > diff --git a/meta/conf/distro/include/maintainers.inc > > b/meta/conf/distro/include/maintainers.inc > > index 7aafa7a2d146..2c2779f8cf83 100644 > > --- a/meta/conf/distro/include/maintainers.inc > > +++ b/meta/conf/distro/include/maintainers.inc > > @@ -156,6 +156,7 @@ RECIPE_MAINTAINER:pn-docbook-xsl-stylesheets = "Yi > > Zhao <yi.z...@windriver.com>" > > RECIPE_MAINTAINER:pn-dos2unix = "Khem Raj <raj.k...@gmail.com>" > > RECIPE_MAINTAINER:pn-dosfstools = "Yi Zhao <yi.z...@windriver.com>" > > RECIPE_MAINTAINER:pn-dpkg = "Unassigned <unassig...@yoctoproject.org>" > > +RECIPE_MAINTAINER:pn-drm-info = "Hiago De Franco < > > hiago.fra...@toradex.com>" > > RECIPE_MAINTAINER:pn-dropbear = "Yi Zhao <yi.z...@windriver.com>" > > RECIPE_MAINTAINER:pn-dtc = "Wang Mingyu <wan...@fujitsu.com>" > > RECIPE_MAINTAINER:pn-dwarfsrcfiles = "Alexander Kanavin < > > alex.kana...@gmail.com>" > > diff --git a/meta/recipes-graphics/drm/drm-info_2.7.0.bb > > b/meta/recipes-graphics/drm/drm-info_2.7.0.bb > > new file mode 100644 > > index 000000000000..9f1cbb47fbfd > > --- /dev/null > > +++ b/meta/recipes-graphics/drm/drm-info_2.7.0.bb > > @@ -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" > > > > > > > > Regards, Hiago.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206632): https://lists.openembedded.org/g/openembedded-core/message/206632 Mute This Topic: https://lists.openembedded.org/mt/109340073/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-