Browse Source

update to 6.0.2, add ebpf stub part 1

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2 years ago
parent
commit
10199cd2d0
  1. 4
      SPECS/kernel-6.0.spec

4
SPECS/kernel-6.0.spec

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
%global __spec_install_pre %{___build_pre}

# Define the version of the Linux Kernel Archive tarball.
%define LKAver 6.0.1
%define LKAver 6.0.2

# Define the buildid, if required.
#define buildid .
@ -20,6 +20,8 @@ @@ -20,6 +20,8 @@
%define with_perf %{?_without_perf: 0} %{?!_without_perf: 1}
# tools
%define with_tools %{?_without_tools: 0} %{?!_without_tools: 1}
# bpf tool
%define with_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 1}
# bootwrapper
%define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}


Loading…
Cancel
Save