diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.13.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb index 2782fa0351..daf3d41a69 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb | |||
@@ -12,7 +12,7 @@ python () { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "f7609685b99c816483dd1eb4d3d7cfd236abcd8a" | 14 | SRCREV_machine ?= "f7609685b99c816483dd1eb4d3d7cfd236abcd8a" |
15 | SRCREV_meta ?= "676addb3befc0f44818ed231d90c58d8e4fc005f" | 15 | SRCREV_meta ?= "45ba17c2208f4b39c36fdb748df5929b8f6b6f83" |
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.13;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.13;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb index 20453780f2..4cc0d9409f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb | |||
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" | |||
17 | 17 | ||
18 | SRCREV_machine:qemuarm ?= "52d457436c83b3ce994a12d5387c532df7859e3d" | 18 | SRCREV_machine:qemuarm ?= "52d457436c83b3ce994a12d5387c532df7859e3d" |
19 | SRCREV_machine ?= "e167b61e5f9f6e6de8d57f72ed022ea6cdf9ba85" | 19 | SRCREV_machine ?= "e167b61e5f9f6e6de8d57f72ed022ea6cdf9ba85" |
20 | SRCREV_meta ?= "676addb3befc0f44818ed231d90c58d8e4fc005f" | 20 | SRCREV_meta ?= "45ba17c2208f4b39c36fdb748df5929b8f6b6f83" |
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.13.bb b/meta/recipes-kernel/linux/linux-yocto_5.13.bb index 1a349f943c..9a215bfe11 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.13.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.13.bb | |||
@@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "aa7f96bda2be286bc15b1131be30411bb6016ea1" | |||
23 | SRCREV_machine:qemux86-64 ?= "aa7f96bda2be286bc15b1131be30411bb6016ea1" | 23 | SRCREV_machine:qemux86-64 ?= "aa7f96bda2be286bc15b1131be30411bb6016ea1" |
24 | SRCREV_machine:qemumips64 ?= "c6c25c0c1a64480f255a9c2e86895db0aea8b92b" | 24 | SRCREV_machine:qemumips64 ?= "c6c25c0c1a64480f255a9c2e86895db0aea8b92b" |
25 | SRCREV_machine ?= "aa7f96bda2be286bc15b1131be30411bb6016ea1" | 25 | SRCREV_machine ?= "aa7f96bda2be286bc15b1131be30411bb6016ea1" |
26 | SRCREV_meta ?= "676addb3befc0f44818ed231d90c58d8e4fc005f" | 26 | SRCREV_meta ?= "45ba17c2208f4b39c36fdb748df5929b8f6b6f83" |
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 |