summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-10-17 15:20:31 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-10-17 17:37:10 +0530
commit65b52b34f697857d46b02beaa33a3f662f9c70f7 (patch)
tree247ecfb25969c594ea9628f42d0a74b256a22288
parent5f2e06eecda95868cc5694a45dad0b99f64e6749 (diff)
downloadmeta-xilinx-65b52b34f697857d46b02beaa33a3f662f9c70f7.tar.gz
linux-xlnx : Updated SRCREV for 2024.2_7015
xlnx-zynqmp: Add static inline keyword for function defination crypto: zynqmp-aes-gcm: Fix memory leak misc: xilinx_puf: Add module param and ioctl to clear PUF ID and PUF Key crypto: zynqmp-aes-gcm: Align parameters with parenthesis crypto: zynqmp-aes-gcm: Clear AES user key zynqmp: Add command ids to clear keys crypto: xilinx-ecdsa: Fix memory leak in setkey crypto: xilinx-ecdsa: Align parameters with parenthesis crypto: xilinx-ecdsa: Fix buffer overflow in ecdsa-nist-p521
-rw-r--r--meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.40-v2024.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.40-v2024.2.bb b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.40-v2024.2.bb
index bcc34a20..1e6214ee 100644
--- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.40-v2024.2.bb
+++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_6.6.40-v2024.2.bb
@@ -1,7 +1,7 @@
1LINUX_VERSION = "6.6.40" 1LINUX_VERSION = "6.6.40"
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 = "0dfaecf365d9f9c89f3776a4091387893057dcd4" 4SRCREV = "d2e1f5de830dfdf46ab90300532099fd1884cc72"
5SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" 5SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865"
6 6
7KCONF_AUDIT_LEVEL="0" 7KCONF_AUDIT_LEVEL="0"