]> code.ossystems Code Review - openembedded-core.git/commit
classes/module: allow substitution of the modules_install target name
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 29 Feb 2016 11:48:23 +0000 (00:48 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Mar 2016 22:39:05 +0000 (22:39 +0000)
commiteffa6ce777540c5557e5cf904b48cc3369ee3f9f
treeb5858678b2467058c3f2cfcbda4af1280f54e91f
parenta421d474e19f98f5ffcfe9d1eb204f0dfacbbe2a
classes/module: allow substitution of the modules_install target name

Quite a few external kernel modules I've found floating around don't
have a modules_install target, but they do have an install target that
basically differs only in name. To make it easier to build these just
make this a MODULES_INSTALL_TARGET variable that you can set from the
recipe - the alternative would be copy-and-paste the do_install
definition from this class which is potentially fragile.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/module.bbclass