Hi Devarsh, > -----Original Message----- > From: [email protected] <meta- > [email protected]> On Behalf Of Devarsh Thakkar via > lists.yoctoproject.org > Sent: Tuesday, July 11, 2023 10:48 AM > To: Eatmon, Ryan <[email protected]>; [email protected]; > Bajjuri, Praneeth <[email protected]>; [email protected] > Cc: Menon, Nishanth <[email protected]>; Raghavendra, Vignesh > <[email protected]>; Bhatia, Aradhya <[email protected]>; Luthra, Jai <j- > [email protected]>; Khasim, Syed Mohammed <[email protected]>; Nori, Sekhar > <[email protected]>; Davis, Andrew <[email protected]>; Sapp, Randolph > <[email protected]>; Jain, Nikhil <[email protected]>; Thakkar, Devarsh > <[email protected]>; Limaye, Aniket <[email protected]>; Jagannathan, Shyam > <[email protected]>; Gupta, Gyan <[email protected]>; Pothukuchi, > Vijay <[email protected]>; Etheridge, Darren <[email protected]> > Subject: [meta-arago] [kirkstone] [PATCH] arago.conf: Enable > coretracers in gstreamer1.0 > > Enable coretracers packageconfig > for gstreamer1.0 package to include gstreamer coretracers such as latency > tracer, leak tracer e.t.c in base gstreamer package > > Without this change, the gstreamer tracers were not getting included. > > Fixes: 1fbb3fb3 ("conf: arago: Adding tracer-hooks build flag to > gstreamer1.0") > > Signed-off-by: Devarsh Thakkar <[email protected]>
Acked-by: Brandon Brnich <[email protected]> > --- > meta-arago-distro/conf/distro/arago.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago- > distro/conf/distro/arago.conf > index bb074478..43553678 100644 > --- a/meta-arago-distro/conf/distro/arago.conf > +++ b/meta-arago-distro/conf/distro/arago.conf > @@ -123,7 +123,7 @@ PACKAGECONFIG:append:pn-libsdl2 = " kmsdrm" > PACKAGECONFIG:append:pn-openssl = " cryptodev-linux" > > # Enable GST_TRACER logging in gstreamer > -PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks" > +PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks coretracers" > > # Enable kmssink in gstreamer > PACKAGECONFIG:append:pn-gstreamer1.0-plugins-bad = " kms" > -- > 2.34.1 > > > > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14797): https://lists.yoctoproject.org/g/meta-arago/message/14797 Mute This Topic: https://lists.yoctoproject.org/mt/100081468/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
