diff options
author | Oleksandr Ocheretnyi <oocheret@cisco.com> | 2022-02-25 07:17:15 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-10 16:39:50 +0000 |
commit | 8cd10efa78aa1328744087acdee8cc346094b566 (patch) | |
tree | 945f81cdb635a16f853177fca02e411d33e7471c /scripts/lib/devtool/build_image.py | |
parent | 16b4a5c2cbcad0edee3a36f90b1c713ded0dde7a (diff) | |
download | poky-8cd10efa78aa1328744087acdee8cc346094b566.tar.gz |
kernel-devsrc: do not copy Module.symvers file during install
When CONFIG_MODULES is not enabled in kernel config - Module.symvers
generation is not done, which causes the file not to be created.
This fails later in do_install() due to the fact that copy
command in executed for non-existing Module.symvers file.
Check for Module.symvers existence before copy command in executed.
(From OE-Core rev: d4416bd7f8823ddd7bf25f286649a12f13b0fabc)
Signed-off-by: Oleksandr Ocheretnyi <oocheret@cisco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit deacceac6461400037b152260c8edbc819f6309a)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/build_image.py')
0 files changed, 0 insertions, 0 deletions