summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_6.1.bb28
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 6598b423ad..5f79bc617b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.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 ?= "8e1d6bb01a46293b6b60b203b2efc941b5fa8f6e" 14SRCREV_machine ?= "8d55a90b757757f76ec124508fd2bcace5d276b5"
15SRCREV_meta ?= "00f113337ea3685e66890d581a954b86e60d23d4" 15SRCREV_meta ?= "1a97a82e62ebf4ef3787768a1f5937e2d2f280ce"
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-6.1;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "6.1.15" 20LINUX_VERSION ?= "6.1.20"
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_6.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
index 14be758f6f..58357d00c7 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.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 ?= "6.1.15" 8LINUX_VERSION ?= "6.1.20"
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 ?= "32302b50ec3b3ab3e74680abe8139a34fe39d09f" 17SRCREV_machine ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1"
18SRCREV_meta ?= "00f113337ea3685e66890d581a954b86e60d23d4" 18SRCREV_meta ?= "1a97a82e62ebf4ef3787768a1f5937e2d2f280ce"
19 19
20PV = "${LINUX_VERSION}+git${SRCPV}" 20PV = "${LINUX_VERSION}+git${SRCPV}"
21 21
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.1.bb b/meta/recipes-kernel/linux/linux-yocto_6.1.bb
index 876c141506..6f33032c00 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.1.bb
@@ -14,25 +14,25 @@ KBRANCH:qemux86-64 ?= "v6.1/standard/base"
14KBRANCH:qemuloongarch64 ?= "v6.1/standard/base" 14KBRANCH:qemuloongarch64 ?= "v6.1/standard/base"
15KBRANCH:qemumips64 ?= "v6.1/standard/mti-malta64" 15KBRANCH:qemumips64 ?= "v6.1/standard/mti-malta64"
16 16
17SRCREV_machine:qemuarm ?= "9aa65d42312580ec8b118252765ce1e121838206" 17SRCREV_machine:qemuarm ?= "fad8850ff15dfbf8fb2e7d71583fc54b809d10ef"
18SRCREV_machine:qemuarm64 ?= "32302b50ec3b3ab3e74680abe8139a34fe39d09f" 18SRCREV_machine:qemuarm64 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1"
19SRCREV_machine:qemuloongarch64 ?= "1caf99d56881e1510afca553cd4a057f80479973" 19SRCREV_machine:qemuloongarch64 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1"
20SRCREV_machine:qemumips ?= "9842d12e2a958990b434e65cd0e60cd4a403103a" 20SRCREV_machine:qemumips ?= "dd663b72efce61f63f0b38403254eb52e6ad9a59"
21SRCREV_machine:qemuppc ?= "32302b50ec3b3ab3e74680abe8139a34fe39d09f" 21SRCREV_machine:qemuppc ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1"
22SRCREV_machine:qemuriscv64 ?= "32302b50ec3b3ab3e74680abe8139a34fe39d09f" 22SRCREV_machine:qemuriscv64 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1"
23SRCREV_machine:qemuriscv32 ?= "32302b50ec3b3ab3e74680abe8139a34fe39d09f" 23SRCREV_machine:qemuriscv32 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1"
24SRCREV_machine:qemux86 ?= "32302b50ec3b3ab3e74680abe8139a34fe39d09f" 24SRCREV_machine:qemux86 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1"
25SRCREV_machine:qemux86-64 ?= "32302b50ec3b3ab3e74680abe8139a34fe39d09f" 25SRCREV_machine:qemux86-64 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1"
26SRCREV_machine:qemumips64 ?= "9c8388933caf687ce8562000b8b964eb6d136b83" 26SRCREV_machine:qemumips64 ?= "587a945baf13cdca2421e280b7b07dead6ad2a77"
27SRCREV_machine ?= "32302b50ec3b3ab3e74680abe8139a34fe39d09f" 27SRCREV_machine ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1"
28SRCREV_meta ?= "00f113337ea3685e66890d581a954b86e60d23d4" 28SRCREV_meta ?= "a8881762b53231bb914329cac3c2cf8db8b6779b"
29 29
30# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 30# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
31# get the <version>/base branch, which is pure upstream -stable, and the same 31# get the <version>/base branch, which is pure upstream -stable, and the same
32# meta SRCREV as the linux-yocto-standard builds. Select your version using the 32# meta SRCREV as the linux-yocto-standard builds. Select your version using the
33# normal PREFERRED_VERSION settings. 33# normal PREFERRED_VERSION settings.
34BBCLASSEXTEND = "devupstream:target" 34BBCLASSEXTEND = "devupstream:target"
35SRCREV_machine:class-devupstream ?= "42616e0f09fb4e9a6c59892a227f7bdefbd2d6d3" 35SRCREV_machine:class-devupstream ?= "7eaef76fbc4621ced374c85dbc000dd80dc681d7"
36PN:class-devupstream = "linux-yocto-upstream" 36PN:class-devupstream = "linux-yocto-upstream"
37KBRANCH:class-devupstream = "v6.1/base" 37KBRANCH:class-devupstream = "v6.1/base"
38 38
@@ -40,7 +40,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
40 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" 40 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}"
41 41
42LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 42LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
43LINUX_VERSION ?= "6.1.15" 43LINUX_VERSION ?= "6.1.20"
44 44
45DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 45DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
46DEPENDS += "openssl-native util-linux-native" 46DEPENDS += "openssl-native util-linux-native"