diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 |
3 files changed, 19 insertions, 19 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb index e8b96a080d..2117e1ffb3 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.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 ?= "17de8839ffeb953a58b32a1d9ef13675864f4f00" | 17 | SRCREV_machine ?= "8e0611e36c848a07f9cdd778903c9e51bb90b319" |
18 | SRCREV_meta ?= "c0c3836249b3a2fd02ad30ae54637a2bed54107b" | 18 | SRCREV_meta ?= "e4b95ec17228274acb38bf10061448224df3a312" |
19 | 19 | ||
20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
21 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" | 21 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" |
22 | 22 | ||
23 | LINUX_VERSION ?= "5.15.107" | 23 | LINUX_VERSION ?= "5.15.108" |
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_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb index 73dbfce914..277a6a6c0d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.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_5.15.inc | 9 | include recipes-kernel/linux/cve-exclusion_5.15.inc |
10 | 10 | ||
11 | LINUX_VERSION ?= "5.15.107" | 11 | LINUX_VERSION ?= "5.15.108" |
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 ?= "9f7b6a8032cef0df7e4c4b2e2d185d21924127c5" | 20 | SRCREV_machine ?= "3d762b85647844790979dd1e17a762003aaa7476" |
21 | SRCREV_meta ?= "c0c3836249b3a2fd02ad30ae54637a2bed54107b" | 21 | SRCREV_meta ?= "e4b95ec17228274acb38bf10061448224df3a312" |
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_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb index 7c54b8f590..b58ca03ddb 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb | |||
@@ -16,24 +16,24 @@ KBRANCH:qemux86 ?= "v5.15/standard/base" | |||
16 | KBRANCH:qemux86-64 ?= "v5.15/standard/base" | 16 | KBRANCH:qemux86-64 ?= "v5.15/standard/base" |
17 | KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" | 17 | KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" |
18 | 18 | ||
19 | SRCREV_machine:qemuarm ?= "cafbf3840cb619fa324fa4222ceec63787409f77" | 19 | SRCREV_machine:qemuarm ?= "80421c525a12141d31bf1592b0d8c176defe3010" |
20 | SRCREV_machine:qemuarm64 ?= "3ec37a5997470f25ca0a443ad8afee62a3201edc" | 20 | SRCREV_machine:qemuarm64 ?= "9d140dbc3171bf272f51b524edeeb2f22783aca5" |
21 | SRCREV_machine:qemumips ?= "e0561aff7c1b9e04452e02cd2e5786525b7ac03b" | 21 | SRCREV_machine:qemumips ?= "b29a8fa62d88db512f1fa5d60e430a851d7e3aaf" |
22 | SRCREV_machine:qemuppc ?= "4f3c3cb71e1ac3b1ba29c2d0e5b62f5b8a78e720" | 22 | SRCREV_machine:qemuppc ?= "7ee6b7fc4b57933114376cf012218c2ae3d23558" |
23 | SRCREV_machine:qemuriscv64 ?= "bbc363b82b92d99e0e29b0d5c9810d2636b54f9e" | 23 | SRCREV_machine:qemuriscv64 ?= "e8c818cce43dd720c366d831aeb102c20c237652" |
24 | SRCREV_machine:qemuriscv32 ?= "bbc363b82b92d99e0e29b0d5c9810d2636b54f9e" | 24 | SRCREV_machine:qemuriscv32 ?= "e8c818cce43dd720c366d831aeb102c20c237652" |
25 | SRCREV_machine:qemux86 ?= "bbc363b82b92d99e0e29b0d5c9810d2636b54f9e" | 25 | SRCREV_machine:qemux86 ?= "e8c818cce43dd720c366d831aeb102c20c237652" |
26 | SRCREV_machine:qemux86-64 ?= "bbc363b82b92d99e0e29b0d5c9810d2636b54f9e" | 26 | SRCREV_machine:qemux86-64 ?= "e8c818cce43dd720c366d831aeb102c20c237652" |
27 | SRCREV_machine:qemumips64 ?= "5eba919cd8b3ca2e7ca047e49adf98c344e9998e" | 27 | SRCREV_machine:qemumips64 ?= "5c900befc90365f6daa80989e8de0ccc546ff0f5" |
28 | SRCREV_machine ?= "bbc363b82b92d99e0e29b0d5c9810d2636b54f9e" | 28 | SRCREV_machine ?= "e8c818cce43dd720c366d831aeb102c20c237652" |
29 | SRCREV_meta ?= "c0c3836249b3a2fd02ad30ae54637a2bed54107b" | 29 | SRCREV_meta ?= "e4b95ec17228274acb38bf10061448224df3a312" |
30 | 30 | ||
31 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | 31 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll |
32 | # get the <version>/base branch, which is pure upstream -stable, and the same | 32 | # get the <version>/base branch, which is pure upstream -stable, and the same |
33 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the | 33 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the |
34 | # normal PREFERRED_VERSION settings. | 34 | # normal PREFERRED_VERSION settings. |
35 | BBCLASSEXTEND = "devupstream:target" | 35 | BBCLASSEXTEND = "devupstream:target" |
36 | SRCREV_machine:class-devupstream ?= "4fdad925aa1a320c2f32bf956ed29100c7fdc464" | 36 | SRCREV_machine:class-devupstream ?= "3299fb36854fdc288bddc2c4d265f8a2e5105944" |
37 | PN:class-devupstream = "linux-yocto-upstream" | 37 | PN:class-devupstream = "linux-yocto-upstream" |
38 | KBRANCH:class-devupstream = "v5.15/base" | 38 | KBRANCH:class-devupstream = "v5.15/base" |
39 | 39 | ||
@@ -41,7 +41,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
41 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" | 41 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" |
42 | 42 | ||
43 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 43 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
44 | LINUX_VERSION ?= "5.15.107" | 44 | LINUX_VERSION ?= "5.15.108" |
45 | 45 | ||
46 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 46 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
47 | DEPENDS += "openssl-native util-linux-native" | 47 | DEPENDS += "openssl-native util-linux-native" |