summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb4
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_6.1.bb2
3 files changed, 4 insertions, 4 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 28b7159359..7a7537505e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb
@@ -11,8 +11,8 @@ 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 ?= "94f73e8d6872df48a7c4ee6caa1701ae2a535dfe" 14SRCREV_machine ?= "8183fc0efdb87bd314afda93a7c02ff85dc5833d"
15SRCREV_meta ?= "d7393c5752865634e307673043da55e353139333" 15SRCREV_meta ?= "a833bd2ced5dcd01c043348ec47218a545d00c5f"
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}"
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 65866dd1db..393952a980 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
@@ -15,7 +15,7 @@ KMETA = "kernel-meta"
15KCONF_BSP_AUDIT_LEVEL = "2" 15KCONF_BSP_AUDIT_LEVEL = "2"
16 16
17SRCREV_machine ?= "1caf99d56881e1510afca553cd4a057f80479973" 17SRCREV_machine ?= "1caf99d56881e1510afca553cd4a057f80479973"
18SRCREV_meta ?= "d7393c5752865634e307673043da55e353139333" 18SRCREV_meta ?= "a833bd2ced5dcd01c043348ec47218a545d00c5f"
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 66d397837f..8c99b98933 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.1.bb
@@ -25,7 +25,7 @@ SRCREV_machine:qemux86 ?= "1caf99d56881e1510afca553cd4a057f80479973"
25SRCREV_machine:qemux86-64 ?= "1caf99d56881e1510afca553cd4a057f80479973" 25SRCREV_machine:qemux86-64 ?= "1caf99d56881e1510afca553cd4a057f80479973"
26SRCREV_machine:qemumips64 ?= "2949d76c3f79f3c7f700a6366d828f006d7dd5a8" 26SRCREV_machine:qemumips64 ?= "2949d76c3f79f3c7f700a6366d828f006d7dd5a8"
27SRCREV_machine ?= "1caf99d56881e1510afca553cd4a057f80479973" 27SRCREV_machine ?= "1caf99d56881e1510afca553cd4a057f80479973"
28SRCREV_meta ?= "d7393c5752865634e307673043da55e353139333" 28SRCREV_meta ?= "a833bd2ced5dcd01c043348ec47218a545d00c5f"
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