glibc: Upgrade to 2.32 release

Drop 0001-localedef-Add-hardlink-resolver-to-build.patch as its applied
to localedef upstream

Drop CVE patches which are already part of 2.32 release

Drop unused attribute patch as its fixed differently in 2.32

Add a patch to mitigate the sideffect of [1] for ppc which detect wrong
cpu in OE since we are cross compiling

[1] https://sourceware.org/git/?p=glibc.git;a=commit;h=146fea07640387c78e334933de24b6353e1f0eba

(From OE-Core rev: fe3d5136ef02721f9bbe01d98c1743b8dbcb69c5)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2020-08-07 15:09:36 -07:00
committed by Richard Purdie
parent 470c58ba45
commit 392c117e7a
43 changed files with 294 additions and 606 deletions

View File

@@ -20,7 +20,7 @@ GCCVERSION ?= "10.%"
SDKGCCVERSION ?= "${GCCVERSION}"
BINUVERSION ?= "2.35%"
GDBVERSION ?= "9.%"
GLIBCVERSION ?= "2.31%"
GLIBCVERSION ?= "2.32"
LINUXLIBCVERSION ?= "5.4%"
QEMUVERSION ?= "5.0%"
GOVERSION ?= "1.14%"