diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-08 19:38:57 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-09 14:20:14 +0000 |
| commit | fdae4cc09967a8f06b76a9359e7d8c3d21f1c62d (patch) | |
| tree | f809db4793fbf29a5aef1952dfaa217b4129e5a5 /meta/recipes-kernel | |
| parent | bfa36def7ba2e6e5e958f00eefb01811a2805800 (diff) | |
| download | poky-fdae4cc09967a8f06b76a9359e7d8c3d21f1c62d.tar.gz | |
linux-yocto/6.1: update to v6.1.1
Updating to the latest korg -stable release that comprises
the following commits:
ebdb69c5b054 Linux 6.1.1
1d1a710c1983 KEYS: encrypted: fix key instantiation with user-provided data
e8d16a54842d cifs: fix oops during encryption
4e453324803d usb: dwc3: pci: Update PCIe device ID for USB3 controller on CPU sub-system for Raptor Lake
9222912924fc usb: typec: ucsi: Resume in separate work
c383c7c35c7b igb: Initialize mailbox message for VF reset
52d5896ba2a4 staging: r8188eu: fix led register settings
c9cacc0ab1ea xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N
c0d91ec1a16a ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
c0815ea08548 USB: serial: f81534: fix division by zero on line-speed change
3c8b21ee1404 USB: serial: f81232: fix division by zero on line-speed change
736f626ea8b8 USB: serial: cp210x: add Kamstrup RF sniffer PIDs
0b63d587c0d2 USB: serial: option: add Quectel EM05-G modem
d1a92bb8d697 usb: gadget: uvc: Prevent buffer overflow in setup handler
2cd2e9322726 udf: Fix extending file within last block
1cd3e9297d44 udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size
12a88f572d6d udf: Fix preallocation discarding at indirect extent boundary
e6b01f6a0e77 udf: Discard preallocation before extending file with a hole
fb9b502cf911 irqchip/ls-extirq: Fix endianness detection
18301e16ea55 mips: ralink: mt7621: do not use kzalloc too early
ee11da28a62e mips: ralink: mt7621: soc queries and tests as functions
a1d9199ba485 mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
a4997bae1b5b PCI: mt7621: Add sentinel to quirks table
76c6303530eb libbpf: Fix uninitialized warning in btf_dump_dump_type_data
96c5043a4d64 x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
(From OE-Core rev: 253360891b8be1b6574f8bf237ce178b42174ee5)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_6.1.bb | 26 |
3 files changed, 19 insertions, 19 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb index 3bcd2e516b..d5cf406805 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.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 ?= "3c497011beb11a43a38acc273366ce0997bc10db" | 14 | SRCREV_machine ?= "72ee515fa8840fdd38fa84d75330b05253f26b80" |
| 15 | SRCREV_meta ?= "d2ea5dce4e8398b85b226c9b0f303584de8d9f30" | 15 | SRCREV_meta ?= "62f8a61df7e306935dee101e7268108956d1baee" |
| 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-6.1;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" |
| 19 | 19 | ||
| 20 | LINUX_VERSION ?= "6.1" | 20 | LINUX_VERSION ?= "6.1.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_6.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb index 32ec91dac8..93bf2e2bf8 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.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 ?= "6.1" | 8 | LINUX_VERSION ?= "6.1.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 ?= "6b919643ad199903450791493de5791556c032b7" | 17 | SRCREV_machine ?= "17d0acd7d6b43187ac9a8f88a9cc1b283682e693" |
| 18 | SRCREV_meta ?= "d2ea5dce4e8398b85b226c9b0f303584de8d9f30" | 18 | SRCREV_meta ?= "62f8a61df7e306935dee101e7268108956d1baee" |
| 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_6.1.bb b/meta/recipes-kernel/linux/linux-yocto_6.1.bb index 6aab5982b5..67cf09be44 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.1.bb | |||
| @@ -13,24 +13,24 @@ KBRANCH:qemux86 ?= "v6.1/standard/base" | |||
| 13 | KBRANCH:qemux86-64 ?= "v6.1/standard/base" | 13 | KBRANCH:qemux86-64 ?= "v6.1/standard/base" |
| 14 | KBRANCH:qemumips64 ?= "v6.1/standard/mti-malta64" | 14 | KBRANCH:qemumips64 ?= "v6.1/standard/mti-malta64" |
| 15 | 15 | ||
| 16 | SRCREV_machine:qemuarm ?= "09521916385d581a8ee0517f8279d28303f22d32" | 16 | SRCREV_machine:qemuarm ?= "0c99788b051ad6e9998d1f1faad4d83a78853276" |
| 17 | SRCREV_machine:qemuarm64 ?= "6b919643ad199903450791493de5791556c032b7" | 17 | SRCREV_machine:qemuarm64 ?= "17d0acd7d6b43187ac9a8f88a9cc1b283682e693" |
| 18 | SRCREV_machine:qemumips ?= "0a86f820b067832e72b291c2310b0808618f66a6" | 18 | SRCREV_machine:qemumips ?= "c5e04f15989e607a92e8f188d8a192f4d4c9e58f" |
| 19 | SRCREV_machine:qemuppc ?= "6b919643ad199903450791493de5791556c032b7" | 19 | SRCREV_machine:qemuppc ?= "17d0acd7d6b43187ac9a8f88a9cc1b283682e693" |
| 20 | SRCREV_machine:qemuriscv64 ?= "6b919643ad199903450791493de5791556c032b7" | 20 | SRCREV_machine:qemuriscv64 ?= "17d0acd7d6b43187ac9a8f88a9cc1b283682e693" |
| 21 | SRCREV_machine:qemuriscv32 ?= "6b919643ad199903450791493de5791556c032b7" | 21 | SRCREV_machine:qemuriscv32 ?= "17d0acd7d6b43187ac9a8f88a9cc1b283682e693" |
| 22 | SRCREV_machine:qemux86 ?= "6b919643ad199903450791493de5791556c032b7" | 22 | SRCREV_machine:qemux86 ?= "17d0acd7d6b43187ac9a8f88a9cc1b283682e693" |
| 23 | SRCREV_machine:qemux86-64 ?= "6b919643ad199903450791493de5791556c032b7" | 23 | SRCREV_machine:qemux86-64 ?= "17d0acd7d6b43187ac9a8f88a9cc1b283682e693" |
| 24 | SRCREV_machine:qemumips64 ?= "99437d8498c3e175f7e0f666e8a42fc942c65262" | 24 | SRCREV_machine:qemumips64 ?= "c99762002a808c36fd17f0d8c1158b3fcc2f2b4a" |
| 25 | SRCREV_machine ?= "6b919643ad199903450791493de5791556c032b7" | 25 | SRCREV_machine ?= "17d0acd7d6b43187ac9a8f88a9cc1b283682e693" |
| 26 | SRCREV_meta ?= "d2ea5dce4e8398b85b226c9b0f303584de8d9f30" | 26 | SRCREV_meta ?= "62f8a61df7e306935dee101e7268108956d1baee" |
| 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 ?= "094226ad94f471a9f19e8f8e7140a09c2625abaa" | 33 | SRCREV_machine:class-devupstream ?= "ebdb69c5b054f115ef5ff72f0bb2aaa1718904e6" |
| 34 | PN:class-devupstream = "linux-yocto-upstream" | 34 | PN:class-devupstream = "linux-yocto-upstream" |
| 35 | KBRANCH:class-devupstream = "v6.1/base" | 35 | KBRANCH:class-devupstream = "v6.1/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-6.1;destsuffix=${KMETA}" | 38 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" |
| 39 | 39 | ||
| 40 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 40 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 41 | LINUX_VERSION ?= "6.1" | 41 | LINUX_VERSION ?= "6.1.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" |
