]> code.ossystems Code Review - openembedded-core.git/commit
make-mod-scripts: change how some kernel module tools are built
authorJoe Slater <jslater@windriver.com>
Tue, 20 Feb 2018 16:25:16 +0000 (11:25 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Feb 2018 10:31:35 +0000 (10:31 +0000)
commitea12c46fe8748fb6606c603d463075a8624e6563
treefee5bc6ceab47993632042208563ca9bb81af950
parent6e5dbb53a7cbd05baf07de62b1abc88dccfd4cb9
make-mod-scripts: change how some kernel module tools are built

Remove do_make_scripts() from module-base.bbclass and put
functionality in a recipe.  This will build the scripts only
once instead of each time an external module is built.

[YOCTO #12228]

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/module-base.bbclass
meta/classes/module.bbclass
meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb [new file with mode: 0644]