summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-07-13 14:33:22 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-14 23:22:10 +0100
commit6c91fe738308acbedd19627a8d8b5d6c6319bf9e (patch)
tree969584f104b2ffbae9851d121733ee4fa00ddf93 /meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
parentd20b52121f2fe4273a39b5accbe794e434322f5f (diff)
downloadpoky-6c91fe738308acbedd19627a8d8b5d6c6319bf9e.tar.gz
linux-yocto/5.10: fix buildpaths issue with gen-mach-types
Integrating the following commit(s) to linux-yocto/5.10: 80f5207b5abd tools: use basename to identify file in gen-mach-types (From OE-Core rev: 78dbf81b9951b1b49ec1546d6eb9ed7240507515) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
index a695740976..c705b7c07a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
@@ -11,7 +11,7 @@ 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
14SRCREV_machine ?= "f481ff6adf4be55c3ab89d0cf7243bbca69205c9" 14SRCREV_machine ?= "2f72685aa16ee5e1c8c53df03457b223a6996540"
15SRCREV_meta ?= "2f79722c50ad61cf055b40e8ba6d6f48e8dc6db0" 15SRCREV_meta ?= "2f79722c50ad61cf055b40e8ba6d6f48e8dc6db0"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \