Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] nativesdk-packagegroup-sdk-host: add gprofng package to RDEPENDS
@ 2024-03-22 10:10 Harish.Sadineni
  2024-03-22 10:10 ` [PATCH 2/3] autoconf: Add missing perl modules " Harish.Sadineni
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Harish.Sadineni @ 2024-03-22 10:10 UTC (permalink / raw)
  To: openembedded-core; +Cc: Randy.MacLeod, Sundeep.Kokkonda

From: Harish Sadineni <Harish.Sadineni@windriver.com>

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 <Harish.Sadineni@windriver.com>
---
 .../packagegroups/nativesdk-packagegroup-sdk-host.bb             | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
index c1d3c25060..5374067bab 100644
--- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
+++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
@@ -30,6 +30,7 @@ RDEPENDS:${PN} = "\
     nativesdk-bison \
     nativesdk-flex \
     nativesdk-perl-module-integer \
+    nativesdk-gprofng \
     "
 
 RDEPENDS:${PN}:darwin = "\
-- 
2.43.0



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

end of thread, other threads:[~2024-03-29 15:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-22 10:10 [PATCH 1/3] nativesdk-packagegroup-sdk-host: add gprofng package to RDEPENDS Harish.Sadineni
2024-03-22 10:10 ` [PATCH 2/3] autoconf: Add missing perl modules " Harish.Sadineni
2024-03-22 22:30   ` [OE-core] " Richard Purdie
2024-03-29 15:10     ` Sadineni, Harish
2024-03-22 10:10 ` [PATCH 3/3] binutils: gprofng - change use of bignum to use of bignint Harish.Sadineni
2024-03-22 22:29 ` [OE-core] [PATCH 1/3] nativesdk-packagegroup-sdk-host: add gprofng package to RDEPENDS Richard Purdie
2024-03-29 15:01   ` Sadineni, Harish

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox