diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-10 15:40:11 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-10 17:47:10 +0530 |
commit | be3c0d79b7e3d72c66d97f2d8343b5e60f142799 (patch) | |
tree | fe0b849999302917db3f3b8230a4c0163eb3b1e9 | |
parent | efa1ef4baf5a37e053d0d5cc84f22d1911e35668 (diff) | |
download | meta-xilinx-be3c0d79b7e3d72c66d97f2d8343b5e60f142799.tar.gz |
linux-xlnx : Updated SRCREV for 2024.2_5303
spi: spi-xilinx: Simplify clock management by using clk_bulk*() APIs
dmaengine: zynqmp_dma: Fix the reset value of dma channels
net: axienet: Add GRO Multiple Port Support
net: axienet: Add EOE GRO support for RX
net: axienet: Add Page allocation/deallocation for GRO
net: axienet: Add page in struct aximcdma_bd for GRO
net: axienet: Add EOE GSO and checksum support for TX
net: axienet: Add ethernet offload engine support
dt-bindings: net: xlnx,axi-ethernet: Add bindings documentation for Ethernet Offload Engine
dt-bindings: net: xlnx,axi-ethernet: Align examples reg property addressing to 32-bit
dt-bindings: net: xlnx,axi-ethernet: Add missing reg minItems
-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 a791ebd4..9ffb9673 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 = "0deb9f8630d8fc6443807c37158c7ca5b3a4ee5e" | 4 | SRCREV = "239b09439a9b1585c021b16f24e9349aee713f58" |
5 | SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" | 5 | SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" |
6 | 6 | ||
7 | KCONF_AUDIT_LEVEL="0" | 7 | KCONF_AUDIT_LEVEL="0" |