diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-10-30 13:12:19 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-03 17:40:41 +0000 |
| commit | 0932e3ef230b5373be0ce04d70d1c9d8c5cd49a8 (patch) | |
| tree | 6c6aa506447ac4e9a2dd44f93b18a13f1ef3ecb4 | |
| parent | 70c5c968af465e4bbd0fa9d304a27b2398802aec (diff) | |
| download | poky-0932e3ef230b5373be0ce04d70d1c9d8c5cd49a8.tar.gz | |
linux-yocto/6.17: update to v6.17.6
Updating linux-yocto/6.17 to the latest korg -stable release that comprises
the following commits:
(From OE-Core rev: 90b0a6c1e0f34263c5b64f807ec06ef00c53e507)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_6.17.bb | 24 |
3 files changed, 18 insertions, 18 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb index 2e3b05c563..864ab29fcb 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb | |||
| @@ -14,13 +14,13 @@ python () { | |||
| 14 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 14 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | SRCREV_machine ?= "ded5de96729dc397870572482c44c65e4c353998" | 17 | SRCREV_machine ?= "a481087a5bd14195ca2f74527b3454ecf210a7ac" |
| 18 | SRCREV_meta ?= "7b13aa26166b61951a03005f72d158543ad9f3c8" | 18 | SRCREV_meta ?= "b4e4cfd96ab92d6bdf9d4498dde977aa66ee0702" |
| 19 | 19 | ||
| 20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ | 20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ |
| 21 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.17;destsuffix=${KMETA};protocol=https" | 21 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.17;destsuffix=${KMETA};protocol=https" |
| 22 | 22 | ||
| 23 | LINUX_VERSION ?= "6.17.5" | 23 | LINUX_VERSION ?= "6.17.6" |
| 24 | 24 | ||
| 25 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 25 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 26 | 26 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb index 4ed894239f..2a0a651fd2 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb | |||
| @@ -8,7 +8,7 @@ require recipes-kernel/linux/linux-yocto.inc | |||
| 8 | # CVE exclusions | 8 | # CVE exclusions |
| 9 | include recipes-kernel/linux/cve-exclusion_6.17.inc | 9 | include recipes-kernel/linux/cve-exclusion_6.17.inc |
| 10 | 10 | ||
| 11 | LINUX_VERSION ?= "6.17.5" | 11 | LINUX_VERSION ?= "6.17.6" |
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 13 | 13 | ||
| 14 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 14 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
| @@ -17,8 +17,8 @@ DEPENDS += "openssl-native util-linux-native" | |||
| 17 | KMETA = "kernel-meta" | 17 | KMETA = "kernel-meta" |
| 18 | KCONF_BSP_AUDIT_LEVEL = "2" | 18 | KCONF_BSP_AUDIT_LEVEL = "2" |
| 19 | 19 | ||
| 20 | SRCREV_machine ?= "3b2f001e6a236aaf17bf11005dc18cef6f13f7b3" | 20 | SRCREV_machine ?= "19af2117bca4cf9244bb7b561ddf42c3cd7d51ff" |
| 21 | SRCREV_meta ?= "7b13aa26166b61951a03005f72d158543ad9f3c8" | 21 | SRCREV_meta ?= "b4e4cfd96ab92d6bdf9d4498dde977aa66ee0702" |
| 22 | 22 | ||
| 23 | PV = "${LINUX_VERSION}+git" | 23 | PV = "${LINUX_VERSION}+git" |
| 24 | 24 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.17.bb b/meta/recipes-kernel/linux/linux-yocto_6.17.bb index 1a1078daaa..5d10a17e70 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.17.bb | |||
| @@ -18,25 +18,25 @@ KBRANCH:qemux86-64 ?= "v6.17/standard/base" | |||
| 18 | KBRANCH:qemuloongarch64 ?= "v6.17/standard/base" | 18 | KBRANCH:qemuloongarch64 ?= "v6.17/standard/base" |
| 19 | KBRANCH:qemumips64 ?= "v6.17/standard/mti-malta" | 19 | KBRANCH:qemumips64 ?= "v6.17/standard/mti-malta" |
| 20 | 20 | ||
| 21 | SRCREV_machine:qemuarm ?= "d71de08747bc2f9b9b4a67baec689847c89f4fec" | 21 | SRCREV_machine:qemuarm ?= "565a0d8d4266f4357e9fea437ad72699aed95606" |
| 22 | SRCREV_machine:qemuarm64 ?= "3b2f001e6a236aaf17bf11005dc18cef6f13f7b3" | 22 | SRCREV_machine:qemuarm64 ?= "19af2117bca4cf9244bb7b561ddf42c3cd7d51ff" |
| 23 | SRCREV_machine:qemuloongarch64 ?= "3b2f001e6a236aaf17bf11005dc18cef6f13f7b3" | 23 | SRCREV_machine:qemuloongarch64 ?= "19af2117bca4cf9244bb7b561ddf42c3cd7d51ff" |
| 24 | SRCREV_machine:qemumips ?= "62ea92a539f58803a222be98b81118403074206e" | 24 | SRCREV_machine:qemumips ?= "62ea92a539f58803a222be98b81118403074206e" |
| 25 | SRCREV_machine:qemuppc ?= "3b2f001e6a236aaf17bf11005dc18cef6f13f7b3" | 25 | SRCREV_machine:qemuppc ?= "19af2117bca4cf9244bb7b561ddf42c3cd7d51ff" |
| 26 | SRCREV_machine:qemuriscv64 ?= "3b2f001e6a236aaf17bf11005dc18cef6f13f7b3" | 26 | SRCREV_machine:qemuriscv64 ?= "19af2117bca4cf9244bb7b561ddf42c3cd7d51ff" |
| 27 | SRCREV_machine:qemuriscv32 ?= "3b2f001e6a236aaf17bf11005dc18cef6f13f7b3" | 27 | SRCREV_machine:qemuriscv32 ?= "19af2117bca4cf9244bb7b561ddf42c3cd7d51ff" |
| 28 | SRCREV_machine:qemux86 ?= "3b2f001e6a236aaf17bf11005dc18cef6f13f7b3" | 28 | SRCREV_machine:qemux86 ?= "19af2117bca4cf9244bb7b561ddf42c3cd7d51ff" |
| 29 | SRCREV_machine:qemux86-64 ?= "3b2f001e6a236aaf17bf11005dc18cef6f13f7b3" | 29 | SRCREV_machine:qemux86-64 ?= "19af2117bca4cf9244bb7b561ddf42c3cd7d51ff" |
| 30 | SRCREV_machine:qemumips64 ?= "9fb4ff0187c85426f21fd40d4c61b742800f65c4" | 30 | SRCREV_machine:qemumips64 ?= "9fb4ff0187c85426f21fd40d4c61b742800f65c4" |
| 31 | SRCREV_machine ?= "3b2f001e6a236aaf17bf11005dc18cef6f13f7b3" | 31 | SRCREV_machine ?= "19af2117bca4cf9244bb7b561ddf42c3cd7d51ff" |
| 32 | SRCREV_meta ?= "7b13aa26166b61951a03005f72d158543ad9f3c8" | 32 | SRCREV_meta ?= "b4e4cfd96ab92d6bdf9d4498dde977aa66ee0702" |
| 33 | 33 | ||
| 34 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | 34 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll |
| 35 | # get the <version>/base branch, which is pure upstream -stable, and the same | 35 | # get the <version>/base branch, which is pure upstream -stable, and the same |
| 36 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the | 36 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the |
| 37 | # normal PREFERRED_VERSION settings. | 37 | # normal PREFERRED_VERSION settings. |
| 38 | BBCLASSEXTEND = "devupstream:target" | 38 | BBCLASSEXTEND = "devupstream:target" |
| 39 | SRCREV_machine:class-devupstream ?= "99efbd4259f384718dd16a7423d8e944396b65d4" | 39 | SRCREV_machine:class-devupstream ?= "371f1e070fa95c71356104a406855a361aad5668" |
| 40 | PN:class-devupstream = "linux-yocto-upstream" | 40 | PN:class-devupstream = "linux-yocto-upstream" |
| 41 | KBRANCH:class-devupstream = "v6.17/base" | 41 | KBRANCH:class-devupstream = "v6.17/base" |
| 42 | 42 | ||
| @@ -44,7 +44,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
| 44 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.17;destsuffix=${KMETA};protocol=https" | 44 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.17;destsuffix=${KMETA};protocol=https" |
| 45 | 45 | ||
| 46 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 46 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 47 | LINUX_VERSION ?= "6.17.5" | 47 | LINUX_VERSION ?= "6.17.6" |
| 48 | 48 | ||
| 49 | PV = "${LINUX_VERSION}+git" | 49 | PV = "${LINUX_VERSION}+git" |
| 50 | 50 | ||
