Skip to content
Snippets Groups Projects
Commit 2edc4a2f authored by Bryan Zuelly's avatar Bryan Zuelly
Browse files

working config w/ selinux

parent e22d5999
No related branches found
No related tags found
No related merge requests found
linux*
*.bkup
*.old
This diff is collapsed.
......@@ -24,10 +24,10 @@
%global _binary_payload w3T.xzdio
# Define the version of the Linux Kernel Archive tarball.
%global LKAver 6.6.28
%global LKAver 6.6.41
# Define the buildid, if required.
%global buildid 202404251605
%global buildid 005
# Determine the sublevel number and set pkg_version.
%define sublevel %(echo %{LKAver} | %{__awk} -F\. '{ print $3 }')
......@@ -122,6 +122,7 @@
### as of kernel-mainline-6.5.4, no more perf and bpftool -ay
%define with_perf 0
%define with_bpftool 0
%define with_doc 0
%endif
%ifarch x86_64
......@@ -154,7 +155,7 @@
%define kernel_ml_prereq coreutils, systemd >= 203-2, /usr/bin/kernel-install
%define initrd_prereq dracut >= 027
Name: kernel-mainline
Name: kernel-mainline-sbc
Summary: The Linux kernel. (The core of any Linux kernel based operating system.)
License: GPLv2 and Redistributable, no modification permitted.
URL: https://www.kernel.org/
......@@ -612,7 +613,7 @@ pushd linux-%{KVERREL} > /dev/null
%ifarch x86_64 || aarch64
cp config-%{_target_cpu} .config
%{__make} -s ARCH=%{bldarch} oldconfig
%{__make} -s ARCH=%{bldarch} olddefconfig
%if %{signkernel} || %{signmodules}
cp %{SOURCE23} certs/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment