From: Andrew Davis <afd@ti.com>
To: Denys Dmytriyenko <denys@konsulko.com>,
Ryan Eatmon <reatmon@ti.com>, <meta-arago@lists.yoctoproject.org>
Cc: Andrew Davis <afd@ti.com>
Subject: [meta-arago][scarthgap/master][PATCH] arago.conf: Enable GStreamer based video for kmscube
Date: Mon, 28 Jul 2025 12:36:08 -0500 [thread overview]
Message-ID: <20250728173608.575863-1-afd@ti.com> (raw)
Enable the video playback for kmscube. This is a great way to show off our
video Codecs and how they can interact with our GPU with zero-copy buffer
passing. Enable this here.
While here, since kmscube often runs against the bare KMS/GBM backend,
enable the same support for GStreamer which allows for it to use GBM
EGL contexts.
Signed-off-by: Andrew Davis <afd@ti.com>
---
meta-arago-distro/conf/distro/arago.conf | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index ce028587..61041568 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -103,6 +103,9 @@ PACKAGECONFIG:append:pn-openssl = " cryptodev-linux"
# Enable GST_TRACER logging in gstreamer
PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks coretracers"
+# Enable GBM in gstreamer
+PACKAGECONFIG:append:pn-gstreamer1.0-plugins-base = " gbm"
+
# Enable kmssink in gstreamer
PACKAGECONFIG:append:pn-gstreamer1.0-plugins-bad = " kms"
@@ -113,6 +116,9 @@ PACKAGECONFIG:append:pn-libcamera = " gst"
PACKAGECONFIG:remove:pn-alsa-plugins = "pulseaudio"
RDEPENDS:pulseaudio-server:remove = "alsa-plugins-pulseaudio-conf"
+# Enable gstreamer based video for kmscube
+PACKAGECONFIG:append:pn-kmscube = " gstreamer"
+
# Configure RAMFS for jailhouse linux-demo
JH_RAMFS_IMAGE = "tisdk-jailhouse-inmate"
--
2.39.2
reply other threads:[~2025-07-28 17:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20250728173608.575863-1-afd@ti.com \
--to=afd@ti.com \
--cc=denys@konsulko.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=reatmon@ti.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.