]> code.ossystems Code Review - openembedded-core.git/commit
kernel-module-split.bbclass: support CONFIG_MODULE_COMPRESS=y
authorJens Rehsack <sno@netbsd.org>
Thu, 18 Apr 2019 14:08:42 +0000 (16:08 +0200)
committerArmin Kuster <akuster808@gmail.com>
Thu, 2 May 2019 20:34:15 +0000 (13:34 -0700)
commit499e830fad1c109f6c009d6ceb2256ced19e4452
tree29997df0da71bcd8a3cde4946ea41bcff833c7ea
parent16c50cf4cd6a9a11ff47d0825e43f287f1fb2642
kernel-module-split.bbclass: support CONFIG_MODULE_COMPRESS=y

In case, kernel config enables compressed modules, support of
splitting via split_kernel_module_packages won't find any module.
So, first expand module pattern regex to recognize compressed
modules and then objcopy on temporary extacted to extract module
information.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/kernel-module-split.bbclass