From: "Monsees, Steven C (US)" <steven.monsees@baesystems.com>
To: "codusnocturnus@protonmail.com" <codusnocturnus@protonmail.com>,
"yocto@lists.yoctoproject.org" <yocto@lists.yoctoproject.org>
Subject: RE: [yocto] preempt-rt
Date: Wed, 3 Nov 2021 13:40:28 +0000 [thread overview]
Message-ID: <20211103134034.645B9C433EF@smtp.lore.kernel.org> (raw)
In-Reply-To: <J6uhO4xdHvmmAEv95Raej96BW9diIdtegO8A3S5MarV7jqpGTQuZxnXdhj90D3XBXYK4tjuzKE4Cj3LLT6YtUIyMO4mabXONli-EO6CYk5w=@protonmail.com>
[-- Attachment #1: Type: text/plain, Size: 1886 bytes --]
Thanks…
From: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org> On Behalf Of codusnocturnus via lists.yoctoproject.org
Sent: Wednesday, November 3, 2021 9:25 AM
To: yocto@lists.yoctoproject.org
Subject: Re: [yocto] preempt-rt
External Email Alert
This email has been sent from an account outside of the BAE Systems network.
Please treat the email with caution, especially if you are requested to click on a link, decrypt/open an attachment, or enable macros. For further information on how to spot phishing, access “Cybersecurity OneSpace Page” and report phishing by clicking the button “Report Phishing” on the Outlook toolbar.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Wednesday, November 3rd, 2021 at 5:43 AM, Monsees, Steven C (US) via lists.yoctoproject.org <steven.monsees=baesystems.com@lists.yoctoproject.org<mailto:steven.monsees=baesystems.com@lists.yoctoproject.org>> wrote:
I have a platform based off a aarm64 Xilinx based kernel, which is not a compliant mainline kernel… so, I will need to go the preemp-rt patch route.
Can you supply an example Yocto recipe that applies the patch, doesn’t even have to be arm based… just looking for baseline I might use to carve out support for my platform.
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
Thanks,
Steve
Sent with ProtonMail<https://protonmail.com/> Secure Email.
[-- Attachment #2: Type: text/html, Size: 7360 bytes --]
next prev parent reply other threads:[~2021-11-03 13:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <MADEUP.16B409EFB86C84CD.31069@lists.yoctoproject.org>
2021-11-03 12:58 ` [yocto] preempt-rt Leon Woestenberg
2021-11-03 13:18 ` Monsees, Steven C (US)
2021-11-03 13:24 ` codusnocturnus
2021-11-03 13:40 ` Monsees, Steven C (US) [this message]
[not found] ` <16B40C1E6105ADEB.25986@lists.yoctoproject.org>
2021-11-03 13:28 ` codusnocturnus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211103134034.645B9C433EF@smtp.lore.kernel.org \
--to=steven.monsees@baesystems.com \
--cc=codusnocturnus@protonmail.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.