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 e64f21b2f0..4578a1d819 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 ?= "7168cfa2ce6492db31163393808806b6f48af5e8" 14SRCREV_machine ?= "198d85bb67700ac968a286cf7f89f008bb6eff39"
15SRCREV_meta ?= "487de687c6a4553f11d67b83d01f16f79449ee49" 15SRCREV_meta ?= "c07c75a1e9438e70a80615cac0f48eb91d8f34ea"
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.147" 20LINUX_VERSION ?= "5.15.148"
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 38bea23264..267ebb11c4 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.147" 8LINUX_VERSION ?= "5.15.148"
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 ?= "641e2136a155ce3179c84b9365a5998c1354fdd0" 17SRCREV_machine ?= "0780801e81912c4bbd53b4fc01dad6df556739b6"
18SRCREV_meta ?= "487de687c6a4553f11d67b83d01f16f79449ee49" 18SRCREV_meta ?= "c07c75a1e9438e70a80615cac0f48eb91d8f34ea"
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 1acd7b62cd..9a7c96b453 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 ?= "82f8a25a3894c10d1cf26914b8e51726351ba11e" 17SRCREV_machine:qemuarm ?= "c0150afdb5ca785c04acec22c7f42f42b044ca43"
18SRCREV_machine:qemuarm64 ?= "cf955e443d881e296b83940143fd30ea83fcf222" 18SRCREV_machine:qemuarm64 ?= "201f4f28b183815dbabda398e9ee90a2e628ad94"
19SRCREV_machine:qemumips ?= "1c3babd3b42768e24c797edfc3f67906aca6d072" 19SRCREV_machine:qemumips ?= "1d82f42872b46d7f129bbe631931a09590d9d6bf"
20SRCREV_machine:qemuppc ?= "b08998787bece69376578b049cab073d8b80e872" 20SRCREV_machine:qemuppc ?= "e985732d9de961b364b9bbf03ef3eba41adf8e37"
21SRCREV_machine:qemuriscv64 ?= "5822f13dba3b1f460536d873aea707f4b25840cf" 21SRCREV_machine:qemuriscv64 ?= "9bc0938c9f31f2f63b8e9d7b8f43671927858068"
22SRCREV_machine:qemuriscv32 ?= "5822f13dba3b1f460536d873aea707f4b25840cf" 22SRCREV_machine:qemuriscv32 ?= "9bc0938c9f31f2f63b8e9d7b8f43671927858068"
23SRCREV_machine:qemux86 ?= "5822f13dba3b1f460536d873aea707f4b25840cf" 23SRCREV_machine:qemux86 ?= "9bc0938c9f31f2f63b8e9d7b8f43671927858068"
24SRCREV_machine:qemux86-64 ?= "5822f13dba3b1f460536d873aea707f4b25840cf" 24SRCREV_machine:qemux86-64 ?= "9bc0938c9f31f2f63b8e9d7b8f43671927858068"
25SRCREV_machine:qemumips64 ?= "4ff2c0496c0160a96185a080ec9678c63b68bd47" 25SRCREV_machine:qemumips64 ?= "c87c9b74f382aba2886320ca29dd32544e53f15b"
26SRCREV_machine ?= "5822f13dba3b1f460536d873aea707f4b25840cf" 26SRCREV_machine ?= "9bc0938c9f31f2f63b8e9d7b8f43671927858068"
27SRCREV_meta ?= "487de687c6a4553f11d67b83d01f16f79449ee49" 27SRCREV_meta ?= "c07c75a1e9438e70a80615cac0f48eb91d8f34ea"
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 ?= "26c690eff0a56293e0b6911a38e406c211b35547" 34SRCREV_machine:class-devupstream ?= "6139f2a02fe0ac7a08389b4eb786e0c659039ddd"
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.147" 42LINUX_VERSION ?= "5.15.148"
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"