summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_6.16.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb
index e3cc651f76..ddd97d02fd 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb
@@ -15,7 +15,7 @@ python () {
15} 15}
16 16
17SRCREV_machine ?= "d9ac79e651b849ad8b16bc3f96af4cc54c30148e" 17SRCREV_machine ?= "d9ac79e651b849ad8b16bc3f96af4cc54c30148e"
18SRCREV_meta ?= "abd3e56cdb1c200bac4e2496005649e3261cb9c3" 18SRCREV_meta ?= "58666126fdb734568fed6166d39940208a35d53f"
19 19
20SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ 20SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
21 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.16;destsuffix=${KMETA};protocol=https" 21 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.16;destsuffix=${KMETA};protocol=https"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb
index a63d7a198b..e9e8019a63 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb
@@ -18,7 +18,7 @@ KMETA = "kernel-meta"
18KCONF_BSP_AUDIT_LEVEL = "2" 18KCONF_BSP_AUDIT_LEVEL = "2"
19 19
20SRCREV_machine ?= "ff2318af3a2513c944b2598ab3df356dd7f15f34" 20SRCREV_machine ?= "ff2318af3a2513c944b2598ab3df356dd7f15f34"
21SRCREV_meta ?= "abd3e56cdb1c200bac4e2496005649e3261cb9c3" 21SRCREV_meta ?= "58666126fdb734568fed6166d39940208a35d53f"
22 22
23PV = "${LINUX_VERSION}+git" 23PV = "${LINUX_VERSION}+git"
24 24
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.16.bb b/meta/recipes-kernel/linux/linux-yocto_6.16.bb
index 580df960ae..0d9306cd8f 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.16.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.16.bb
@@ -29,7 +29,7 @@ SRCREV_machine:qemux86 ?= "ff2318af3a2513c944b2598ab3df356dd7f15f34"
29SRCREV_machine:qemux86-64 ?= "ff2318af3a2513c944b2598ab3df356dd7f15f34" 29SRCREV_machine:qemux86-64 ?= "ff2318af3a2513c944b2598ab3df356dd7f15f34"
30SRCREV_machine:qemumips64 ?= "e6f7e24a7b76c6d1b3eaa3716fa1c4185de94aa5" 30SRCREV_machine:qemumips64 ?= "e6f7e24a7b76c6d1b3eaa3716fa1c4185de94aa5"
31SRCREV_machine ?= "ff2318af3a2513c944b2598ab3df356dd7f15f34" 31SRCREV_machine ?= "ff2318af3a2513c944b2598ab3df356dd7f15f34"
32SRCREV_meta ?= "abd3e56cdb1c200bac4e2496005649e3261cb9c3" 32SRCREV_meta ?= "58666126fdb734568fed6166d39940208a35d53f"
33 33
34# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 34# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
35# get the <version>/base branch, which is pure upstream -stable, and the same 35# get the <version>/base branch, which is pure upstream -stable, and the same