diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-24 12:58:01 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-24 14:47:10 +0530 |
commit | 64c4329de9c78853e6aa2213a4709cbd189bc14d (patch) | |
tree | 188f26cdee0f3e7f5a04135421fe5b4e380d068a /meta-xilinx-core/recipes-kernel | |
parent | f9e7a36b1a9a5816a7943e95346091f41bf215bd (diff) | |
download | meta-xilinx-64c4329de9c78853e6aa2213a4709cbd189bc14d.tar.gz |
linux-xlnx : Updated SRCREV for 2024.1_6043
net: macb: Fix missing wakeup attribute on zu+ and versal
media: dt-bindings: ov8856: decouple lanes and link frequency from driver
dt-bindings: serial: rs485: Add rs485-rts-active-high
media: dt-bindings: ti,ds90ub960: Add missing type for "i2c-alias"
ASoC: dt-bindings: Simplify port schema
dt-bindings: display: panel: one file of all simple LVDS panels with dual ports
ASoC: dt-bindings: Simplify referencing dai-params.yaml
dt-bindings: Drop kernel copy of common reserved-memory bindings
dt-bindings: iio: honeywell,mprls0025pa: drop ref from pressure properties
Diffstat (limited to 'meta-xilinx-core/recipes-kernel')
-rw-r--r-- | meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb | 2 |
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 4363c29f..6f0c3211 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 @@ | |||
1 | LINUX_VERSION = "6.6.0" | 1 | LINUX_VERSION = "6.6.0" |
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="master" | 3 | KBRANCH="master" |
4 | SRCREV = "6ceb721218b64dd2c6ef478849ec6fb464f608bd" | 4 | SRCREV = "4a9aa5b144a6d3d77049d5f3af58fe810a130b96" |
5 | SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" | 5 | SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" |
6 | 6 | ||
7 | KCONF_AUDIT_LEVEL="0" | 7 | KCONF_AUDIT_LEVEL="0" |