-----Original Message----- From: Michal Kubecek <mkubecek@suse.cz> Sent: 18 March 2019 16:38 To: Guillaume GARDET <guillaume.gardet@free.fr> Cc: opensuse-kernel@opensuse.org; Andreas Faerber <afaerber@suse.de>; Yousaf Kaukab <yousaf.kaukab@suse.com>; Matthias Brugger <mbrugger@suse.com> Subject: Re: [opensuse-kernel] [PATCH] arm: update armv6/armv7 configs
On Mon, Mar 18, 2019 at 03:58:19PM +0100, Guillaume GARDET wrote:
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr> Cc: Andreas Faerber <afaerber@suse.de> Cc: Yousaf Kaukab <yousaf.kaukab@suse.com> Cc: Matthias Brugger <mbrugger@suse.com>
--- config.conf | 10 +- config/armv6hl/default | 123 +++++++----- config/armv7hl/default | 424 +++++++++++++++++++++++++---------------- config/armv7hl/lpae | 394 +++++++++++++++++++++++--------------- 4 files changed, 579 insertions(+), 372 deletions(-)
diff --git a/config.conf b/config.conf index 3790910ca9..abbcf7525f 100644 --- a/config.conf +++ b/config.conf @@ -28,11 +28,11 @@ +ppc64leppc64le/vanilla
# ARM architectures -+armv6hl-!needs_updating armv6hl/default -+armv6hl-!needs_updating armv6hl/vanilla -+armv7hl-!needs_updating armv7hl/default -+armv7hl-!needs_updating armv7hl/vanilla -+armv7hl-!needs_updating armv7hl/lpae ++armv6hldefault ++armv6hlvanilla ++armv7hldefault ++armv7hlvanilla ++armv7hllpae +arm64arm64/default +arm64arm64/64kb +arm64arm64/vanilla diff --git a/config/armv6hl/default b/config/armv6hl/default index 8552585282..0fc5984b20 100644 --- a/config/armv6hl/default +++ b/config/armv6hl/default @@ -1,15 +1,16 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.20.0 Kernel Configuration +# Linux/arm 5.0.2 Kernel Configuration
This is really unfortunate timing... master branch was updated 5.1-rc1 just few hours ago. But this could be used for stable branch (where Tumbleweed kernels are submitted from) so that it has 32-bit ARM builds available for the rest of the cycle.
Yes, this is the urgency ATM. Tumbleweed has no armv6/7 kernel due to the lack of configs. We can update master branch later. Guillaume
Michal Kubecek -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org