From: Clark Williams <williams@xxxxxxxxxx> redhat: TEMPORARY default realtime and automotive to off Building of realtime and automotive kernels is controlled by two variables in the specfile: with_realtime with_automotive Default both of these to off until PREEMPT_RT merges upstream so we pull in the actual code/config changes require to build a PREEMPT_RT kernel Signed-off-by: Clark Williams <williams@xxxxxxxxxx> diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100644 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -263,10 +263,10 @@ Summary: The Linux kernel # special purpose variants # RHEL real-time kernel (PREEMPT_RT) -%define with_realtime %{?_without_realtime: 0} %{?!_without_realtime: 1} +%define with_realtime %{?_without_realtime: 1} %{?!_without_realtime: 0} # Automotive kernel -%define with_automotive %{?_without_automotive: 0} %{?!_without_automotive: 1} +%define with_automotive %{?_without_automotive: 1} %{?!_without_automotive: 0} %ifarch x86_64 %define with_efiuki %{?_without_efiuki: 0} %{?!_without_efiuki: !%{with_realtime}} -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue