[oe] [meta-networking][PATCH] netmap-modules: skip the arch check for kernel module

jackie.huang at windriver.com jackie.huang at windriver.com
Tue Nov 17 09:57:42 UTC 2015


From: Jackie Huang <jackie.huang at windriver.com>

When building on a multilib capable BSP, it's possible for the
kernel bit size to be different then the userspace. Avoid the
QA test when building the kernel module.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-networking/recipes-kernel/netmap/netmap-modules_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb b/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb
index c1c319d..286b429 100644
--- a/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb
+++ b/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb
@@ -9,6 +9,11 @@ CLEANBROKEN = "1"
 
 export INSTALL_MOD_DIR="kernel/netmap-modules"
 
+# When building on a multilib capable BSP, it's possible for the
+# kernel bit size to be different then the userspace. Avoid the QA test
+# when building modules
+INSANE_SKIP_kernel-module-netmap = "arch"
+
 EXTRA_OECONF = "--kernel-dir=${STAGING_KERNEL_BUILDDIR} \
                 --kernel-sources=${STAGING_KERNEL_DIR} \
                 --install-mod-path=${D} \
-- 
2.3.5




More information about the Openembedded-devel mailing list