Re: preempt-rt
Monsees, Steven C (US)
Thanks…
From: yocto@... <yocto@...>
On Behalf Of codusnocturnus via lists.yoctoproject.org
Sent: Wednesday, November 3, 2021 9:25 AM To: yocto@... Subject: Re: [yocto] preempt-rt
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Wednesday, November 3rd, 2021 at 5:43 AM, Monsees, Steven C (US) via lists.yoctoproject.org <steven.monsees=baesystems.com@...> wrote:
There are a few details to sort out (like finding a patch compatible with the kernel recipe you want to use, or a compromise of the two), but basically a kernel .bbappend with the following will suffice to just patch the kernel. FILES_EXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI_append = " https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.12/patch-5.12-rc3-rt3.patch.gz"
After that, you need a configuration fragment to enable PREEMPT-RT in the build. CONFIG_PREEMPT_RT=y
|
||
|