Re: preempt-rt
codusnocturnus
‐‐‐‐‐‐‐ 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
|
|