All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][scarthgap/master][PATCH] meta-arago-distro: Add libp11 library
@ 2025-11-17  8:18 Suhaas Joshi
  2025-11-17  8:35 ` PRC Automation
  2025-11-18 19:20 ` Denys Dmytriyenko
  0 siblings, 2 replies; 3+ messages in thread
From: Suhaas Joshi @ 2025-11-17  8:18 UTC (permalink / raw)
  To: meta-arago
  Cc: Ryan Eatmon, Shiva Tripathi, Kamlesh Gudaseni, Kavitha Malarvizhi,
	Suhaas Joshi

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(+)

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 = "\
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-arago][scarthgap/master][PATCH] meta-arago-distro: Add libp11 library
  2025-11-17  8:18 [meta-arago][scarthgap/master][PATCH] meta-arago-distro: Add libp11 library Suhaas Joshi
@ 2025-11-17  8:35 ` PRC Automation
  2025-11-18 19:20 ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: PRC Automation @ 2025-11-17  8:35 UTC (permalink / raw)
  To: Suhaas Joshi
  Cc: meta-arago, Ryan Eatmon, Shiva Tripathi, Kamlesh Gudaseni,
	Kavitha Malarvizhi

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-arago][scarthgap/master][PATCH] meta-arago-distro: Add libp11 library
  2025-11-17  8:18 [meta-arago][scarthgap/master][PATCH] meta-arago-distro: Add libp11 library Suhaas Joshi
  2025-11-17  8:35 ` PRC Automation
@ 2025-11-18 19:20 ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2025-11-18 19:20 UTC (permalink / raw)
  To: s-joshi
  Cc: meta-arago, Ryan Eatmon, Shiva Tripathi, Kamlesh Gudaseni,
	Kavitha Malarvizhi

Per PRC, the Subject line should specify the recipe, not the layer, that gets 
modified by the patch.


On Mon, Nov 17, 2025 at 01:48:33PM +0530, Suhaas Joshi via lists.yoctoproject.org wrote:
> 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(+)
> 
> 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 = "\
> -- 
> 2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-18 19:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-17  8:18 [meta-arago][scarthgap/master][PATCH] meta-arago-distro: Add libp11 library Suhaas Joshi
2025-11-17  8:35 ` PRC Automation
2025-11-18 19:20 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.