]> code.ossystems Code Review - openembedded-core.git/commit
sstatesig: Allow exclusion of the root directory for do_package
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Sep 2021 22:58:23 +0000 (23:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Sep 2021 08:48:38 +0000 (09:48 +0100)
commit9cceeb906527f90d8dd3aad75aa3a8805e2a1df5
tree04ad7a0cfb69f6e0d95550cf9e463bff04c25641
parent13a039e03195a47c750d5901e96fe81cf523481f
sstatesig: Allow exclusion of the root directory for do_package

The package task references WORKDIR at it's top level and we can't
easily make the timestamp for that determnistic due to writes to files
there and in other subdirs. We could try and force it to a specific value
but it is easier to just remove it from the package task, we don't need
it there or care about it in this case.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/sstatesig.py