diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-17 15:20:31 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-17 17:37:10 +0530 |
commit | 65b52b34f697857d46b02beaa33a3f662f9c70f7 (patch) | |
tree | 247ecfb25969c594ea9628f42d0a74b256a22288 | |
parent | 5f2e06eecda95868cc5694a45dad0b99f64e6749 (diff) | |
download | meta-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.bb | 2 |
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 @@ | |||
1 | LINUX_VERSION = "6.6.40" | 1 | LINUX_VERSION = "6.6.40" |
2 | YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=yocto-kmeta" | 2 | YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=yocto-kmeta" |
3 | KBRANCH="xlnx_rebase_v6.6_LTS" | 3 | KBRANCH="xlnx_rebase_v6.6_LTS" |
4 | SRCREV = "0dfaecf365d9f9c89f3776a4091387893057dcd4" | 4 | SRCREV = "d2e1f5de830dfdf46ab90300532099fd1884cc72" |
5 | SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" | 5 | SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" |
6 | 6 | ||
7 | KCONF_AUDIT_LEVEL="0" | 7 | KCONF_AUDIT_LEVEL="0" |