| Message ID | 20260311122202.162775-1-y-hegde@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [master] packagegroup-arago-standalone-sdk-target: add libatomic | expand |
meta-arago / na / 20260311122202.162775-1-y-hegde PRC Results: FAIL ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [master][PATCH] packagegroup-arago-standalone-sdk-target: add libatomic - Submitter: From: Yogesh Hegde <y-hegde@ti.com> - Date: Date: Wed, 11 Mar 2026 17:52:02 +0530 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: bcf6f5dbbbede8ae7de2d67c25dfc8723b1ec056 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-wip - Commit Author: Thorsten Lannynd <t-lannynd@ti.com> - Commit Subject: ti-test: Add request and websocket-client to packagegroup - Commit SHA: bf13de211888bc29ca4b2882630cb6c0135cdc8d Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: FAIL ========================================================= master - FAIL ===================== ERROR: Nothing RPROVIDES 'weston-examples' (but <build-dir>/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics.bb RDEPENDS on or otherwise requires it) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. ERROR: <build-dir>/sources/meta-virtualization/recipes-containers/container-registry/container-registry-populate.bb: QA Issue: task do_populate_registry has network enabled ERROR: <build-dir>/sources/meta-virtualization/recipes-extended/xen-guest-bundles/alpine-xen-guest-bundle_3.23.bb: QA Issue: Package alpine-xen-guest-bundle is skipping required QA tests. [installed-vs-shipped] ERROR: <build-dir>/sources/meta-virtualization/recipes-extended/xen-guest-bundles/alpine-xen-guest-bundle_3.23.bb: Fatal QA errors were found, failing task. ERROR: <build-dir>/sources/meta-virtualization/recipes-extended/xen-guest-bundles/example-xen-guest-bundle_1.0.bb: QA Issue: Package example-xen-guest-bundle is skipping required QA tests. [installed-vs-shipped] ERROR: <build-dir>/sources/meta-virtualization/recipes-extended/xen-guest-bundles/example-xen-guest-bundle_1.0.bb: Fatal QA errors were found, failing task.
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 \
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 <y-hegde@ti.com> --- .../packagegroups/packagegroup-arago-standalone-sdk-target.bb | 1 + 1 file changed, 1 insertion(+)