]> code.ossystems Code Review - openembedded-core.git/commit
devtool: improve modified file preservation to handle directory structures
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 8 Sep 2015 10:39:08 +0000 (11:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Sep 2015 13:25:04 +0000 (14:25 +0100)
commit9383af78adc854a6f6de8b1520edf3cea0c477a6
tree152b781c7ff296b4d3e4758fe1353c30848294c0
parent0d0b8425eaf74a6d7f3d9f6471e6edca1a273c06
devtool: improve modified file preservation to handle directory structures

Allow the _add_md5() function to be called with a directory in order to
recursively add the files under it. Additionally, we need to skip
preserving empty directories (since directories aren't listed in the md5
file).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py