From ddbd2891f4ba58ca781ea8390667d5308a53e934 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 13 Aug 2020 11:27:44 +0200 Subject: kernel-install.eclass: Restrict tests on arm&arm64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restrict tests on arches that currently lack a test image. Signed-off-by: Michał Górny --- eclass/kernel-install.eclass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass index 20ad3555d239..558e4979168d 100644 --- a/eclass/kernel-install.eclass +++ b/eclass/kernel-install.eclass @@ -55,7 +55,11 @@ SRC_URI+=" SLOT="${PV}" IUSE="+initramfs test" -RESTRICT+=" !test? ( test ) test? ( userpriv )" +RESTRICT+=" + !test? ( test ) + test? ( userpriv ) + arm? ( test ) + arm64? ( test )" # install-DEPEND actually # note: we need installkernel with initramfs support! -- cgit v1.2.3-65-gdbad