commit:     ddbd2891f4ba58ca781ea8390667d5308a53e934
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 09:27:44 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 14:02:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddbd2891

kernel-install.eclass: Restrict tests on arm&arm64

Restrict tests on arches that currently lack a test image.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/kernel-install.eclass | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass
index 20ad3555d23..558e4979168 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!

Reply via email to