All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago] [kirkstone] [PATCH] arago.conf: Enable coretracers in gstreamer1.0
@ 2023-07-11 15:47 Devarsh Thakkar
  2023-07-12 13:37 ` Rahul T R
  0 siblings, 1 reply; 3+ messages in thread
From: Devarsh Thakkar @ 2023-07-11 15:47 UTC (permalink / raw)
  To: reatmon, meta-arago, praneeth, denys
  Cc: nm, vigneshr, a-bhatia1, j-luthra, khasim, nsekhar, afd, rs,
	n-jain1, devarsht, a-limaye, shyam.jagannathan, g-gupta, vijayp,
	detheridge

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 <devarsht@ti.com>
---
 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-arago] [kirkstone] [PATCH] arago.conf: Enable coretracers in gstreamer1.0
  2023-07-11 15:47 Devarsh Thakkar
@ 2023-07-12 13:37 ` Rahul T R
  0 siblings, 0 replies; 3+ messages in thread
From: Rahul T R @ 2023-07-12 13:37 UTC (permalink / raw)
  To: Devarsh Thakkar, reatmon, meta-arago, praneeth, denys
  Cc: nm, vigneshr, a-bhatia1, j-luthra, khasim, nsekhar, afd, rs,
	n-jain1, a-limaye, shyam.jagannathan, g-gupta, vijayp, detheridge,
	r-ravikumar

On 11/07/23 21:17, Devarsh Thakkar wrote:

> 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 <devarsht@ti.com>
> ---
>   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"

Reviewed-by: Rahul T R <r-ravikumar@ti.com>

Regards
Rahul T R

>   
>   # Enable kmssink in gstreamer
>   PACKAGECONFIG:append:pn-gstreamer1.0-plugins-bad = " kms"


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [meta-arago] [kirkstone] [PATCH] arago.conf: Enable coretracers in gstreamer1.0
@ 2023-07-12 20:06 Brnich, Brandon
  0 siblings, 0 replies; 3+ messages in thread
From: Brnich, Brandon @ 2023-07-12 20:06 UTC (permalink / raw)
  To: Thakkar, Devarsh, Eatmon, Ryan, meta-arago@lists.yoctoproject.org,
	Bajjuri, Praneeth, denys@konsulko.com
  Cc: Menon, Nishanth, Raghavendra, Vignesh, Bhatia, Aradhya,
	Luthra, Jai, Khasim, Syed Mohammed, Nori, Sekhar, Davis, Andrew,
	Sapp, Randolph, Jain, Nikhil, Limaye, Aniket, Jagannathan, Shyam,
	Gupta, Gyan, Pothukuchi, Vijay

Hi Devarsh,

> -----Original Message-----
> From: meta-arago@lists.yoctoproject.org <meta-
> arago@lists.yoctoproject.org> On Behalf Of Devarsh Thakkar via
> lists.yoctoproject.org
> Sent: Tuesday, July 11, 2023 10:48 AM
> To: Eatmon, Ryan <reatmon@ti.com>; meta-arago@lists.yoctoproject.org;
> Bajjuri, Praneeth <praneeth@ti.com>; denys@konsulko.com
> Cc: Menon, Nishanth <nm@ti.com>; Raghavendra, Vignesh
> <vigneshr@ti.com>; Bhatia, Aradhya <a-bhatia1@ti.com>; Luthra, Jai <j-
> luthra@ti.com>; Khasim, Syed Mohammed <khasim@ti.com>; Nori, Sekhar
> <nsekhar@ti.com>; Davis, Andrew <afd@ti.com>; Sapp, Randolph
> <rs@ti.com>; Jain, Nikhil <n-jain1@ti.com>; Thakkar, Devarsh
> <devarsht@ti.com>; Limaye, Aniket <a-limaye@ti.com>; Jagannathan, Shyam
> <shyam.jagannathan@ti.com>; Gupta, Gyan <g-gupta@ti.com>; Pothukuchi,
> Vijay <vijayp@ti.com>; Etheridge, Darren <detheridge@ti.com>
> 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 <devarsht@ti.com>

Acked-by: Brandon Brnich <b-brnich@ti.com>

> ---
>  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 (#14794): https://lists.yoctoproject.org/g/meta-
> arago/message/14794
> Mute This Topic: https://lists.yoctoproject.org/mt/100081468/7553481
> Group Owner: meta-arago+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [b-
> brnich@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-12 20:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-12 20:06 [meta-arago] [kirkstone] [PATCH] arago.conf: Enable coretracers in gstreamer1.0 Brnich, Brandon
  -- strict thread matches above, loose matches on Subject: below --
2023-07-11 15:47 Devarsh Thakkar
2023-07-12 13:37 ` Rahul T R

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.