summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-03 20:39:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-06 12:16:34 +0000
commit09c6a41b751d080f0c12fc4172a31d1dbe760b0b (patch)
tree145a78e65dbd4bbf0a02fa1e838dff489e438dc5 /meta/lib/oeqa/selftest/cases/reproducible.py
parent73333dd4b8f80f9d6224b319f476a7bf0e27b83c (diff)
downloadpoky-09c6a41b751d080f0c12fc4172a31d1dbe760b0b.tar.gz
opkg-utils: Fix reproducibility issues in opkg-build
There is a sorting problem with opkg-build where the ipk generated is depending upon the order of files on disk. The reason is the --sort option to tar only influences the orders of files tar reads, not those passed by the -T option. Add in a sort call to resolve this issue. To ensure consistent sorting we also need to force to a specific locale (C) else the results are still not deterministic. (From OE-Core rev: a9b8287984c63420e10329a69f7ac5125f1687f8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/reproducible.py')
0 files changed, 0 insertions, 0 deletions