mirror of
https://git.yoctoproject.org/poky
synced 2026-06-30 11:13:39 +02:00
linux-yocto/6.6: update to v6.6.138
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
3b9f64db04968 Linux 6.6.138
50ed1e7873100 xfrm: esp: avoid in-place decrypt on shared skb frags
(From OE-Core rev: c5695ca3eef548ac0a2ce9dd933b8c776707c6d8)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
committed by
Paul Barker
parent
72cf57fe51
commit
cd5bd462a2
@@ -14,13 +14,13 @@ python () {
|
||||
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "da5f16c9d10d53af703c809e864c09df336edfb7"
|
||||
SRCREV_meta ?= "7d4cafa710da4e27a86cb015e50d91cf458af06f"
|
||||
SRCREV_machine ?= "9708fab99d7eb8962dda82d642c468a32b6682fa"
|
||||
SRCREV_meta ?= "0a6ad7549c97f8703f1f742f73ee65d29d121958"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https"
|
||||
|
||||
LINUX_VERSION ?= "6.6.137"
|
||||
LINUX_VERSION ?= "6.6.138"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ require recipes-kernel/linux/linux-yocto.inc
|
||||
# CVE exclusions
|
||||
include recipes-kernel/linux/cve-exclusion_6.6.inc
|
||||
|
||||
LINUX_VERSION ?= "6.6.137"
|
||||
LINUX_VERSION ?= "6.6.138"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
|
||||
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
|
||||
@@ -17,8 +17,8 @@ DEPENDS += "openssl-native util-linux-native"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "cd2288c19d6b729b3c7b2b620eb9c311116c72f1"
|
||||
SRCREV_meta ?= "7d4cafa710da4e27a86cb015e50d91cf458af06f"
|
||||
SRCREV_machine ?= "72c2c9b6014dd199bb70e07e19931b8691fa08e1"
|
||||
SRCREV_meta ?= "0a6ad7549c97f8703f1f742f73ee65d29d121958"
|
||||
|
||||
PV = "${LINUX_VERSION}+git"
|
||||
|
||||
|
||||
@@ -18,25 +18,25 @@ KBRANCH:qemux86-64 ?= "v6.6/standard/base"
|
||||
KBRANCH:qemuloongarch64 ?= "v6.6/standard/base"
|
||||
KBRANCH:qemumips64 ?= "v6.6/standard/mti-malta64"
|
||||
|
||||
SRCREV_machine:qemuarm ?= "eb708bdc972fc5dc22cdcbf3d3dbdb81e1450fd9"
|
||||
SRCREV_machine:qemuarm64 ?= "eafa49201e224e87ad20cf849dead88aec204e68"
|
||||
SRCREV_machine:qemuloongarch64 ?= "f14907570fc0bb7285c62bc9d5146180bafffbae"
|
||||
SRCREV_machine:qemumips ?= "b75949027e1e8c8c90998ee144c6b97aa2fbf561"
|
||||
SRCREV_machine:qemuppc ?= "1b302e1b1463e28dd8d446754cc3140e935ceec6"
|
||||
SRCREV_machine:qemuriscv64 ?= "f14907570fc0bb7285c62bc9d5146180bafffbae"
|
||||
SRCREV_machine:qemuriscv32 ?= "f14907570fc0bb7285c62bc9d5146180bafffbae"
|
||||
SRCREV_machine:qemux86 ?= "f14907570fc0bb7285c62bc9d5146180bafffbae"
|
||||
SRCREV_machine:qemux86-64 ?= "f14907570fc0bb7285c62bc9d5146180bafffbae"
|
||||
SRCREV_machine:qemumips64 ?= "620abbeb29fcd44655d2de94ae7a7fff7656ed01"
|
||||
SRCREV_machine ?= "f14907570fc0bb7285c62bc9d5146180bafffbae"
|
||||
SRCREV_meta ?= "7d4cafa710da4e27a86cb015e50d91cf458af06f"
|
||||
SRCREV_machine:qemuarm ?= "9d8edc5598e5c5f17ce696ce032e8dc654858450"
|
||||
SRCREV_machine:qemuarm64 ?= "c6600bc98dbafed4fcbd6f1204da6b41ef5feec2"
|
||||
SRCREV_machine:qemuloongarch64 ?= "ad053e3390f755311a4d87911c13039387767122"
|
||||
SRCREV_machine:qemumips ?= "97c272b944970f93ef93eb87f54899ccb26671f1"
|
||||
SRCREV_machine:qemuppc ?= "8dfba699cafc5b5d5f50cb8f270db9b8ae112571"
|
||||
SRCREV_machine:qemuriscv64 ?= "ad053e3390f755311a4d87911c13039387767122"
|
||||
SRCREV_machine:qemuriscv32 ?= "ad053e3390f755311a4d87911c13039387767122"
|
||||
SRCREV_machine:qemux86 ?= "ad053e3390f755311a4d87911c13039387767122"
|
||||
SRCREV_machine:qemux86-64 ?= "ad053e3390f755311a4d87911c13039387767122"
|
||||
SRCREV_machine:qemumips64 ?= "2744d8ab5ccca406c0acc17c414ff4c8e186708f"
|
||||
SRCREV_machine ?= "ad053e3390f755311a4d87911c13039387767122"
|
||||
SRCREV_meta ?= "0a6ad7549c97f8703f1f742f73ee65d29d121958"
|
||||
|
||||
# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
|
||||
# get the <version>/base branch, which is pure upstream -stable, and the same
|
||||
# meta SRCREV as the linux-yocto-standard builds. Select your version using the
|
||||
# normal PREFERRED_VERSION settings.
|
||||
BBCLASSEXTEND = "devupstream:target"
|
||||
SRCREV_machine:class-devupstream ?= "258cf62a6dfde3c6a39d120a56a298f2ed6a8901"
|
||||
SRCREV_machine:class-devupstream ?= "3b9f64db049687c0d38b4b3ef2f297f0642179af"
|
||||
PN:class-devupstream = "linux-yocto-upstream"
|
||||
KBRANCH:class-devupstream = "v6.6/base"
|
||||
|
||||
@@ -44,7 +44,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
LINUX_VERSION ?= "6.6.137"
|
||||
LINUX_VERSION ?= "6.6.138"
|
||||
|
||||
PV = "${LINUX_VERSION}+git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user