diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-17 23:56:33 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-29 00:07:58 +0000 |
commit | c111b692ccac0d1d281407ea03c79a6fe07ded14 (patch) | |
tree | 4bbe1ca962ecdf9a8210425139793058f3ad1360 /meta/classes/kernel-artifact-names.bbclass | |
parent | 701e43727a09471e89fba02d2cda896a8d12265e (diff) | |
download | poky-c111b692ccac0d1d281407ea03c79a6fe07ded14.tar.gz |
kernel: relocate copy of module.lds to module compilation task
There were two copies of this patch floating around, and the merged
variant has the copy in the wrong place.
module.lds is only created during modules_prepare, and that target is
not invoked during our main build of the kernel. We aren't about to
change the kernel build (there's no need), so we move the copy into
the compile_kernelmodules task. After that runs, we have module.lds
availble to copy.
This has been tested against clean kernel + out of tree module
builds, and the dependencies are correct that the file is copied
before the out of tree module build starts.
(From OE-Core rev: d9e327063f63193186822d958706081d64ec8139)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7d94f9209ebaaf59ea001239a889dd7f928a0e7c)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/kernel-artifact-names.bbclass')
0 files changed, 0 insertions, 0 deletions