summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-04-28 14:25:11 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-04-28 20:05:35 +0530
commit50265130ad1480d860f7dad4f9d9a58b2c26857f (patch)
treeea453eadb56e4b2b5298a23548478e458224356d
parentedba71bbcf910119881f9a4fcbc201489ca21f93 (diff)
downloadmeta-xilinx-50265130ad1480d860f7dad4f9d9a58b2c26857f.tar.gz
linux-xlnx : Updated SRCREV for 2024.1_5455
drivers: crypto: xilinx: Fix the request size
-rw-r--r--meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb
index e835e2f7..0356f594 100644
--- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb
+++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb
@@ -1,7 +1,7 @@
1LINUX_VERSION = "6.6.10" 1LINUX_VERSION = "6.6.10"
2YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=yocto-kmeta" 2YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=yocto-kmeta"
3KBRANCH="xlnx_rebase_v6.6_LTS" 3KBRANCH="xlnx_rebase_v6.6_LTS"
4SRCREV = "08ceadacc1da15a77045dee6654f9cd906906271" 4SRCREV = "2de012957c3555b5d1f46cdd63729f43b9bb4514"
5SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" 5SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865"
6 6
7KCONF_AUDIT_LEVEL="0" 7KCONF_AUDIT_LEVEL="0"