summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-12-11 09:28:38 -0500
committerSteve Sakoman <steve@sakoman.com>2023-12-11 05:13:16 -1000
commitb86bf0103c5d5ee04012473b80353e3da1f9e67f (patch)
tree840affa8f639a07bf8b1a3f09d8bb05d641d0e6e /meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
parentbf9eabafc257a7d3c39e3b4a46cabf7e6fb8270e (diff)
downloadpoky-b86bf0103c5d5ee04012473b80353e3da1f9e67f.tar.gz
linux-yocto-rt/5.4: fix buld failure
Integrating the following commit(s) to linux-yocto/5.4: 1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: rt: drop -stable migrate_disable Date: Mon, 11 Dec 2023 08:50:52 -0500 The -rt branches already have a migrate disable mechanism, we drop the -stable version to fix build issues. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: f29aff4a2a907f70c5397f9f1f7b5c1f8beb8647) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
index 396d218afd..58e10be524 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.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
14SRCREV_machine ?= "9ef07d0d41fa14bf7366dfe5ef657d9f24b35349" 14SRCREV_machine ?= "43d5f7eb85acc21ec87ec45b2cae127dad8bf7a4"
15SRCREV_meta ?= "9f1a56eeea58f7d9b597f0ea33e43e35b8288762" 15SRCREV_meta ?= "34f54c16ac6ef29441f95dd3b932729f01008999"
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 \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"