diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-26 21:15:22 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-03-03 11:23:05 -0500 |
commit | c62f4c141a1950d4167ff13626cbb8dda51dadb2 (patch) | |
tree | 4c2171ef712401342f4abb215351e62795679c55 /meta-networking | |
parent | fe4106ca0d81fb0dd30c82a2c4a45c38f9694ad6 (diff) | |
download | meta-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')
-rw-r--r-- | meta-networking/recipes-kernel/netmap/netmap-modules_git.bb | 5 |
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 51e7cce9d..406a4f3cf 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 () { | |||
39 | 39 | ||
40 | extra_oeconf_drivers = bb.utils.contains_any('NETMAP_DRIVERS', all_drivers_list, config_drivers, '--no-drivers', d) | 40 | extra_oeconf_drivers = bb.utils.contains_any('NETMAP_DRIVERS', all_drivers_list, config_drivers, '--no-drivers', d) |
41 | d.appendVar("EXTRA_OECONF", extra_oeconf_drivers) | 41 | d.appendVar("EXTRA_OECONF", extra_oeconf_drivers) |
42 | |||
43 | # skip the arch test for kernel modules | ||
44 | if drivers_list: | ||
45 | for driver in drivers_list: | ||
46 | d.setVar("INSANE_SKIP_kernel-module-%s-netmap" % bb.utils.prune_suffix(driver, ['.c'], d), "arch") | ||
47 | } | 42 | } |
48 | 43 | ||
49 | LDFLAGS := "${@'${LDFLAGS}'.replace('-Wl,-O1', '')}" | 44 | LDFLAGS := "${@'${LDFLAGS}'.replace('-Wl,-O1', '')}" |