| Message ID | 20260910005856.3904973-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master,1/3] conf: Remove openssl engines | expand |
meta-arago / na / 20260910005856.3904973-1-reatmon
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-arago][master][PATCH 1/3] conf: Remove openssl engines
WARN: Commit message does not include file/recipe name: conf: Remove openssl engines. (COMMIT-MESSAGE-2)
patch
WARN: Commit message should not include directory path to recipe: conf: Remove openssl engines.
conf (COMMIT-MESSAGE-3)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master][PATCH 1/3] conf: Remove openssl engines
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Wed, 9 Sep 2026 19:58:54 -0500
- Num Patches: 3
- Mailing List (public inbox) Commit SHA: 0cb90220913a019aba79d2cd3ada3f1eea052881
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: netopeer2-server: Patch for OpenSSL 4.0
- Commit SHA: 745d80a58f87d57cbccbf78d4a956b5611488a02
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
=========================================================
yocto-check-layers: FAIL
=========================================================
master - FAIL
=====================
ERROR: Multiple recipes found for mesa-demos
oe-core/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb
meta-arago/meta-arago-distro/recipes-graphics/mesa/mesa-demos_git.bb
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index f3feb8b5..f735c23f 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -92,9 +92,6 @@ PACKAGECONFIG_GL:pn-libsdl2 = "gles2" # Add KMS/DRM backend support PACKAGECONFIG:append:pn-libsdl2 = " kmsdrm" -# Enable cryptodev/devcrypto engine in OpenSSL 1.1 -PACKAGECONFIG:append:pn-openssl = " cryptodev-linux" - # Enable GST_TRACER logging in gstreamer PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks coretracers"
With the move to OpenSSL 4.0 [1], OpenSSL no longer has engines, so we need to remove them from our config. [1] https://git.openembedded.org/openembedded-core/commit/?id=20bf704e5809e95036b998f0f45145cf7205b05b Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-distro/conf/distro/arago.conf | 3 --- 1 file changed, 3 deletions(-)