summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.28.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-03 12:20:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-04 14:21:41 +0100
commitcd158dd197a3a41a91679107a94c6f213476921c (patch)
treea943fa0a0705df61bdf71474a4ff09788705d395 /meta/recipes-core/glibc/glibc_2.28.bb
parent6a924ca5a509c518493343409d28e92f9e5bdb46 (diff)
downloadpoky-cd158dd197a3a41a91679107a94c6f213476921c.tar.gz
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. (From OE-Core rev: 4d6fd8178da75f9a1870db290bbe24de5af752c9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.28.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.28.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.28.bb b/meta/recipes-core/glibc/glibc_2.28.bb
index bd8b51e1d6..d072939254 100644
--- a/meta/recipes-core/glibc/glibc_2.28.bb
+++ b/meta/recipes-core/glibc/glibc_2.28.bb
@@ -48,6 +48,7 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
48 file://0031-sysdeps-ieee754-prevent-maybe-uninitialized-errors-w.patch \ 48 file://0031-sysdeps-ieee754-prevent-maybe-uninitialized-errors-w.patch \
49 file://0032-sysdeps-ieee754-soft-fp-ignore-maybe-uninitialized-w.patch \ 49 file://0032-sysdeps-ieee754-soft-fp-ignore-maybe-uninitialized-w.patch \
50 file://0033-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch \ 50 file://0033-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch \
51 file://0034-inject-file-assembly-directives.patch \
51" 52"
52 53
53NATIVESDKFIXES ?= "" 54NATIVESDKFIXES ?= ""