Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel-sbc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SIG
altarch
src
kernel-sbc
Commits
2edc4a2f
Commit
2edc4a2f
authored
8 months ago
by
Bryan Zuelly
Browse files
Options
Downloads
Patches
Plain Diff
working config w/ selinux
parent
e22d5999
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+3
-0
3 additions, 0 deletions
.gitignore
SOURCES/config-aarch64
+11623
-7804
11623 additions, 7804 deletions
SOURCES/config-aarch64
SPECS/kernel-mainline-sbc.spec
+5
-4
5 additions, 4 deletions
SPECS/kernel-mainline-sbc.spec
with
11631 additions
and
7808 deletions
.gitignore
0 → 100644
+
3
−
0
View file @
2edc4a2f
linux*
*.bkup
*.old
This diff is collapsed.
Click to expand it.
SOURCES/config-aarch64
+
11623
−
7804
View file @
2edc4a2f
This diff is collapsed.
Click to expand it.
SPECS/kernel-mainline.spec
→
SPECS/kernel-mainline
-sbc
.spec
+
5
−
4
View file @
2edc4a2f
...
...
@@ -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
2024042516
05
%global buildid
0
05
# 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} old
def
config
%if %{signkernel} || %{signmodules}
cp %{SOURCE23} certs/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment