diff mbox series

[master/kirkstone,34/52] conf: arago: Adding tracer-hooks build flag to gstreamer1.0

Message ID 20220913040246.2365077-35-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Latest 2022.09 sync-up with Dunfell | expand

Commit Message

Denys Dmytriyenko Sept. 13, 2022, 4:02 a.m. UTC
From: Aniket Limaye <a-limaye@ti.com>

Enables GST_TRACERS : an optional utility for profiling gstreamer applications

Signed-off-by: Aniket Limaye <a-limaye@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-distro/conf/distro/arago.conf | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 09678b89..542e20cb 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -147,6 +147,9 @@  PACKAGECONFIG:append:pn-libsdl2 = " kmsdrm"
 # Enable cryptodev/devcrypto engine in OpenSSL 1.1
 PACKAGECONFIG:append:pn-openssl = " cryptodev-linux"
 
+# Enable GST_TRACER logging in gstreamer
+PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks"
+
 # Disable pulseaudio routing in alsa by default
 PACKAGECONFIG:remove:pn-alsa-plugins = "pulseaudio"
 RDEPENDS:pulseaudio-server:remove = "alsa-plugins-pulseaudio-conf"