summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/kernel-install.eclass')
-rw-r--r--eclass/kernel-install.eclass6
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!