mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user