]> code.ossystems Code Review - openembedded-core.git/commit
glibc: Fix glibc reproducibility issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Oct 2018 11:20:04 +0000 (12:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Oct 2018 14:23:55 +0000 (15:23 +0100)
commit4d6fd8178da75f9a1870db290bbe24de5af752c9
tree6e830ab568b3f131ec0c5ef2275af3cbcf977a6a
parent0b51e0b2ac6f3cc95af4061253dc76a91df91349
glibc: Fix glibc reproducibility issues

Currently for non-IA platforms, glibc is not reproducible as host system
paths are being injected into target binaries. These spread through
all target binaries on the system which link to the libc.

Add a patch which injects .file directives into the assembly pieces
and works around this issue until a better solution can be found.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc/0034-inject-file-assembly-directives.patch [new file with mode: 0644]
meta/recipes-core/glibc/glibc_2.28.bb