]> code.ossystems Code Review - openembedded-core.git/commit
module.bbclass: allow to override location of Module.symvers
authorAndré Draszik <adraszik@tycoint.com>
Mon, 21 Nov 2016 09:37:13 +0000 (09:37 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Jan 2017 13:53:44 +0000 (13:53 +0000)
commitcaa0fa2ddf0c97255b38b1ec8579944ab4821ff1
tree1f37450d9e28d7ef8f2913649e826a9136873871
parent1daa09aa82c528dcc7682553dd6704a93aafdc88
module.bbclass: allow to override location of Module.symvers

Requiring all build systems for external kernel modules to
place Module.symvers directly into ${B}/. is quite an
artificial assumption/requirement. It doesn't have to end
up there, but could easily end up somewhere below ${B}.

Allow to override the location below ${B}

Note that we still don't make use of multiple
Module.symvers in case there are any generated by one
single kernel module build, but this is no change in
behaviour from before and could be added if there really
is a demand for that.

Reported-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: André Draszik <adraszik@tycoint.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/module.bbclass