1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-26 07:07:08 +00:00

linux-yocto/5.4: update to v5.4.250

Updating  to the latest korg -stable release that comprises
the following commits:

    27745d94abe1 Linux 5.4.250
    00363ef30797 x86/cpu/amd: Add a Zenbleed fix
    92b292bed627 x86/cpu/amd: Move the errata checking functionality up
    4d4112e2845c x86/microcode/AMD: Load late on both threads too

(From OE-Core rev: 55f3f04896f1c301bbc7e18360ac05ff583b7a1d)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Bruce Ashfield
2023-08-07 23:55:45 -04:00
committed by Steve Sakoman
parent e33ce6f1af
commit 9ffd5243e9
3 changed files with 18 additions and 18 deletions
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig"
require recipes-kernel/linux/linux-yocto.inc
LINUX_VERSION ?= "5.4.249"
LINUX_VERSION ?= "5.4.250"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
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 ?= "532857ef9f2014098015fa9ba30501639f8840ee"
SRCREV_machine ?= "de0d74f8949990ebd464742fbb4b4e5bfaace7b3"
SRCREV_meta ?= "cc142627e073a6ef70b2646df36a8119cda3c736"
SRCREV_machine_qemuarm ?= "f0ae300728e87e4b1e51305737b9f4dda383e7bf"
SRCREV_machine ?= "de7c8d928de44e1c130760bf11d741d25e1c0213"
SRCREV_meta ?= "863d597749c6214d272d704c8c04ead3373142f4"
PV = "${LINUX_VERSION}+git${SRCPV}"