diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-08-13 11:27:44 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-08-13 16:02:09 +0200 |
| commit | ddbd2891f4ba58ca781ea8390667d5308a53e934 (patch) | |
| tree | 7f17b91c9759b99bdb85c9cfd8ede54068052f72 /eclass/kernel-install.eclass | |
| parent | 343d39f2ed30b19b99c8dd1eeb2c7035c41d2fdf (diff) | |
| download | gentoo-ddbd2891f4ba58ca781ea8390667d5308a53e934.tar.gz gentoo-ddbd2891f4ba58ca781ea8390667d5308a53e934.tar.bz2 gentoo-ddbd2891f4ba58ca781ea8390667d5308a53e934.zip | |
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@gentoo.org>
Diffstat (limited to 'eclass/kernel-install.eclass')
| -rw-r--r-- | eclass/kernel-install.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
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! |
