mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
Revert "netmap-modules: Modules may not have the same arch as userspace"
This reverts commit b49d08411c.
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -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', '')}"
|
||||
|
||||
Reference in New Issue
Block a user