From: Adam Di Carlo <a.p.dicarlo@gmail.com>
To: buildroot@buildroot.org
Cc: Adam Di Carlo <a.p.dicarlo@gmail.com>
Subject: [Buildroot] [PATCH v2 0/3] gstreamer1: enable drm and udev independently
Date: Sun, 29 Mar 2026 11:47:06 -0400 [thread overview]
Message-ID: <20260329154709.539516-1-a.p.dicarlo@gmail.com> (raw)
In-Reply-To: <20260319022906.47253-1-a.p.dicarlo@gmail.com>
Fixes a problem impacting at least the gstreamer 'kmssink' when built
without libva, resulting a very limited capability sink. These issues
are addressed by treating drm and udev as first class dependencies,
activited by their associated and packaged libraries.
Changes in v1 -> v2:
- Improved commit messages.
- Correct some alphabetic violations.
- Linked to original V1:
https://lore.kernel.org/buildroot/20260319022906.47253-1-a.p.dicarlo@gmail.com/
Adam Di Carlo (3):
package/gst1-plugins-base: if libdrm is enabled, make use of it
package/gst1-plugins-bad: decouple va from drm and separately select
them
package/gst1-plugins-bad: presence of libgudev enables udev support
.../gst1-plugins-bad/gst1-plugins-bad.mk | 17 ++++++++++++-----
.../gst1-plugins-base/gst1-plugins-base.mk | 7 +++++++
2 files changed, 19 insertions(+), 5 deletions(-)
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-03-29 15:47 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-19 2:29 [Buildroot] [PATCH 1/2] package/gstreamer1/gst1-plugins-bad: decouple drm suppoprt from va, since kvm uses it as well Adam Di Carlo
2026-03-19 2:29 ` [Buildroot] [PATCH 2/2] package/gstreamer1/gst1-plugins-bad: enable drm if buildroot package is enabled, adding it as a proper dep Adam Di Carlo
2026-03-29 15:47 ` Adam Di Carlo [this message]
2026-03-29 15:47 ` [Buildroot] [PATCH v2 1/3] package/gst1-plugins-base: if libdrm is enabled, make use of it Adam Di Carlo
2026-03-29 16:20 ` Fiona Klute via buildroot
2026-03-29 19:19 ` Adam Di Carlo
2026-03-29 15:47 ` [Buildroot] [PATCH v2 2/3] package/gst1-plugins-bad: decouple va from drm and separately select them Adam Di Carlo
2026-03-29 15:47 ` [Buildroot] [PATCH v2 3/3] package/gst1-plugins-bad: presence of libgudev enables udev support Adam Di Carlo
2026-03-30 14:45 ` [Buildroot] [PATCH v2 0/3] gstreamer1: enable drm and udev independently Adam Di Carlo
2026-03-30 14:45 ` [Buildroot] [PATCH v2 1/3] package/gst1-plugins-base: if libdrm is enabled, make use of it Adam Di Carlo
2026-03-30 14:45 ` [Buildroot] [PATCH v2 2/3] package/gst1-plugins-bad: decouple va from drm and separately select them Adam Di Carlo
2026-03-30 14:45 ` [Buildroot] [PATCH v2 3/3] package/gst1-plugins-bad: presence of libgudev enables udev support Adam Di Carlo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260329154709.539516-1-a.p.dicarlo@gmail.com \
--to=a.p.dicarlo@gmail.com \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox