diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | 2 | ||||
-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, 3 insertions, 3 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 924e6ffa10..8e5ff78790 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | |||
@@ -12,7 +12,7 @@ python () { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "b2a7dbd4edac7627c091c2ab14fec83726a4c79b" | 14 | SRCREV_machine ?= "b2a7dbd4edac7627c091c2ab14fec83726a4c79b" |
15 | SRCREV_meta ?= "a6e18bacddf8ebca0c151e809c9996e17e08a7b0" | 15 | SRCREV_meta ?= "b647d9611cb4936536e60a438292fc22df2fe000" |
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 859ef2b687..77e11c100b 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | |||
@@ -15,7 +15,7 @@ KMETA = "kernel-meta" | |||
15 | KCONF_BSP_AUDIT_LEVEL = "2" | 15 | KCONF_BSP_AUDIT_LEVEL = "2" |
16 | 16 | ||
17 | SRCREV_machine ?= "b79e89ab973aeb8ec48e2cd987436ab52678e795" | 17 | SRCREV_machine ?= "b79e89ab973aeb8ec48e2cd987436ab52678e795" |
18 | SRCREV_meta ?= "a6e18bacddf8ebca0c151e809c9996e17e08a7b0" | 18 | SRCREV_meta ?= "b647d9611cb4936536e60a438292fc22df2fe000" |
19 | 19 | ||
20 | PV = "${LINUX_VERSION}+git${SRCPV}" | 20 | PV = "${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 e88e465467..c4266c6f30 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 ?= "079c88490578df99b38570c8968b836b8347ed44" | |||
23 | SRCREV_machine:qemux86-64 ?= "079c88490578df99b38570c8968b836b8347ed44" | 23 | SRCREV_machine:qemux86-64 ?= "079c88490578df99b38570c8968b836b8347ed44" |
24 | SRCREV_machine:qemumips64 ?= "47d334232ab28f0f8d5316e07e11f8f14c6aaecc" | 24 | SRCREV_machine:qemumips64 ?= "47d334232ab28f0f8d5316e07e11f8f14c6aaecc" |
25 | SRCREV_machine ?= "079c88490578df99b38570c8968b836b8347ed44" | 25 | SRCREV_machine ?= "079c88490578df99b38570c8968b836b8347ed44" |
26 | SRCREV_meta ?= "a6e18bacddf8ebca0c151e809c9996e17e08a7b0" | 26 | SRCREV_meta ?= "b647d9611cb4936536e60a438292fc22df2fe000" |
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 |