diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-26 06:23:54 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-26 11:17:09 +0530 |
commit | 6c25e7c43d6e097ff80afc58300277f891e178fc (patch) | |
tree | 25579616190fd18f3f68db9fcfac7cdc134111c8 | |
parent | a641977bfd1062ab2c6bbc04dbaa64502c807bc1 (diff) | |
download | meta-xilinx-6c25e7c43d6e097ff80afc58300277f891e178fc.tar.gz |
linux-xlnx : Updated SRCREV for 2024.2_9143
crypto: zynqmp-aes-gcm: Initialise key source before use
iio: adc: versal-sysmon-i2c: Return max temp on i2c read failure
iio: adc: versal-sysmon: Report temperature and voltage channels in milli-scale
arm64: zynqmp: Fix pwm-fan polarity
-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 7b4ca313..ce6a99cb 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 = "50035761787ccbb59aaed2def913e2f28ec070ca" | 4 | SRCREV = "10ae90d9dd64f3ab1bc6207100e9adfda6a9b0a2" |
5 | SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" | 5 | SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" |
6 | 6 | ||
7 | KCONF_AUDIT_LEVEL="0" | 7 | KCONF_AUDIT_LEVEL="0" |