Correct. It could be a bbappend in meta-arago-distro, like the original patch, or it could be just added into meta-arago-distro/conf/distro/arago.conf like existing PACKAGECONFIG modifications there in lines 107-150: https://git.yoctoproject.org/meta-arago/tree/meta-arago-distro/conf/distro/arago.conf#n107
On Thu, Jun 30, 2022 at 04:15:02PM -0500, Ryan Eatmon wrote: > > So you're saying it should be in meta-arago-distro? > > > > On 6/30/2022 12:25, Denys Dmytriyenko wrote: > >This is distro-specific configuration and should not be done in > >distro-agnostic meta-arago-extras layer. > > > > > >On Thu, Jun 30, 2022 at 11:58:09AM +0000, Aniket Limaye via > >lists.yoctoproject.org wrote: > >>+Karthik > >> > >>Praneeth, > >> > >>This is not specific to codec. This can be used for profiling latencies and > >>such for any GStreamer elements. > >>It should not impact performance either. It just prints latency logs if an > >>environment variable is set, similar to GST_DEBUG. > >> > >> > >>-----Original Message----- > >>From: Bajjuri, Praneeth <[email protected]> > >>Sent: Thursday, June 30, 2022 3:29 PM > >>To: Limaye, Aniket <[email protected]>; [email protected]; > >>Mantena, Prasanth <[email protected]>; [email protected] > >>Cc: Eatmon, Ryan <[email protected]>; Weaver, Lucas <[email protected]> > >>Subject: Re: [meta-arago][dunfell][PATCH] gstreamer: Adding tracer-hooks > >>build flag to enable GST_TRACERS > >> > >>Prashanth,Prasanth, > >> > >>Please review. > >> > >>On 6/29/2022 4:23 PM, Aniket Limaye wrote: > >>>Enables GST_TRACERS : an optional utility for profiling gstreamer > >>>applications > >> > >>Aniket, > >> > >>1. What is the impact of this with codec performance? > >>2. Why is this optional utility need to enabled? > >> > >> > >>> > >>>Signed-off-by: Aniket Limaye <[email protected]> > >>>--- > >>> .../gstreamer/gstreamer1.0_1.16.%.bbappend | 5 +++++ > >>> 1 file changed, 5 insertions(+) > >>> create mode 100644 > >>> meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0_1.16.%.bbappend > >>> > >>>diff --git > >>>a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0_1.16.%.bbappend > >>> > >>>b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0_1.16.%.bbappend > >>>new file mode 100644 > >>>index 00000000..d7bdaa04 > >>>--- /dev/null > >>>+++ > >>>b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0_1.16.%.bbappend > >>>@@ -0,0 +1,5 @@ > >>>+ > >>>+PACKAGECONFIG_append = " tracer-hooks" > >>>+ > >>>+PR_append = ".arago0" > >>>+ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13932): https://lists.yoctoproject.org/g/meta-arago/message/13932 Mute This Topic: https://lists.yoctoproject.org/mt/92062298/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
