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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17308): https://lists.yoctoproject.org/g/meta-arago/message/17308 Mute This Topic: https://lists.yoctoproject.org/mt/118258978/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
