summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_6.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_6.1.bb28
1 files changed, 14 insertions, 14 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.1.bb b/meta/recipes-kernel/linux/linux-yocto_6.1.bb
index a76d2dc404..6d99759b70 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.1.bb
@@ -17,25 +17,25 @@ KBRANCH:qemux86-64 ?= "v6.1/standard/base"
17KBRANCH:qemuloongarch64 ?= "v6.1/standard/base" 17KBRANCH:qemuloongarch64 ?= "v6.1/standard/base"
18KBRANCH:qemumips64 ?= "v6.1/standard/mti-malta64" 18KBRANCH:qemumips64 ?= "v6.1/standard/mti-malta64"
19 19
20SRCREV_machine:qemuarm ?= "a74344429a095a5941cd8dfac532160349344c92" 20SRCREV_machine:qemuarm ?= "a8246bf155b45ca59c6ec3d324f4eab9cdc7129f"
21SRCREV_machine:qemuarm64 ?= "b110cf9bbc395fe757956839d8110e72368699f4" 21SRCREV_machine:qemuarm64 ?= "e6b254abfbb16492998e6bd355302b47d0080b76"
22SRCREV_machine:qemuloongarch64 ?= "b110cf9bbc395fe757956839d8110e72368699f4" 22SRCREV_machine:qemuloongarch64 ?= "e6b254abfbb16492998e6bd355302b47d0080b76"
23SRCREV_machine:qemumips ?= "78c81e178f8e2ffbb7c03cd324cf50ee0c5c4cf2" 23SRCREV_machine:qemumips ?= "37550d5e3ac0ac65a8899c82e7e72a2dfe4bb8b5"
24SRCREV_machine:qemuppc ?= "b110cf9bbc395fe757956839d8110e72368699f4" 24SRCREV_machine:qemuppc ?= "e6b254abfbb16492998e6bd355302b47d0080b76"
25SRCREV_machine:qemuriscv64 ?= "b110cf9bbc395fe757956839d8110e72368699f4" 25SRCREV_machine:qemuriscv64 ?= "e6b254abfbb16492998e6bd355302b47d0080b76"
26SRCREV_machine:qemuriscv32 ?= "b110cf9bbc395fe757956839d8110e72368699f4" 26SRCREV_machine:qemuriscv32 ?= "e6b254abfbb16492998e6bd355302b47d0080b76"
27SRCREV_machine:qemux86 ?= "b110cf9bbc395fe757956839d8110e72368699f4" 27SRCREV_machine:qemux86 ?= "e6b254abfbb16492998e6bd355302b47d0080b76"
28SRCREV_machine:qemux86-64 ?= "b110cf9bbc395fe757956839d8110e72368699f4" 28SRCREV_machine:qemux86-64 ?= "e6b254abfbb16492998e6bd355302b47d0080b76"
29SRCREV_machine:qemumips64 ?= "6c6b1170464e1f64f78a45cf7e78d5c678f38f48" 29SRCREV_machine:qemumips64 ?= "9de56faddff17d49695cd2f98a13668c99c48ba4"
30SRCREV_machine ?= "b110cf9bbc395fe757956839d8110e72368699f4" 30SRCREV_machine ?= "e6b254abfbb16492998e6bd355302b47d0080b76"
31SRCREV_meta ?= "cba89f406c6e07a16018cb77b51950cbae8ec654" 31SRCREV_meta ?= "837831b6b2fa523cd084c3d26610e97d8c58c72d"
32 32
33# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 33# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
34# get the <version>/base branch, which is pure upstream -stable, and the same 34# get the <version>/base branch, which is pure upstream -stable, and the same
35# meta SRCREV as the linux-yocto-standard builds. Select your version using the 35# meta SRCREV as the linux-yocto-standard builds. Select your version using the
36# normal PREFERRED_VERSION settings. 36# normal PREFERRED_VERSION settings.
37BBCLASSEXTEND = "devupstream:target" 37BBCLASSEXTEND = "devupstream:target"
38SRCREV_machine:class-devupstream ?= "61fd484b2cf6bc8022e8e5ea6f693a9991740ac2" 38SRCREV_machine:class-devupstream ?= "5302e81aa2091d7dd59803f0727d1ba35ed2f929"
39PN:class-devupstream = "linux-yocto-upstream" 39PN:class-devupstream = "linux-yocto-upstream"
40KBRANCH:class-devupstream = "v6.1/base" 40KBRANCH:class-devupstream = "v6.1/base"
41 41
@@ -44,7 +44,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
44SRC_URI += "file://0001-perf-cpumap-Make-counter-as-unsigned-ints.patch" 44SRC_URI += "file://0001-perf-cpumap-Make-counter-as-unsigned-ints.patch"
45 45
46LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 46LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
47LINUX_VERSION ?= "6.1.38" 47LINUX_VERSION ?= "6.1.41"
48 48
49PV = "${LINUX_VERSION}+git${SRCPV}" 49PV = "${LINUX_VERSION}+git${SRCPV}"
50 50