diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2015-09-24 13:03:34 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-01 07:43:31 +0100 |
commit | a74fa38365ab91d3143d8b7d6414c97cd3862794 (patch) | |
tree | 373bc87294c6214b31ed64715da7e514503072a4 /meta/lib/oeqa/selftest/buildhistory.py | |
parent | 109c09b58f51025627f226e1afca297ad4be053a (diff) | |
download | poky-a74fa38365ab91d3143d8b7d6414c97cd3862794.tar.gz |
devtool: file mover function that creates target dir
Helper function for replacing a pattern like:
target_dir = os.path.dirname(target)
bb.utils.mkdirhier(target_dir)
shutil.move(source, target)
(From OE-Core rev: c09e5b11225a673534594c3642ceead3eb5653a3)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/buildhistory.py')
0 files changed, 0 insertions, 0 deletions