[oe-commits] [meta-openembedded] branch master updated: Revert "netmap-modules: Modules may not have the same arch as userspace"

git at git.openembedded.org git at git.openembedded.org
Thu Mar 3 16:23:10 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master by this push:
       new  c62f4c1   Revert "netmap-modules: Modules may not have the same arch as userspace"
c62f4c1 is described below

commit c62f4c141a1950d4167ff13626cbb8dda51dadb2
Author: Joe MacDonald <joe_macdonald at mentor.com>
AuthorDate: Fri Feb 26 21:15:22 2016 -0500

    Revert "netmap-modules: Modules may not have the same arch as userspace"
    
    This reverts commit b49d08411c75a8fec8ad591105b324a6766aa8d5.
    
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-kernel/netmap/netmap-modules_git.bb | 5 -----
 1 file changed, 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 51e7cce..406a4f3 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', '')}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list