]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
populate_sdk_ext: Avoid copying and producing .pyc files
authorMark Hatle <mark.hatle@kernel.crashing.org>
Thu, 25 Mar 2021 22:44:02 +0000 (17:44 -0500)
committerAnuj Mittal <anuj.mittal@intel.com>
Wed, 5 May 2021 00:51:36 +0000 (08:51 +0800)
commitb89b583067762aa5ec53341a6bc0ec2d87790a1b
treef12272ca22ab153556655607bb7fa4ce9bca92c9
parenta6c9d8d2ba11b385d36ae6d7315ace398c693971
populate_sdk_ext: Avoid copying and producing .pyc files

Since pyc cache files are really system specific, no real reason to copy or
generate them during the eSDK build process.  Also generating them has the
possibility of re-using inodes that pseudo may have been tracking, leading
a build failure.

Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ce8eba263647ae63a722122e28f26af46ae083a0)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/classes/populate_sdk_ext.bbclass
meta/lib/oe/copy_buildsystem.py