Browse Source

kernel update 5.4.192

Signed-off-by: basebuilder_pel7x64builder0 <basebuilder@powerel.org>
master
basebuilder_pel7x64builder0 2 years ago
parent
commit
f667c694d1
  1. 8096
      SOURCES/config-5.4.192-ppc64
  2. 8850
      SOURCES/config-5.4.192-ppc64le
  3. 10725
      SOURCES/config-5.4.192-x86_64
  4. 3
      SPECS/kernel.spec

8096
SOURCES/config-5.4.192-ppc64

File diff suppressed because it is too large Load Diff

8850
SOURCES/config-5.4.192-ppc64le

File diff suppressed because it is too large Load Diff

10725
SOURCES/config-5.4.192-x86_64

File diff suppressed because it is too large Load Diff

3
SPECS/kernel.spec

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


# Define the version of the Linux Kernel Archive tarball. # Define the version of the Linux Kernel Archive tarball.
%define LKAver 5.4.188 %define LKAver 5.4.192


# Define the buildid, if required. # Define the buildid, if required.
#define buildid . #define buildid .
@ -373,6 +373,7 @@ done
popd > /dev/null popd > /dev/null


%build %build

export AFTER_LINK='sh -xc "/usr/lib/rpm/debugedit -b $$RPM_BUILD_DIR -d /usr/src/debug -i $@ > $@.id"' export AFTER_LINK='sh -xc "/usr/lib/rpm/debugedit -b $$RPM_BUILD_DIR -d /usr/src/debug -i $@ > $@.id"'


BuildKernel() { BuildKernel() {

Loading…
Cancel
Save