Skip to content

redhat: Add realtime and arm64 64k-page-size build and packaging logic

Clark Williams requested to merge clrkwllms/kernel-ark:os-build-add-rt into os-build

This MR adds adds the code and data from the ARK os-build-rt branch to build the kernel-rt real time kernel packages. It also adds the 64k page-size kernel package for arm64 architecture.

The changes are confined to the 'redhat' directory of the kernel tree. The MR contains new config directories and script changes for generating configs, as well as Makefile and specfile changes to generate sub-packages of the kernel.

The RT logic is currently disabled and will remain so until the remainder of the PREEMPT_RT patches are merged upstream. Once ARK starts inheriting this code from Linus' tree, we can enable them and start building rt and automotive kernels in ARK.

Signed-off-by: Clark Williams williams@redhat.com

Edited by Clark Williams

Merge request reports