iscsitarget: skip the arch test for kernel modules

Kernel modules may not have the same architecture as user space.
So we tell INSANE_SKIP to skip checking the arch for the modules.
This is consistent with other kernel modules and the kernel recipe.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Jackie Huang 2015-11-25 16:27:59 +08:00 committed by Armin Kuster
parent 8e67d3e8ae
commit 2de03b1f00

View File

@ -55,3 +55,6 @@ FILES_${PN} += "${sbindir} \
RDEPENDS_${PN} = "kernel-module-iscsi-trgt"
RRECOMMENDS_${PN} = "kernel-module-crc32c kernel-module-libcrc32c"
# Skip the arch test for kernel modules
INSANE_SKIP_kernel-module-iscsi-trgt = "arch"