| Message ID | 20251117081833.3718999-1-s-joshi@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,scarthgap/master] meta-arago-distro: Add libp11 library | expand |
meta-arago / na / 20251117081833.3718999-1-s-joshi
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-arago][scarthgap/master][PATCH] meta-arago-distro: Add libp11 library
WARN: Commit message does not include file/recipe name: meta-arago-distro: Add libp11 library. (COMMIT-MESSAGE-2)
patch
WARN: Commit message should not include directory path to recipe: meta-arago-distro: Add libp11 library.
meta-arago-distro: (COMMIT-MESSAGE-3)
patch
=========================================================
apply-yocto-patch: PASS
=========================================================
scarthgap
=====================
Summary:
- Patch Series: [meta-arago][scarthgap/master][PATCH] meta-arago-distro: Add libp11 library
- Submitter: From: Suhaas Joshi <s-joshi@ti.com>
- Date: Date: Mon, 17 Nov 2025 13:48:33 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: a61c772dabcf4f5039effcd04bd8c549a62f23a0
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] meta-arago-distro: Add libp11 library
- Submitter: From: Suhaas Joshi <s-joshi@ti.com>
- Date: Date: Mon, 17 Nov 2025 13:48:33 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: a61c772dabcf4f5039effcd04bd8c549a62f23a0
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-wip
- Commit Author: Randolph Sapp <rs@ti.com>
- Commit Subject: udev-aragoconf: aggregate generic udev rules
- Commit SHA: 157fe67589c1d5995a15b9c9902e440ac5a948c7
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
scarthgap
=====================
PASS
master
=====================
PASS
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 meta-arago-distro layer. 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> --- .../recipes-core/packagegroups/packagegroup-arago-base.bb | 1 + 1 file changed, 1 insertion(+)