From: Harish.Sadineni@windriver.com
To: openembedded-core@lists.openembedded.org
Cc: Randy.MacLeod@windriver.com, Naveen.Gowda@windriver.com,
Sundeep.Kokkonda@windriver.com
Subject: [PATCH v3 2/3] binutils-cross-canadian: add gprofng package as runtime dependency
Date: Wed, 11 Sep 2024 22:46:27 -0700 [thread overview]
Message-ID: <20240912054628.1539323-2-Harish.Sadineni@windriver.com> (raw)
In-Reply-To: <20240912054628.1539323-1-Harish.Sadineni@windriver.com>
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>
---
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"
--
2.43.0
next prev parent reply other threads:[~2024-09-12 5:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-12 5:46 [PATCH v3 1/3] binutils: Fix packaging of bfd-plugins Harish.Sadineni
2024-09-12 5:46 ` Harish.Sadineni [this message]
2024-09-12 6:42 ` [OE-core] [PATCH v3 2/3] binutils-cross-canadian: add gprofng package as runtime dependency Richard Purdie
2024-09-12 5:46 ` [PATCH v3 3/3] nativesdk-packagegroup-sdk-host: Add missing perl modules to RDEPENDS Harish.Sadineni
2024-09-12 6:44 ` [OE-core] " Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240912054628.1539323-2-Harish.Sadineni@windriver.com \
--to=harish.sadineni@windriver.com \
--cc=Naveen.Gowda@windriver.com \
--cc=Randy.MacLeod@windriver.com \
--cc=Sundeep.Kokkonda@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox