Accepting request 743864 from home:trenn:branches:hardware

- Update turbostat to latest version 19.08.31

OBS-URL: https://build.opensuse.org/request/show/743864
OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=100
This commit is contained in:
Thomas Renninger 2019-10-29 15:40:08 +00:00 committed by Git OBS Bridge
parent 86456d40c6
commit 39b7d948a3
7 changed files with 22 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 29 15:22:48 UTC 2019 - trenn@suse.de
- Update turbostat to latest version 19.08.31
-------------------------------------------------------------------
Wed Jul 17 16:01:20 UTC 2019 - trenn@suse.de

View File

@ -20,7 +20,7 @@
# Use this as version when things are in mainline kernel
%define version %(rpm -q --qf '%{VERSION}' kernel-source)
%define tsversion 19.03.20
%define tsversion 19.08.31
%define pbversion 17.05.11
%define ssversion 1.0

View File

@ -89,8 +89,11 @@ function export_turbostat() {
fi
TURBOSTAT_VERSION=$(echo "-$TURBOSTAT_VERSION")
mv tools/power/x86/turbostat turbostat${TURBOSTAT_VERSION}
git checkout $GIT_TAG include/linux/bits.h
git checkout $GIT_TAG arch/x86/include/asm/msr-index.h
git checkout $GIT_TAG arch/x86/include/asm/intel-family.h
mkdir -p turbostat${TURBOSTAT_VERSION}/include/linux
cp include/linux/bits.h turbostat${TURBOSTAT_VERSION}/include/linux/bits.h
cp arch/x86/include/asm/intel-family.h turbostat${TURBOSTAT_VERSION}
cp arch/x86/include/asm/msr-index.h turbostat${TURBOSTAT_VERSION}
tar -cvjf turbostat${TURBOSTAT_VERSION}.tar.bz2 turbostat${TURBOSTAT_VERSION}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92e83b5a97b64358f1e5c5a0b5e47a2014104a9afd2df1dca7f815a5ff8f7853
size 16246
oid sha256:2751834c3e67715c000853315c562b4d4d7c3b77e3aca60ac38d529f6c9e44f1
size 17036

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b2855d26494b9fea63669fdaa3db3e09c86db60f3cad8b23417b0d18f73f5d0
size 43178

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07d4fdea38ce0ee2d227b9a7ad4728c921a8338192d76c359879d18d2def0950
size 44284

View File

@ -1,15 +1,17 @@
Index: turbostat-19.03.20/Makefile
Index: turbostat-19.08.31/Makefile
===================================================================
--- turbostat-19.03.20.orig/Makefile 2019-04-08 16:09:47.094469287 +0200
+++ turbostat-19.03.20/Makefile 2019-04-08 16:10:18.490470979 +0200
@@ -10,8 +10,8 @@ endif
--- turbostat-19.08.31.orig/Makefile 2019-10-29 15:23:56.962276473 +0100
+++ turbostat-19.08.31/Makefile 2019-10-29 16:12:52.926434670 +0100
@@ -9,9 +9,9 @@ ifeq ("$(origin O)", "command line")
endif
turbostat : turbostat.c
override CFLAGS += -Wall
-override CFLAGS += -O2 -Wall -I../../../include
-override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
-override CFLAGS += -DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"'
+override CFLAGS += -O2 -Wall -I ./include
+override CFLAGS += -DMSRHEADER='"msr-index.h"'
+override CFLAGS += -DINTEL_FAMILY_HEADER='"intel-family.h"'
override CFLAGS += -D_FORTIFY_SOURCE=2
%: %.c
@mkdir -p $(BUILD_OUTPUT)