mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 09:49:35 +02:00
linux-yocto-rt/54: fix 5.4-rt build breakage
Integrating the following commit:
commit 8d8179549a233e7517523ac12887016451da2e20
Author: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Tue Jun 27 10:13:01 2023 -0400
rt: fix 5.4-stable introduced compile errors
The 5.4 stable series brough back two elements removed
by the -rt patch:
- tick_period
- deferred/safe printk
We fix the build by dropping the use of the period and
deferred printk
(From OE-Core rev: 13add4fd84c2e8a14caad857fbadf83205758c31)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
00277476e3
commit
a6f3173407
@@ -11,8 +11,8 @@ python () {
|
||||
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "8472ed342e0ac3f529c10b474b12ef0e05995778"
|
||||
SRCREV_meta ?= "5c912968f2cb938ad084d457dae99bf8eb16032d"
|
||||
SRCREV_machine ?= "8d8179549a233e7517523ac12887016451da2e20"
|
||||
SRCREV_meta ?= "b6e41788aebaf8058d1f15f6cdcf55a6edb77755"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"
|
||||
|
||||
Reference in New Issue
Block a user