]> code.ossystems Code Review - 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Mar 2021 21:28:09 +0000 (22:28 +0100)
commitce8eba263647ae63a722122e28f26af46ae083a0
tree50f8954c1c5b2ff513a06a69560473d8652c46cc
parent51c3ca662c8b3a60d308a37af9b0902938b54aaa
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>
meta/classes/populate_sdk_ext.bbclass
meta/lib/oe/copy_buildsystem.py