aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-kernel
diff options
context:
space:
mode:
authorJoe MacDonald <joe_macdonald@mentor.com>2016-02-26 21:15:22 -0500
committerJoe MacDonald <joe_macdonald@mentor.com>2016-03-03 11:23:05 -0500
commitc62f4c141a1950d4167ff13626cbb8dda51dadb2 (patch)
tree4c2171ef712401342f4abb215351e62795679c55 /meta-networking/recipes-kernel
parentfe4106ca0d81fb0dd30c82a2c4a45c38f9694ad6 (diff)
downloadmeta-openembedded-c62f4c141a1950d4167ff13626cbb8dda51dadb2.tar.gz
Revert "netmap-modules: Modules may not have the same arch as userspace"
This reverts commit b49d08411c75a8fec8ad591105b324a6766aa8d5. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-kernel')
-rw-r--r--meta-networking/recipes-kernel/netmap/netmap-modules_git.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb b/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb
index 51e7cce9d8..406a4f3cff 100644
--- a/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb
+++ b/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb
@@ -39,11 +39,6 @@ python __anonymous () {
extra_oeconf_drivers = bb.utils.contains_any('NETMAP_DRIVERS', all_drivers_list, config_drivers, '--no-drivers', d)
d.appendVar("EXTRA_OECONF", extra_oeconf_drivers)
-
- # skip the arch test for kernel modules
- if drivers_list:
- for driver in drivers_list:
- d.setVar("INSANE_SKIP_kernel-module-%s-netmap" % bb.utils.prune_suffix(driver, ['.c'], d), "arch")
}
LDFLAGS := "${@'${LDFLAGS}'.replace('-Wl,-O1', '')}"