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