diff mbox series

[meta-ti,master,2/2] linux-bb.org_6.6: Backport OpenSSL 4.0 patches

Message ID 20260910025416.3648241-2-reatmon@ti.com
State New
Headers show
Series [meta-ti,master,1/2] u-boot-bb.org: Fixes for OpenSSL 4.0 | expand

Commit Message

Ryan Eatmon Sept. 10, 2026, 2:54 a.m. UTC
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 mbox series

Patch

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 \
+"