Re: [OE-core] [PATCH] kernel: module: module-base: depend on elfutils-native

2018-02-20 Thread Bruce Ashfield
On Tue, Feb 20, 2018 at 11:41 AM, Justin Bronder wrote: > libelf is required for CONFIG_STACK_VALIDATION which is required by > CONFIG_UNWINDER_ORC (the default in 4.14+). As you'll see in the discussion about adding bison-native, we don't want to add these version

[OE-core] [PATCH] kernel: module: module-base: depend on elfutils-native

2018-02-20 Thread Justin Bronder
libelf is required for CONFIG_STACK_VALIDATION which is required by CONFIG_UNWINDER_ORC (the default in 4.14+). We also need to update the module classes to pass HOSTCC and HOSTCPP just like the kernel class already does. Otherwise the test for libelf in the kernel Makefile fails. ---