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 @@ +ppc64le ppc64le/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 ++armv6hl default ++armv6hl vanilla ++armv7hl default ++armv7hl vanilla ++armv7hl lpae +arm64 arm64/default +arm64 arm64/64kb +arm64 arm64/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. Michal Kubecek -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org