mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
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:
committed by
Armin Kuster
parent
8e67d3e8ae
commit
2de03b1f00
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user