| Message ID | 20251119052440.3800939-1-s-joshi@ti.com |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-arago,scarthgap/master,v2] packagegroup-arago-base: Add libp11 package | expand |
meta-arago / na / 20251119052440.3800939-1-s-joshi PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= scarthgap ===================== Summary: - Patch Series: [meta-arago][scarthgap/master][PATCH v2] packagegroup-arago-base: Add libp11 package - Submitter: From: Suhaas Joshi <s-joshi@ti.com> - Date: Date: Wed, 19 Nov 2025 10:54:40 +0530 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 49d5da8358d41e863456bba37b8475ba99af8987 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: scarthgap-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: v4l-utils: Do the version bump in a yocto-check-layer compliant manner - Commit SHA: 312752656aed73c1187d9d0cf5d246e5731965fe Patches ---------------------------------------- All patches applied master ===================== Summary: - Patch Series: [meta-arago][scarthgap/master][PATCH v2] packagegroup-arago-base: Add libp11 package - Submitter: From: Suhaas Joshi <s-joshi@ti.com> - Date: Date: Wed, 19 Nov 2025 10:54:40 +0530 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 49d5da8358d41e863456bba37b8475ba99af8987 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-wip - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.master.202511180100 - Commit SHA: 82a437373896b01cd89d456dcc9cb28521b64ac7 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= scarthgap ===================== PASS master ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= scarthgap - PASS ===================== All checks passed master - PASS ===================== All checks passed
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb index 5cb4e30c..f0f5b66c 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb @@ -49,6 +49,7 @@ ARAGO_EXTRA = "\ cifs-utils \ phytool \ lldpd \ + libp11 \ " ARAGO_EXTRA:append:arago = "\
Add libp11 library to packagegroup-arago-base. This library provides the pkcs11.so engine, which OpenSSL uses for its PKCS#11-related operations. Signed-off-by: Suhaas Joshi <s-joshi@ti.com> --- v1 -> v2: * Change subject line to not include meta-<layer> * v1: https://lore.kernel.org/yocto-meta-arago/20251118192005.GF3125@denix.org/T/#t --- .../recipes-core/packagegroups/packagegroup-arago-base.bb | 1 + 1 file changed, 1 insertion(+)