commit 61074720302d3bcd96c8b2c49ab9d871b5696f20
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=725
This commit is contained in:
parent
0393f871fd
commit
487df686fe
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=4.11
|
||||
SRCVERSION=4.12
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv6l
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv7l
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -65,6 +65,7 @@ cd linux-%srcversion
|
||||
%build
|
||||
source=linux-%srcversion
|
||||
cp $source/COPYING .
|
||||
SRCDIR=`pwd`/$source
|
||||
mkdir pp
|
||||
PPDIR=`pwd`/pp
|
||||
export DTC_FLAGS="-R 4 -p 0x1000"
|
||||
@ -76,7 +77,7 @@ cd $source/$DTS_folder
|
||||
for dts in $ALL_SUPPORTED_DTB; do
|
||||
target=${dts%*.dts}
|
||||
mkdir -p $PPDIR/$(dirname $target)
|
||||
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I./include/ -P $target.dts -o $PPDIR/$target.dts
|
||||
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $target.dts -o $PPDIR/$target.dts
|
||||
dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $target) -o $PPDIR/$target.dtb $PPDIR/$target.dts
|
||||
done
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -39,7 +39,7 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -59,7 +59,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 4.12.7
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7dae241
|
||||
Release: <RELEASE>.g6107472
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6
|
||||
size 95447768
|
3
linux-4.12.tar.xz
Normal file
3
linux-4.12.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab
|
||||
size 99186576
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b738ef929e0695cdba4ac4b5c3a70d37beed82e926aa18f795b2dd8106d2d2e9
|
||||
size 6762
|
||||
oid sha256:a720d177f560c0d130f47e35cc948376f3c273e176cc734862f74780e21f544c
|
||||
size 6959
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:254790a79c05d181d651819a7b17546bc6688edeeafc01db6b9a010fce59169e
|
||||
size 125986
|
||||
oid sha256:1cb57b1344928c29ad72e1abd8d3990517ed52ee68de293a094d20ad6b92ab27
|
||||
size 124673
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f2697c0d45d6548f18053dcb6fdc2831d64926fc81b5be5c502753b501430b9
|
||||
size 27854
|
||||
oid sha256:aa4ae3c50b63ad2d165fd4c9c6fb71f9018804e2223c32a10c7bc07325194f27
|
||||
size 2996
|
||||
|
@ -1,3 +1,3 @@
|
||||
2017-08-13 10:27:21 +0200
|
||||
GIT Revision: 7dae241e6aca66130c5e051b9327b1daae701358
|
||||
2017-08-14 15:54:03 +0200
|
||||
GIT Revision: 61074720302d3bcd96c8b2c49ab9d871b5696f20
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user