[master][PATCH] packagegroup-arago-standalone-sdk-target: add libatomic
Yogesh Hegde <[email protected]> Wed, 11 Mar 2026 17:52:02 +0530
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
Add libatomic to SDK target dependencies to resolve cross-compilation failures. The SDK sysroot was missing libatomic libraries while the target images includes them, causing linking errors when cross-compiling applications that require libatomic. Signed-off-by: Yogesh Hegde <[email protected]> --- .../packagegroups/packagegroup-arago-standalone-sdk-target.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb index baa2a4bc..399f883a 100644 --- a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb +++ b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb @@ -11,6 +11,7 @@ RDEPENDS:${PN} = "\ libgcc-dev \ libstdc++-dev \ libgomp-dev \ + libatomic-dev \ ${LIBC_DEPENDENCIES} \ libc-staticdev \ linux-libc-headers-dev \ -- 2.34.1