diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-08 00:01:23 -0400 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-08-19 05:56:58 -1000 |
| commit | 05f211d9e55d5f8df631112aefd940b7976766d6 (patch) | |
| tree | afe792d80ab8d8f237ff4f2e52be90502200a09c | |
| parent | e0d392896274aca98f23b3c9a9679f308a755e61 (diff) | |
| download | poky-05f211d9e55d5f8df631112aefd940b7976766d6.tar.gz | |
linux-yocto/5.10: update to v5.10.187
Updating to the latest korg -stable release that comprises
the following commits:
140d69b4e41d Linux 5.10.187
93df00f9d48d x86/cpu/amd: Add a Zenbleed fix
191b8f9b0e37 x86/cpu/amd: Move the errata checking functionality up
113ce5ed59fc x86/microcode/AMD: Load late on both threads too
(From OE-Core rev: 50f8192a95315db169beb38d36d5d0a974f3ac4d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | 8 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 |
3 files changed, 19 insertions, 19 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb index 6d8effd6e2..5feaa9811a 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | |||
| @@ -11,13 +11,13 @@ python () { | |||
| 11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | SRCREV_machine ?= "4a1803ede76bf613f627954d55abc14bc3ce33a2" | 14 | SRCREV_machine ?= "0a7d0eaa4e53eede45702dde31a3580e4cce0034" |
| 15 | SRCREV_meta ?= "2edebf2a655a6ee6f23846cf9af1f81352fc5cd1" | 15 | SRCREV_meta ?= "35a34e59a7c16f5f115ab371352ff2712c695d4d" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
| 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" |
| 19 | 19 | ||
| 20 | LINUX_VERSION ?= "5.10.186" | 20 | LINUX_VERSION ?= "5.10.187" |
| 21 | 21 | ||
| 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 23 | 23 | ||
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 8a013a3862..1e401e2499 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" | |||
| 6 | 6 | ||
| 7 | require recipes-kernel/linux/linux-yocto.inc | 7 | require recipes-kernel/linux/linux-yocto.inc |
| 8 | 8 | ||
| 9 | LINUX_VERSION ?= "5.10.186" | 9 | LINUX_VERSION ?= "5.10.187" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 11 | 11 | ||
| 12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
| @@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" | |||
| 15 | KMETA = "kernel-meta" | 15 | KMETA = "kernel-meta" |
| 16 | KCONF_BSP_AUDIT_LEVEL = "2" | 16 | KCONF_BSP_AUDIT_LEVEL = "2" |
| 17 | 17 | ||
| 18 | SRCREV_machine:qemuarm ?= "be5fe90e1270855b9cc67ae6312fe04fa4d19693" | 18 | SRCREV_machine:qemuarm ?= "54fe699b2a16739a9fb3905d3a6c6ff7475214ea" |
| 19 | SRCREV_machine ?= "1d287024a6dd075a6dc4027679fea5df640cebd6" | 19 | SRCREV_machine ?= "2fe6f9bdf89df6d468f7e2c7fc070993a11f029a" |
| 20 | SRCREV_meta ?= "2edebf2a655a6ee6f23846cf9af1f81352fc5cd1" | 20 | SRCREV_meta ?= "35a34e59a7c16f5f115ab371352ff2712c695d4d" |
| 21 | 21 | ||
| 22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index 2ccedd8c45..93eff2bd58 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb | |||
| @@ -13,23 +13,23 @@ KBRANCH:qemux86 ?= "v5.10/standard/base" | |||
| 13 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" | 13 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" |
| 14 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" | 14 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" |
| 15 | 15 | ||
| 16 | SRCREV_machine:qemuarm ?= "f9df75cf799c8ac43b932476c7ad6b4b4fba33de" | 16 | SRCREV_machine:qemuarm ?= "ca4bf25fb041f115ee9144acf175266e7d2c5495" |
| 17 | SRCREV_machine:qemuarm64 ?= "404cf5c05b3fc82b4d8395fcc5abe4b26407665a" | 17 | SRCREV_machine:qemuarm64 ?= "7ef1d2f467aa45b98241421262e607ec080e0921" |
| 18 | SRCREV_machine:qemumips ?= "9d39a0ab63dfaa32be0ddd02b61acd2fe1a2b156" | 18 | SRCREV_machine:qemumips ?= "f275b4829346d60d1cb600d4b8195eb6812361fd" |
| 19 | SRCREV_machine:qemuppc ?= "e55cd861f7167730eb17a5c82891fad17c515b64" | 19 | SRCREV_machine:qemuppc ?= "af1960c76a2c940eee2e7b4c20e07c248b030b02" |
| 20 | SRCREV_machine:qemuriscv64 ?= "cfcf13659ada4eee41e11484404de999ce571196" | 20 | SRCREV_machine:qemuriscv64 ?= "c4d95d557212e22763382fd345d8c7efc92f825f" |
| 21 | SRCREV_machine:qemuriscv32 ?= "cfcf13659ada4eee41e11484404de999ce571196" | 21 | SRCREV_machine:qemuriscv32 ?= "c4d95d557212e22763382fd345d8c7efc92f825f" |
| 22 | SRCREV_machine:qemux86 ?= "cfcf13659ada4eee41e11484404de999ce571196" | 22 | SRCREV_machine:qemux86 ?= "c4d95d557212e22763382fd345d8c7efc92f825f" |
| 23 | SRCREV_machine:qemux86-64 ?= "cfcf13659ada4eee41e11484404de999ce571196" | 23 | SRCREV_machine:qemux86-64 ?= "c4d95d557212e22763382fd345d8c7efc92f825f" |
| 24 | SRCREV_machine:qemumips64 ?= "7d139a5b0b4abc1a7104845c5c9f2523dce0d589" | 24 | SRCREV_machine:qemumips64 ?= "2f630e9e4b3c809cf48d8e252477845c405195cc" |
| 25 | SRCREV_machine ?= "cfcf13659ada4eee41e11484404de999ce571196" | 25 | SRCREV_machine ?= "c4d95d557212e22763382fd345d8c7efc92f825f" |
| 26 | SRCREV_meta ?= "2edebf2a655a6ee6f23846cf9af1f81352fc5cd1" | 26 | SRCREV_meta ?= "35a34e59a7c16f5f115ab371352ff2712c695d4d" |
| 27 | 27 | ||
| 28 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 28 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ |
| 29 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" | 29 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" |
| 30 | 30 | ||
| 31 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 31 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 32 | LINUX_VERSION ?= "5.10.186" | 32 | LINUX_VERSION ?= "5.10.187" |
| 33 | 33 | ||
| 34 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 34 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
| 35 | DEPENDS += "openssl-native util-linux-native" | 35 | DEPENDS += "openssl-native util-linux-native" |
