summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.15.bb26
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 74f9bb9a44..1e67936da0 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
@@ -11,13 +11,13 @@ python () {
11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "e44a864642ca01372ce3bc73985ae5c15039239d" 14SRCREV_machine ?= "24252937d6ebfe59470a427ef4f05d4ee7381491"
15SRCREV_meta ?= "d76891c15fa8b0734c3fd9513594ed6e5b9f620d" 15SRCREV_meta ?= "b6e2c0d16d49638d30461ce4f832af9bf0608d05"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "5.15.175" 20LINUX_VERSION ?= "5.15.176"
21 21
22LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 22LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
23 23
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 e7fb427843..563db2fab6 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
@@ -5,7 +5,7 @@ KCONFIG_MODE = "--allnoconfig"
5 5
6require recipes-kernel/linux/linux-yocto.inc 6require recipes-kernel/linux/linux-yocto.inc
7 7
8LINUX_VERSION ?= "5.15.175" 8LINUX_VERSION ?= "5.15.176"
9LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 9LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
10 10
11DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 11DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native"
14KMETA = "kernel-meta" 14KMETA = "kernel-meta"
15KCONF_BSP_AUDIT_LEVEL = "2" 15KCONF_BSP_AUDIT_LEVEL = "2"
16 16
17SRCREV_machine ?= "21359d0259838662bde27fc0164bdc5b0786a01f" 17SRCREV_machine ?= "c90e38bc5ace7a98431d67a23e8b46555fe9d3a3"
18SRCREV_meta ?= "d76891c15fa8b0734c3fd9513594ed6e5b9f620d" 18SRCREV_meta ?= "b6e2c0d16d49638d30461ce4f832af9bf0608d05"
19 19
20PV = "${LINUX_VERSION}+git${SRCPV}" 20PV = "${LINUX_VERSION}+git${SRCPV}"
21 21
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb
index 2c7c392ef3..c345f7046f 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb
@@ -14,24 +14,24 @@ KBRANCH:qemux86 ?= "v5.15/standard/base"
14KBRANCH:qemux86-64 ?= "v5.15/standard/base" 14KBRANCH:qemux86-64 ?= "v5.15/standard/base"
15KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" 15KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64"
16 16
17SRCREV_machine:qemuarm ?= "71b7c06f25df2a8971d00ca9240fdc657ca12e14" 17SRCREV_machine:qemuarm ?= "fa2dd80d85802957a32c8496321f6e49b2f015ac"
18SRCREV_machine:qemuarm64 ?= "d8355f2c75c6135afbf2e7af95beeb164c0f90a6" 18SRCREV_machine:qemuarm64 ?= "accf953d2129f53a7ea1de535bfedfdd55de3556"
19SRCREV_machine:qemumips ?= "06d279ec8ff88a1335d5545acb7e89cb779fd5d1" 19SRCREV_machine:qemumips ?= "cf74a6b6fe7f2a268b40250f134aa1ce094edd77"
20SRCREV_machine:qemuppc ?= "54de5d312356aabbccb7e7cbf9d2775792818755" 20SRCREV_machine:qemuppc ?= "0cb9b5d87e992246e1dda20cebbfc3213b54259d"
21SRCREV_machine:qemuriscv64 ?= "b516538c454980b6dea36a7163a3c182b41d45a2" 21SRCREV_machine:qemuriscv64 ?= "aa5d0061f3fdccec608f50597c50027e684205c5"
22SRCREV_machine:qemuriscv32 ?= "b516538c454980b6dea36a7163a3c182b41d45a2" 22SRCREV_machine:qemuriscv32 ?= "aa5d0061f3fdccec608f50597c50027e684205c5"
23SRCREV_machine:qemux86 ?= "b516538c454980b6dea36a7163a3c182b41d45a2" 23SRCREV_machine:qemux86 ?= "aa5d0061f3fdccec608f50597c50027e684205c5"
24SRCREV_machine:qemux86-64 ?= "b516538c454980b6dea36a7163a3c182b41d45a2" 24SRCREV_machine:qemux86-64 ?= "aa5d0061f3fdccec608f50597c50027e684205c5"
25SRCREV_machine:qemumips64 ?= "67003ffdcc2b524e27729b1734aad8f5ca9fa7b2" 25SRCREV_machine:qemumips64 ?= "178c81e8a265eac651802a645b95b2b818fd6abc"
26SRCREV_machine ?= "b516538c454980b6dea36a7163a3c182b41d45a2" 26SRCREV_machine ?= "aa5d0061f3fdccec608f50597c50027e684205c5"
27SRCREV_meta ?= "d76891c15fa8b0734c3fd9513594ed6e5b9f620d" 27SRCREV_meta ?= "b6e2c0d16d49638d30461ce4f832af9bf0608d05"
28 28
29# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 29# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
30# get the <version>/base branch, which is pure upstream -stable, and the same 30# get the <version>/base branch, which is pure upstream -stable, and the same
31# meta SRCREV as the linux-yocto-standard builds. Select your version using the 31# meta SRCREV as the linux-yocto-standard builds. Select your version using the
32# normal PREFERRED_VERSION settings. 32# normal PREFERRED_VERSION settings.
33BBCLASSEXTEND = "devupstream:target" 33BBCLASSEXTEND = "devupstream:target"
34SRCREV_machine:class-devupstream ?= "91786f140358b1e56efdb0feccb337ce3a59c031" 34SRCREV_machine:class-devupstream ?= "4735586da88ed2254ada53bbe19ce4fe968a1e7b"
35PN:class-devupstream = "linux-yocto-upstream" 35PN:class-devupstream = "linux-yocto-upstream"
36KBRANCH:class-devupstream = "v5.15/base" 36KBRANCH:class-devupstream = "v5.15/base"
37 37
@@ -39,7 +39,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
39 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" 39 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}"
40 40
41LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 41LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
42LINUX_VERSION ?= "5.15.175" 42LINUX_VERSION ?= "5.15.176"
43 43
44DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 44DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
45DEPENDS += "openssl-native util-linux-native" 45DEPENDS += "openssl-native util-linux-native"