]> code.ossystems Code Review - openembedded-core.git/commit
insane: don't use cachedpath
authorRoss Burton <ross.burton@intel.com>
Thu, 5 Dec 2019 21:17:27 +0000 (21:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 28 Dec 2019 23:25:34 +0000 (23:25 +0000)
commit460222c54e4c65352c0687f2b6c70527cc9a2b4b
tree2e7cd6c3e51287afe2a66b0fd074497adfebad12
parent765e0c3410d6bf3b4a50c4a036f555eae760acd2
insane: don't use cachedpath

Unless cachedpath is used correctly then it's just a glorified clone of
os.walk, but without any of the recent optimisations in os.walk.  In
this codepath there is no point to using cachedpath.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/insane.bbclass