diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.15.bb | 2 |
3 files changed, 4 insertions, 4 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 81440b65fa..e79ff27ddc 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.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 | ||
14 | SRCREV_machine ?= "a4b3abf4d96d765bea92af652d8ae020c365d46a" | 14 | SRCREV_machine ?= "6f51b8d2b7dcecfffa6262c622bc252aa298ffbe" |
15 | SRCREV_meta ?= "177a773f3c223d057e34cd341268d2656b89ea01" | 15 | SRCREV_meta ?= "3c163f0b1d3bbab61e4b3c38b960f6e478489580" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_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}" |
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 b2bd8e070c..2cf2209182 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | |||
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" | |||
17 | 17 | ||
18 | SRCREV_machine:qemuarm ?= "5fbef884c98a51679ab4ab566568b1e89123c011" | 18 | SRCREV_machine:qemuarm ?= "5fbef884c98a51679ab4ab566568b1e89123c011" |
19 | SRCREV_machine ?= "a4b3abf4d96d765bea92af652d8ae020c365d46a" | 19 | SRCREV_machine ?= "a4b3abf4d96d765bea92af652d8ae020c365d46a" |
20 | SRCREV_meta ?= "177a773f3c223d057e34cd341268d2656b89ea01" | 20 | SRCREV_meta ?= "3c163f0b1d3bbab61e4b3c38b960f6e478489580" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb index e45208e436..af73fe3ed1 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb | |||
@@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "a4b3abf4d96d765bea92af652d8ae020c365d46a" | |||
23 | SRCREV_machine:qemux86-64 ?= "a4b3abf4d96d765bea92af652d8ae020c365d46a" | 23 | SRCREV_machine:qemux86-64 ?= "a4b3abf4d96d765bea92af652d8ae020c365d46a" |
24 | SRCREV_machine:qemumips64 ?= "2cf7c4b42019c88e1e6e56b660eacf355058f8b8" | 24 | SRCREV_machine:qemumips64 ?= "2cf7c4b42019c88e1e6e56b660eacf355058f8b8" |
25 | SRCREV_machine ?= "a4b3abf4d96d765bea92af652d8ae020c365d46a" | 25 | SRCREV_machine ?= "a4b3abf4d96d765bea92af652d8ae020c365d46a" |
26 | SRCREV_meta ?= "177a773f3c223d057e34cd341268d2656b89ea01" | 26 | SRCREV_meta ?= "3c163f0b1d3bbab61e4b3c38b960f6e478489580" |
27 | 27 | ||
28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | 28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll |
29 | # get the <version>/base branch, which is pure upstream -stable, and the same | 29 | # get the <version>/base branch, which is pure upstream -stable, and the same |