On Wed, 2024-09-11 at 22:46 -0700, Sadineni, Harish via lists.openembedded.org wrote: > From: Harish Sadineni <[email protected]> > > In SDK, while running "x86_64-poky-linux-gp-collect-app ./exe" fails > to create 'test.1.er' due to missing gprofng configure file in sysconfdir > and aborting with below error while generating the profiling data. > - configuration error: can not find libgp-collector.so. run aborted > > Signed-off-by: Harish Sadineni <[email protected]> > --- > meta/recipes-devtools/binutils/binutils-cross-canadian.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc > b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc > index 62ebb3f5bc..7f2699089e 100644 > --- a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc > +++ b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc > @@ -30,3 +30,4 @@ do_install () { > } > > BBCLASSEXTEND = "" > +RDEPENDS:${PN} = "nativesdk-gprofng"
Shouldn't gp-collect-app be put into the gprofng package instead? Adding that dependency effectively join the gprof package into the main PN and makes the separation pointless. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#204424): https://lists.openembedded.org/g/openembedded-core/message/204424 Mute This Topic: https://lists.openembedded.org/mt/108408162/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
