]> code.ossystems Code Review - openembedded-core.git/commit
rootfs: don't use oe.cachedpath
authorRoss Burton <ross.burton@intel.com>
Thu, 5 Dec 2019 21:12:52 +0000 (21:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 28 Dec 2019 23:25:34 +0000 (23:25 +0000)
commit765e0c3410d6bf3b4a50c4a036f555eae760acd2
treed6665503907961515cd71c281417e432296acd20
parent78a555b324c30b2970eaa046c5d86de7980e678a
rootfs: don't use oe.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/lib/oe/rootfs.py