diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-23 11:33:00 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-23 18:47:09 +0530 |
commit | 72ab53f9baeb52a676df70868d6215fb8bae8d10 (patch) | |
tree | 61ca8b3cac24590226313e33557fa5e7cef3c037 /meta-xilinx-core | |
parent | 2d4dd66cb59d1cac6e5a9ba94d209897602b2994 (diff) | |
download | meta-xilinx-72ab53f9baeb52a676df70868d6215fb8bae8d10.tar.gz |
linux-xlnx : Updated SRCREV for 2024.2_8083
media: xilinx: xilinx-hdmirxss: redefine HDCP1X ioctl type with macro
v4l: xilinx: hdmirx: Add HDCP2x support
v4l: xilinx: hdcp2xrx: Add HDMI support for HDCP2X Protocol
v4l: xilinx: hdcp2xrx: Enable DDC Reset
v4l: xilinx: hdcp2xrx: Add HDCP2X rxstatus register
v4l: xilinx: hdcp2xrx: Remove unused variable
v4l: xilinx: hdcp2xrx: Add check to detect HDCP22 protocol events
v4l: xilinx: hdcp2xrx: Add method to enable disable HDCP22 version
v4l: xilinx: hdcp2xrx: Add HDCP22 RNG and MMUL offsets for HDMI Rx
v4l: xilinx: hdmirx: Select HDCP2x Rx
v4l: xilinx: hdmirx: Select CRYTPO_AES
v4l: xilinx: Fix method of getting hdcp1x interrupt by name
v4l: xilinx: Fix method of getting HDMI Rx irq
dt-bindings: media: xilinx: Add HDCP interrupts to HDMI RX subsystem
v4l: xilinx: hdcp2xrx: Fix incorrect msg_ids causing failure
v4l: xilinx: hdcp2xrx: Generalize HDCP rw callback handler naming
usb: misc: onboard_usb_dev: skip suspend/resume sequence for USB5744 SMBus support
crypto: zynqmp-aes-gcm: Fix out of bound memory write
misc: xilinx-ai-engine: Dont use write8 and write16
Diffstat (limited to 'meta-xilinx-core')
-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 5538d94e..7b4ca313 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 = "621f84045f6628a8a2b4d02df441b542eddc2783" | 4 | SRCREV = "50035761787ccbb59aaed2def913e2f28ec070ca" |
5 | SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" | 5 | SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" |
6 | 6 | ||
7 | KCONF_AUDIT_LEVEL="0" | 7 | KCONF_AUDIT_LEVEL="0" |