diff options
-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 | 28 |
3 files changed, 20 insertions, 20 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 0645458d11..5323ae02ca 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.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 ?= "ca3ebd29a77417d2c6cabc451496f2283d69e46d" | 17 | SRCREV_machine ?= "cd11a96d480a4748f96cb93d323c3eb8bbd8935d" |
18 | SRCREV_meta ?= "9f8ee63473567964331b9465fa1aba301a9a725b" | 18 | SRCREV_meta ?= "fd76f76e2b84ddc47ade29ca3118ff14c2b9b67e" |
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.1;destsuffix=${KMETA};protocol=https" | 21 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA};protocol=https" |
22 | 22 | ||
23 | LINUX_VERSION ?= "6.1.43" | 23 | LINUX_VERSION ?= "6.1.44" |
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.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb index dfc1e5e5d6..3d392cb9cf 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.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.1.inc | 9 | include recipes-kernel/linux/cve-exclusion_6.1.inc |
10 | 10 | ||
11 | LINUX_VERSION ?= "6.1.43" | 11 | LINUX_VERSION ?= "6.1.44" |
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 ?= "19cd9d8c4bafb673a03b2d7c22407d7c8d192a96" | 20 | SRCREV_machine ?= "a0e01625bc57f4e70ce779097fd99321377e48cc" |
21 | SRCREV_meta ?= "9f8ee63473567964331b9465fa1aba301a9a725b" | 21 | SRCREV_meta ?= "fd76f76e2b84ddc47ade29ca3118ff14c2b9b67e" |
22 | 22 | ||
23 | PV = "${LINUX_VERSION}+git${SRCPV}" | 23 | PV = "${LINUX_VERSION}+git${SRCPV}" |
24 | 24 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.1.bb b/meta/recipes-kernel/linux/linux-yocto_6.1.bb index c9694fb58e..5b88274587 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" | |||
17 | KBRANCH:qemuloongarch64 ?= "v6.1/standard/base" | 17 | KBRANCH:qemuloongarch64 ?= "v6.1/standard/base" |
18 | KBRANCH:qemumips64 ?= "v6.1/standard/mti-malta64" | 18 | KBRANCH:qemumips64 ?= "v6.1/standard/mti-malta64" |
19 | 19 | ||
20 | SRCREV_machine:qemuarm ?= "d6ed8644d9b0767f8f676987a5c4f61173b803a8" | 20 | SRCREV_machine:qemuarm ?= "586e4b8bd93c81f8f5f81f7fe8e945800c4b1190" |
21 | SRCREV_machine:qemuarm64 ?= "19cd9d8c4bafb673a03b2d7c22407d7c8d192a96" | 21 | SRCREV_machine:qemuarm64 ?= "a0e01625bc57f4e70ce779097fd99321377e48cc" |
22 | SRCREV_machine:qemuloongarch64 ?= "19cd9d8c4bafb673a03b2d7c22407d7c8d192a96" | 22 | SRCREV_machine:qemuloongarch64 ?= "a0e01625bc57f4e70ce779097fd99321377e48cc" |
23 | SRCREV_machine:qemumips ?= "6e0c4ce9fd26b55a23becbddd466d0100b3fc2b0" | 23 | SRCREV_machine:qemumips ?= "d476b8a1ff748bab6f12e687cbdea543b28edc63" |
24 | SRCREV_machine:qemuppc ?= "19cd9d8c4bafb673a03b2d7c22407d7c8d192a96" | 24 | SRCREV_machine:qemuppc ?= "a0e01625bc57f4e70ce779097fd99321377e48cc" |
25 | SRCREV_machine:qemuriscv64 ?= "19cd9d8c4bafb673a03b2d7c22407d7c8d192a96" | 25 | SRCREV_machine:qemuriscv64 ?= "a0e01625bc57f4e70ce779097fd99321377e48cc" |
26 | SRCREV_machine:qemuriscv32 ?= "19cd9d8c4bafb673a03b2d7c22407d7c8d192a96" | 26 | SRCREV_machine:qemuriscv32 ?= "a0e01625bc57f4e70ce779097fd99321377e48cc" |
27 | SRCREV_machine:qemux86 ?= "19cd9d8c4bafb673a03b2d7c22407d7c8d192a96" | 27 | SRCREV_machine:qemux86 ?= "a0e01625bc57f4e70ce779097fd99321377e48cc" |
28 | SRCREV_machine:qemux86-64 ?= "19cd9d8c4bafb673a03b2d7c22407d7c8d192a96" | 28 | SRCREV_machine:qemux86-64 ?= "a0e01625bc57f4e70ce779097fd99321377e48cc" |
29 | SRCREV_machine:qemumips64 ?= "98b8dbe56e119690cdc0af0661867df6c3ee39a2" | 29 | SRCREV_machine:qemumips64 ?= "33526acd1493dc6cf9c26296313888c461fdfa8f" |
30 | SRCREV_machine ?= "19cd9d8c4bafb673a03b2d7c22407d7c8d192a96" | 30 | SRCREV_machine ?= "a0e01625bc57f4e70ce779097fd99321377e48cc" |
31 | SRCREV_meta ?= "9f8ee63473567964331b9465fa1aba301a9a725b" | 31 | SRCREV_meta ?= "fd76f76e2b84ddc47ade29ca3118ff14c2b9b67e" |
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. |
37 | BBCLASSEXTEND = "devupstream:target" | 37 | BBCLASSEXTEND = "devupstream:target" |
38 | SRCREV_machine:class-devupstream ?= "52a953d0934b17a88f403b4135eb3cdf83d19f91" | 38 | SRCREV_machine:class-devupstream ?= "0a4a7855302d56a1d75cec3aa9a6914a3af9c6af" |
39 | PN:class-devupstream = "linux-yocto-upstream" | 39 | PN:class-devupstream = "linux-yocto-upstream" |
40 | KBRANCH:class-devupstream = "v6.1/base" | 40 | KBRANCH:class-devupstream = "v6.1/base" |
41 | 41 | ||
@@ -43,7 +43,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
43 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA};protocol=https" | 43 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA};protocol=https" |
44 | 44 | ||
45 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 45 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
46 | LINUX_VERSION ?= "6.1.43" | 46 | LINUX_VERSION ?= "6.1.44" |
47 | 47 | ||
48 | PV = "${LINUX_VERSION}+git${SRCPV}" | 48 | PV = "${LINUX_VERSION}+git${SRCPV}" |
49 | 49 | ||