All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master][PATCH 1/2] u-boot-bb.org: Fixes for OpenSSL 4.0
@ 2026-09-10  2:54 Ryan Eatmon
  2026-09-10  2:54 ` [meta-ti][master][PATCH 2/2] linux-bb.org_6.6: Backport OpenSSL 4.0 patches Ryan Eatmon
  2026-09-10  2:55 ` [meta-ti][master][PATCH 1/2] u-boot-bb.org: Fixes for OpenSSL 4.0 PRC Automation
  0 siblings, 2 replies; 3+ messages in thread
From: Ryan Eatmon @ 2026-09-10  2:54 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

With the recent move to OpenSSL 4.0 [1] we need to update the same code
in the various u-boot versions that we support.

[1] https://git.openembedded.org/openembedded-core/commit/?id=20bf704e5809e95036b998f0f45145cf7205b05b

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2024.10.bb | 1 +
 meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.10.bb | 1 +
 2 files changed, 2 insertions(+)

diff --git a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2024.10.bb b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2024.10.bb
index 23a5a3af..868baffa 100644
--- a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2024.10.bb
+++ b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2024.10.bb
@@ -8,6 +8,7 @@ PV = "2024.10"
 
 SRC_URI += "file://0001-scripts-dtc-pylibfdt-libfdt.i_shipped-Use-SWIG_Appen.patch"
 SRC_URI += "file://0001-pylibfdt-Replace-removed-SWIG-Python-2-compatibility.patch"
+SRC_URI += "file://0001-Add-support-for-OpenSSL-Provider-API-2024-04.patch"
 
 UBOOT_GIT_URI = "git://github.com/beagleboard/u-boot.git"
 UBOOT_GIT_PROTOCOL = "https"
diff --git a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.10.bb b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.10.bb
index a6284193..a329f7df 100644
--- a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.10.bb
+++ b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.10.bb
@@ -20,3 +20,4 @@ SRC_URI:append:pocketbeagle2 = " file://bootcmd-ti-mmc.cfg"
 SRC_URI:append:beaglebone = " file://0001-arm-dts-am335x-pocketbeagle-Add-tick-timer.patch"
 
 SRC_URI += "file://0001-pylibfdt-Replace-removed-SWIG-Python-2-compatibility.patch"
+SRC_URI += "file://0001-Add-support-for-OpenSSL-Provider-API-2025-01.patch"
-- 
2.43.0



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

* [meta-ti][master][PATCH 2/2] linux-bb.org_6.6: Backport OpenSSL 4.0 patches
  2026-09-10  2:54 [meta-ti][master][PATCH 1/2] u-boot-bb.org: Fixes for OpenSSL 4.0 Ryan Eatmon
@ 2026-09-10  2:54 ` Ryan Eatmon
  2026-09-10  2:55 ` [meta-ti][master][PATCH 1/2] u-boot-bb.org: Fixes for OpenSSL 4.0 PRC Automation
  1 sibling, 0 replies; 3+ messages in thread
From: Ryan Eatmon @ 2026-09-10  2:54 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Backport a set of kernel patches to 6.6 to fix the OpenSSL build
failures.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../0001-move-common-SSL-helper-functions-to-a-header.patch | 2 ++
 .../0002-avoid-using-deprecated-ERR_get_error_line.patch    | 0
 .../0003-use-pkcs11-provider-for-OPENSSL-MAJOR-3.patch      | 0
 meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb        | 6 ++++++
 4 files changed, 8 insertions(+)
 copy {meta-ti-bsp => meta-beagle}/recipes-kernel/linux/files/0001-move-common-SSL-helper-functions-to-a-header.patch (99%)
 copy {meta-ti-bsp => meta-beagle}/recipes-kernel/linux/files/0002-avoid-using-deprecated-ERR_get_error_line.patch (100%)
 copy {meta-ti-bsp => meta-beagle}/recipes-kernel/linux/files/0003-use-pkcs11-provider-for-OPENSSL-MAJOR-3.patch (100%)

diff --git a/meta-ti-bsp/recipes-kernel/linux/files/0001-move-common-SSL-helper-functions-to-a-header.patch b/meta-beagle/recipes-kernel/linux/files/0001-move-common-SSL-helper-functions-to-a-header.patch
similarity index 99%
copy from meta-ti-bsp/recipes-kernel/linux/files/0001-move-common-SSL-helper-functions-to-a-header.patch
copy to meta-beagle/recipes-kernel/linux/files/0001-move-common-SSL-helper-functions-to-a-header.patch
index 8e8ac7be..6a58b5eb 100644
--- a/meta-ti-bsp/recipes-kernel/linux/files/0001-move-common-SSL-helper-functions-to-a-header.patch
+++ b/meta-beagle/recipes-kernel/linux/files/0001-move-common-SSL-helper-functions-to-a-header.patch
@@ -11,6 +11,8 @@ Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
 Tested-by: R Nageswara Sastry <rnsastry@linux.ibm.com>
 Reviewed-by: Neal Gompa <neal@gompa.dev>
 Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
+
+Upstream-Status: Inappropriate [OE specific]
 ---
  MAINTAINERS          |  1 +
  certs/Makefile       |  2 +-
diff --git a/meta-ti-bsp/recipes-kernel/linux/files/0002-avoid-using-deprecated-ERR_get_error_line.patch b/meta-beagle/recipes-kernel/linux/files/0002-avoid-using-deprecated-ERR_get_error_line.patch
similarity index 100%
copy from meta-ti-bsp/recipes-kernel/linux/files/0002-avoid-using-deprecated-ERR_get_error_line.patch
copy to meta-beagle/recipes-kernel/linux/files/0002-avoid-using-deprecated-ERR_get_error_line.patch
diff --git a/meta-ti-bsp/recipes-kernel/linux/files/0003-use-pkcs11-provider-for-OPENSSL-MAJOR-3.patch b/meta-beagle/recipes-kernel/linux/files/0003-use-pkcs11-provider-for-OPENSSL-MAJOR-3.patch
similarity index 100%
copy from meta-ti-bsp/recipes-kernel/linux/files/0003-use-pkcs11-provider-for-OPENSSL-MAJOR-3.patch
copy to meta-beagle/recipes-kernel/linux/files/0003-use-pkcs11-provider-for-OPENSSL-MAJOR-3.patch
diff --git a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb
index 37626a1d..86af17d3 100644
--- a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb
+++ b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb
@@ -69,3 +69,9 @@ KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git"
 
 SRC_URI += "file://no-fortify.cfg"
 KERNEL_CONFIG_FRAGMENTS += "${UNPACKDIR}/no-fortify.cfg"
+
+SRC_URI += "\
+    file://0001-move-common-SSL-helper-functions-to-a-header.patch \
+    file://0002-avoid-using-deprecated-ERR_get_error_line.patch \
+    file://0003-use-pkcs11-provider-for-OPENSSL-MAJOR-3.patch \
+"
-- 
2.43.0



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

* Re: [meta-ti][master][PATCH 1/2] u-boot-bb.org: Fixes for OpenSSL 4.0
  2026-09-10  2:54 [meta-ti][master][PATCH 1/2] u-boot-bb.org: Fixes for OpenSSL 4.0 Ryan Eatmon
  2026-09-10  2:54 ` [meta-ti][master][PATCH 2/2] linux-bb.org_6.6: Backport OpenSSL 4.0 patches Ryan Eatmon
@ 2026-09-10  2:55 ` PRC Automation
  1 sibling, 0 replies; 3+ messages in thread
From: PRC Automation @ 2026-09-10  2:55 UTC (permalink / raw)
  To: Ryan Eatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

meta-ti / na / 20260910025416.3648241-1-reatmon

PRC Results: FAIL

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: FAIL
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH 1/2] u-boot-bb.org: Fixes for OpenSSL 4.0
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Wed, 9 Sep 2026 21:54:15 -0500
- Num Patches: 2
- Mailing List (public inbox) Commit SHA: e02872e0c4e7a86c648604cd0b5869bb83bbd45d

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master.202609011013
- Commit SHA: 0424eea6b0f3f37e57500b6a65a24cbe39427ad8

Patches
----------------------------------------
FAIL - [meta-ti][master][PATCH 2/2] linux-bb.org_6.6: Backport OpenSSL 4.0 patches
    error: meta-ti-bsp/recipes-kernel/linux/files/0001-move-common-SSL-helper-functions-to-a-header.patch: does not exist in index
    error: meta-ti-bsp/recipes-kernel/linux/files/0002-avoid-using-deprecated-ERR_get_error_line.patch: does not exist in index
    error: meta-ti-bsp/recipes-kernel/linux/files/0003-use-pkcs11-provider-for-OPENSSL-MAJOR-3.patch: does not exist in index
    Applying: linux-bb.org_6.6: Backport OpenSSL 4.0 patches
    Patch failed at 0001 linux-bb.org_6.6: Backport OpenSSL 4.0 patches





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

end of thread, other threads:[~2026-09-10  2:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-10  2:54 [meta-ti][master][PATCH 1/2] u-boot-bb.org: Fixes for OpenSSL 4.0 Ryan Eatmon
2026-09-10  2:54 ` [meta-ti][master][PATCH 2/2] linux-bb.org_6.6: Backport OpenSSL 4.0 patches Ryan Eatmon
2026-09-10  2:55 ` [meta-ti][master][PATCH 1/2] u-boot-bb.org: Fixes for OpenSSL 4.0 PRC Automation

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.