diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.19.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb index 29b7760298..17ae94066c 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb | |||
@@ -12,7 +12,7 @@ python () { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "3596666292dcf3fc078090666dc327d233695310" | 14 | SRCREV_machine ?= "3596666292dcf3fc078090666dc327d233695310" |
15 | SRCREV_meta ?= "829511f25a4a868d33019ace607dc7f0a14d3105" | 15 | SRCREV_meta ?= "350b544d077955b599b54ab364f6227d96a90455" |
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.19;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.19;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb index 65b7070e6e..c18278ad79 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.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 ?= "44a446e91acea4f2f0d35896763224c3b52a3ed5" | 17 | SRCREV_machine ?= "44a446e91acea4f2f0d35896763224c3b52a3ed5" |
18 | SRCREV_meta ?= "829511f25a4a868d33019ace607dc7f0a14d3105" | 18 | SRCREV_meta ?= "350b544d077955b599b54ab364f6227d96a90455" |
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.19.bb b/meta/recipes-kernel/linux/linux-yocto_5.19.bb index bafe57df0e..4fc1ae9245 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.19.bb | |||
@@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "44a446e91acea4f2f0d35896763224c3b52a3ed5" | |||
23 | SRCREV_machine:qemux86-64 ?= "44a446e91acea4f2f0d35896763224c3b52a3ed5" | 23 | SRCREV_machine:qemux86-64 ?= "44a446e91acea4f2f0d35896763224c3b52a3ed5" |
24 | SRCREV_machine:qemumips64 ?= "99613988297ac45653cc81319e63b2821645a3ba" | 24 | SRCREV_machine:qemumips64 ?= "99613988297ac45653cc81319e63b2821645a3ba" |
25 | SRCREV_machine ?= "44a446e91acea4f2f0d35896763224c3b52a3ed5" | 25 | SRCREV_machine ?= "44a446e91acea4f2f0d35896763224c3b52a3ed5" |
26 | SRCREV_meta ?= "829511f25a4a868d33019ace607dc7f0a14d3105" | 26 | SRCREV_meta ?= "350b544d077955b599b54ab364f6227d96a90455" |
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 |