diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-23 21:42:22 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-25 11:08:06 +0100 |
commit | 6ca6ee0dac47b3810cb25cd2d536ea502d8f34f6 (patch) | |
tree | a5fd03933e4114abc4410fc12ff873956b57d904 | |
parent | 4b67077e05e0a7fce5809862bfe09823b8a789ab (diff) | |
download | poky-6ca6ee0dac47b3810cb25cd2d536ea502d8f34f6.tar.gz |
linux-yocto/5.19: update to v5.19.1
Updating to the latest korg -stable release that comprises
the following commits:
d654f7e29909 Linux 5.19.1
f6664a403f11 x86/speculation: Add LFENCE to RSB fill sequence
f826d0412d80 x86/speculation: Add RSB VM Exit protections
224b653547fa macintosh/adb: fix oob read in do_adb_query() function
7f64bc0c090c Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586
651880ed7d39 Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587
7562b32d7531 Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558
17da5b394ba4 Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675
9122622a9d2a Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007
cb79e61c28b9 Bluetooth: btusb: Add support of IMC Networks PID 0x3568
34464228344c dt-bindings: bluetooth: broadcom: Add BCM4349B1 DT binding
18b04e68252f Bluetooth: hci_bcm: Add DT compatible for CYW55572
f7b229ecf21a Bluetooth: hci_bcm: Add BCM4349B1 variant
60ef27c1c77f Bluetooth: hci_qca: Return wakeup for qca_wakeup
9283e708a9b8 arm64: set UXN on swapper page tables
231276d2c6cc ata: sata_mv: Fixes expected number of resources now IRQs are gone
d069dcffef84 crypto: arm64/poly1305 - fix a read out-of-bound
cd5a88272762 ACPI: APEI: Better fix to avoid spamming the console with old error logs
eb5595ac6aee ACPI: video: Shortening quirk list by identifying Clevo by board_name only
5ab9b078c4ff ACPI: video: Force backlight native for some TongFang devices
7c8e33cc2a49 tools/vm/slabinfo: Handle files in debugfs
28a9cbc1c927 block: fix default IO priority handling again
(From OE-Core rev: f1cb26e429c7be2b9ae46a0d67e6cb74aa0ce1fe)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.19.bb | 26 |
3 files changed, 19 insertions, 19 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb index e70d20f9f0..3e8fdad973 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.19.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 ?= "942f6fb5262e8432d6fa982022d953e6a63aec64" | 14 | SRCREV_machine ?= "057686157785f537d3c8ddd336ec5543fa29ceef" |
15 | SRCREV_meta ?= "89fdc2046baff988519317cbe838386b6489779f" | 15 | SRCREV_meta ?= "0af450ed2237ad685ee30cce1b46347429269aef" |
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.19;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.19;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "5.19" | 20 | LINUX_VERSION ?= "5.19.1" |
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.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb index b0c4d30ef0..163f8b476e 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb | |||
@@ -5,7 +5,7 @@ KCONFIG_MODE = "--allnoconfig" | |||
5 | 5 | ||
6 | require recipes-kernel/linux/linux-yocto.inc | 6 | require recipes-kernel/linux/linux-yocto.inc |
7 | 7 | ||
8 | LINUX_VERSION ?= "5.19" | 8 | LINUX_VERSION ?= "5.19.1" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
10 | 10 | ||
11 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 11 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native" | |||
14 | KMETA = "kernel-meta" | 14 | KMETA = "kernel-meta" |
15 | KCONF_BSP_AUDIT_LEVEL = "2" | 15 | KCONF_BSP_AUDIT_LEVEL = "2" |
16 | 16 | ||
17 | SRCREV_machine ?= "e0e977e1b098d96389f2ab657849456ded9189c9" | 17 | SRCREV_machine ?= "06993dc6c98efb8187b54577f329d244823c640e" |
18 | SRCREV_meta ?= "89fdc2046baff988519317cbe838386b6489779f" | 18 | SRCREV_meta ?= "0af450ed2237ad685ee30cce1b46347429269aef" |
19 | 19 | ||
20 | PV = "${LINUX_VERSION}+git${SRCPV}" | 20 | PV = "${LINUX_VERSION}+git${SRCPV}" |
21 | 21 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.19.bb b/meta/recipes-kernel/linux/linux-yocto_5.19.bb index 2fb6a05b84..bd35fd4dcc 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.19.bb | |||
@@ -13,24 +13,24 @@ KBRANCH:qemux86 ?= "v5.19/standard/base" | |||
13 | KBRANCH:qemux86-64 ?= "v5.19/standard/base" | 13 | KBRANCH:qemux86-64 ?= "v5.19/standard/base" |
14 | KBRANCH:qemumips64 ?= "v5.19/standard/mti-malta64" | 14 | KBRANCH:qemumips64 ?= "v5.19/standard/mti-malta64" |
15 | 15 | ||
16 | SRCREV_machine:qemuarm ?= "a6ca992258edecafa8bf33cfc5d9e54019ea27b8" | 16 | SRCREV_machine:qemuarm ?= "0c8188d25f51316fb206d4080d2549ef3b014591" |
17 | SRCREV_machine:qemuarm64 ?= "e0e977e1b098d96389f2ab657849456ded9189c9" | 17 | SRCREV_machine:qemuarm64 ?= "06993dc6c98efb8187b54577f329d244823c640e" |
18 | SRCREV_machine:qemumips ?= "371a5e816aa00f010df12d9fed04dee9f5829cf1" | 18 | SRCREV_machine:qemumips ?= "ca2f5a010898511f597c3ac9164710c45628b991" |
19 | SRCREV_machine:qemuppc ?= "e0e977e1b098d96389f2ab657849456ded9189c9" | 19 | SRCREV_machine:qemuppc ?= "06993dc6c98efb8187b54577f329d244823c640e" |
20 | SRCREV_machine:qemuriscv64 ?= "e0e977e1b098d96389f2ab657849456ded9189c9" | 20 | SRCREV_machine:qemuriscv64 ?= "06993dc6c98efb8187b54577f329d244823c640e" |
21 | SRCREV_machine:qemuriscv32 ?= "e0e977e1b098d96389f2ab657849456ded9189c9" | 21 | SRCREV_machine:qemuriscv32 ?= "06993dc6c98efb8187b54577f329d244823c640e" |
22 | SRCREV_machine:qemux86 ?= "e0e977e1b098d96389f2ab657849456ded9189c9" | 22 | SRCREV_machine:qemux86 ?= "06993dc6c98efb8187b54577f329d244823c640e" |
23 | SRCREV_machine:qemux86-64 ?= "e0e977e1b098d96389f2ab657849456ded9189c9" | 23 | SRCREV_machine:qemux86-64 ?= "06993dc6c98efb8187b54577f329d244823c640e" |
24 | SRCREV_machine:qemumips64 ?= "a28b974f928d53d00b06d0d61ae7746336a438f4" | 24 | SRCREV_machine:qemumips64 ?= "3a5b406270a506682a645819b76b387c8d1c6dae" |
25 | SRCREV_machine ?= "e0e977e1b098d96389f2ab657849456ded9189c9" | 25 | SRCREV_machine ?= "06993dc6c98efb8187b54577f329d244823c640e" |
26 | SRCREV_meta ?= "89fdc2046baff988519317cbe838386b6489779f" | 26 | SRCREV_meta ?= "0af450ed2237ad685ee30cce1b46347429269aef" |
27 | 27 | ||
28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | 28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll |
29 | # get the <version>/base branch, which is pure upstream -stable, and the same | 29 | # get the <version>/base branch, which is pure upstream -stable, and the same |
30 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the | 30 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the |
31 | # normal PREFERRED_VERSION settings. | 31 | # normal PREFERRED_VERSION settings. |
32 | BBCLASSEXTEND = "devupstream:target" | 32 | BBCLASSEXTEND = "devupstream:target" |
33 | SRCREV_machine:class-devupstream ?= "3d7cb6b04c3f3115719235cc6866b10326de34cd" | 33 | SRCREV_machine:class-devupstream ?= "d654f7e29909ce602942a1cd927d56d5aa397ed8" |
34 | PN:class-devupstream = "linux-yocto-upstream" | 34 | PN:class-devupstream = "linux-yocto-upstream" |
35 | KBRANCH:class-devupstream = "v5.19/base" | 35 | KBRANCH:class-devupstream = "v5.19/base" |
36 | 36 | ||
@@ -38,7 +38,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
38 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.19;destsuffix=${KMETA}" | 38 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.19;destsuffix=${KMETA}" |
39 | 39 | ||
40 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 40 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
41 | LINUX_VERSION ?= "5.19" | 41 | LINUX_VERSION ?= "5.19.1" |
42 | 42 | ||
43 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 43 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
44 | DEPENDS += "openssl-native util-linux-native" | 44 | DEPENDS += "openssl-native util-linux-native" |