forked from pool/kernel-source-longterm
Accepting request 1177387 from Kernel:slowroll
aarch64 config, for ARM Factory OBS-URL: https://build.opensuse.org/request/show/1177387 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source-longterm?expand=0&rev=15
This commit is contained in:
commit
34e8647d98
@ -14,3 +14,11 @@
|
||||
- x86_64/vanilla
|
||||
- -syms x86_64/kvmsmall
|
||||
+x86_64 x86_64/longterm
|
||||
|
||||
# ARM architectures
|
||||
- arm64/default
|
||||
- -syms arm64/debug
|
||||
- arm64/64kb
|
||||
- arm64/vanilla
|
||||
- -syms arm64/kvmsmall
|
||||
+arm64 arm64/longterm
|
||||
|
@ -13,6 +13,7 @@ MULTIBUILD="Yes"
|
||||
LIVEPATCH=livepatch
|
||||
# buildservice projects to build the kernel against
|
||||
OBS_PROJECT=openSUSE:Factory
|
||||
OBS_PROJECT_ARM=openSUSE:Factory:ARM
|
||||
# Bugzilla info
|
||||
BUGZILLA_SERVER="apibugzilla.suse.com"
|
||||
BUGZILLA_PRODUCT="openSUSE Tumbleweed"
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7982409c2c9b463933cc48045a7dad97d56356b7cb6eff359e381cf3ad4d426b
|
||||
size 64600
|
||||
oid sha256:a8f647f0cd7f67cad0d45c76e80de21ee0653d2b3daf93f8727975783e6934ef
|
||||
size 103242
|
||||
|
@ -170,6 +170,19 @@ Sat May 25 19:26:33 CEST 2024 - rfrohl@suse.com
|
||||
(bsc#1218260).
|
||||
- commit 6c361d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 10:16:40 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- add arm64 kernel config (boo#1224369).
|
||||
Based on 6.6.11 + minor changes to make it build.
|
||||
- commit 20208a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 10:15:43 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- enable arm64 build (boo#1224369).
|
||||
- commit 5626827
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 22:19:58 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.6
|
||||
%define patchversion 6.6.32
|
||||
%define git_commit 7564314c39367c4281b1cfdff17f89e1720d08c4
|
||||
%define git_commit 20208a45ccbfec4fe53435e1241231d0f4bb2ffe
|
||||
%define variant -longterm%{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@ -115,7 +115,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.6.32
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7564314
|
||||
Release: <RELEASE>.g20208a4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -299,7 +299,7 @@ NoSource: 114
|
||||
NoSource: 120
|
||||
NoSource: 121
|
||||
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
|
||||
ExclusiveArch: x86_64
|
||||
ExclusiveArch: aarch64 x86_64
|
||||
%else
|
||||
ExclusiveArch: do_not_build
|
||||
%endif
|
||||
|
@ -170,6 +170,19 @@ Sat May 25 19:26:33 CEST 2024 - rfrohl@suse.com
|
||||
(bsc#1218260).
|
||||
- commit 6c361d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 10:16:40 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- add arm64 kernel config (boo#1224369).
|
||||
Based on 6.6.11 + minor changes to make it build.
|
||||
- commit 20208a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 10:15:43 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- enable arm64 build (boo#1224369).
|
||||
- commit 5626827
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 22:19:58 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define srcversion 6.6
|
||||
%define patchversion 6.6.32
|
||||
%define git_commit 7564314c39367c4281b1cfdff17f89e1720d08c4
|
||||
%define git_commit 20208a45ccbfec4fe53435e1241231d0f4bb2ffe
|
||||
%define variant -longterm%{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -33,7 +33,7 @@
|
||||
Name: kernel-source-longterm
|
||||
Version: 6.6.32
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7564314
|
||||
Release: <RELEASE>.g20208a4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -170,6 +170,19 @@ Sat May 25 19:26:33 CEST 2024 - rfrohl@suse.com
|
||||
(bsc#1218260).
|
||||
- commit 6c361d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 10:16:40 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- add arm64 kernel config (boo#1224369).
|
||||
Based on 6.6.11 + minor changes to make it build.
|
||||
- commit 20208a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 10:15:43 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
- enable arm64 build (boo#1224369).
|
||||
- commit 5626827
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 22:19:58 CEST 2024 - rfrohl@suse.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 7564314c39367c4281b1cfdff17f89e1720d08c4
|
||||
%define git_commit 20208a45ccbfec4fe53435e1241231d0f4bb2ffe
|
||||
%define variant -longterm%{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -28,7 +28,7 @@ Group: Development/Sources
|
||||
Version: 6.6.32
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7564314
|
||||
Release: <RELEASE>.g20208a4
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -39,7 +39,7 @@ Release: %kernel_source_release
|
||||
URL: https://www.kernel.org/
|
||||
AutoReqProv: off
|
||||
BuildRequires: coreutils
|
||||
%ifarch x86_64
|
||||
%ifarch aarch64 x86_64
|
||||
Requires: kernel-longterm-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
@ -49,7 +49,7 @@ Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
|
||||
ExclusiveArch: x86_64
|
||||
ExclusiveArch: aarch64 x86_64
|
||||
%else
|
||||
ExclusiveArch: do_not_build
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
2024-05-25 17:52:54 +0000
|
||||
GIT Revision: 7564314c39367c4281b1cfdff17f89e1720d08c4
|
||||
2024-05-26 14:24:45 +0000
|
||||
GIT Revision: 20208a45ccbfec4fe53435e1241231d0f4bb2ffe
|
||||
GIT Branch: slowroll
|
||||
|
Loading…
Reference in New Issue
Block a user