From 9b4a59c68c405cf3e2056ccda2efafa425599c2c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 15 Jul 2021 15:30:08 -0400 Subject: linux-yocto/5.10: update to v5.10.49 Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 904ad453baa0 Linux 5.10.49 064b57a8da99 xen/events: reset active flag for lateeoi events later a245f6842d21 Hexagon: change jumps to must-extend in futex_atomic_* a7f51048c5a8 Hexagon: add target builtins to kernel 243f325ecc90 Hexagon: fix build errors 8148665cb7fe media: uvcvideo: Support devices that report an OT as an entity source d5737410d2dd KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path a09a52277207 Linux 5.10.48 4dc968042864 Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack" 4ab869e0289d RDMA/mlx5: Block FDB rules when not in switchdev mode 348143a38012 gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP 45ca6df5df11 drm/nouveau: fix dma_address check for CPU/GPU sync d191c3d6ad33 gpio: mxc: Fix disabled interrupt wake-up support f77f97238496 scsi: sr: Return appropriate error code when disk is ejected Signed-off-by: Bruce Ashfield Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 5b203992df8d9866f8cf90a22f39e483376f3912) Signed-off-by: Anuj Mittal --- meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb index 6b71573a39..6357e0174a 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb @@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "5.10.47" +LINUX_VERSION ?= "5.10.49" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" @@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine_qemuarm ?= "eaad1adbc817d996edf44fdd520da4810e57e66d" -SRCREV_machine ?= "52bcc5b2342739bbfc8fc385d151616883c4425c" -SRCREV_meta ?= "82899c6a7119b9668be9ae508159f5ac96554cc2" +SRCREV_machine_qemuarm ?= "bad4d499d5a292e25cc56d35133fb2248c34a272" +SRCREV_machine ?= "81c2020f763444e82ac117dd1420a9d005f3f2d4" +SRCREV_meta ?= "201aedddc2f13640a14cbe3ef229c8f9c78bde07" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg