mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
libc-headers: update to v5.4
Updating the libc-headers to match the latest LTS kernel.
The delta from previous headers is as follows:
- refreshed one patch for 5.4 context
- added rsync to the native dependencies, since it is used during
header install.
Otherwise, everyting is the same.
(From OE-Core rev: 35e2cd846a13906c5339c0763ab93d68b122ebc7)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6265facc75
commit
f7a99d04e6
@@ -21,7 +21,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
|
|||||||
BINUVERSION ?= "2.33%"
|
BINUVERSION ?= "2.33%"
|
||||||
GDBVERSION ?= "8.3%"
|
GDBVERSION ?= "8.3%"
|
||||||
GLIBCVERSION ?= "2.30%"
|
GLIBCVERSION ?= "2.30%"
|
||||||
LINUXLIBCVERSION ?= "5.2%"
|
LINUXLIBCVERSION ?= "5.4%"
|
||||||
QEMUVERSION ?= "4.1%"
|
QEMUVERSION ?= "4.1%"
|
||||||
GOVERSION ?= "1.13%"
|
GOVERSION ?= "1.13%"
|
||||||
# This can not use wildcards like 8.0.% since it is also used in mesa to denote
|
# This can not use wildcards like 8.0.% since it is also used in mesa to denote
|
||||||
|
|||||||
@@ -91,4 +91,4 @@ RDEPENDS_${PN}-dev = ""
|
|||||||
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
|
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
|
||||||
|
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
DEPENDS += "unifdef-native bison-native"
|
DEPENDS += "unifdef-native bison-native rsync-native"
|
||||||
|
|||||||
+12
-15
@@ -24,18 +24,15 @@ Upstream-Status: Submitted [https://www.spinics.net/lists/arm-kernel/msg694800.h
|
|||||||
scripts/headers_install.sh | 1 +
|
scripts/headers_install.sh | 1 +
|
||||||
1 file changed, 1 insertion(+)
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
diff --git a/scripts/headers_install.sh b/scripts/headers_install.sh
|
Index: linux-5.4/scripts/headers_install.sh
|
||||||
index 593f8879c641..fe1d3fc0d33a 100755
|
===================================================================
|
||||||
--- a/scripts/headers_install.sh
|
--- linux-5.4.orig/scripts/headers_install.sh
|
||||||
+++ b/scripts/headers_install.sh
|
+++ linux-5.4/scripts/headers_install.sh
|
||||||
@@ -38,6 +38,7 @@ do
|
@@ -36,6 +36,7 @@
|
||||||
-e 's/(^|[^a-zA-Z0-9])__packed([^a-zA-Z0-9_]|$)/\1__attribute__((packed))\2/g' \
|
s/(^|[^a-zA-Z0-9])__packed([^a-zA-Z0-9_]|$)/\1__attribute__((packed))\2/g
|
||||||
-e 's/(^|[[:space:](])(inline|asm|volatile)([[:space:](]|$)/\1__\2__\3/g' \
|
s/(^|[[:space:](])(inline|asm|volatile)([[:space:](]|$)/\1__\2__\3/g
|
||||||
-e 's@#(ifndef|define|endif[[:space:]]*/[*])[[:space:]]*_UAPI@#\1 @' \
|
s@#(ifndef|define|endif[[:space:]]*/[*])[[:space:]]*_UAPI@#\1 @
|
||||||
+ -e ':1;s/(#(if|elif)(.*[^A-Za-z0-9_])defined\([[:space:]]*)_UAPI/\1/;t1' \
|
+ :1;s/(#(if|elif)(.*[^A-Za-z0-9_])defined\([[:space:]]*)_UAPI/\1/;t1
|
||||||
"$SRCDIR/$i" > "$OUTDIR/$FILE.sed" || exit 1
|
' $INFILE > $TMPFILE || exit 1
|
||||||
scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ "$OUTDIR/$FILE.sed" \
|
|
||||||
> "$OUTDIR/$FILE"
|
scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ $TMPFILE > $OUTFILE
|
||||||
--
|
|
||||||
2.5.0
|
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -14,5 +14,5 @@ SRC_URI_append = "\
|
|||||||
file://0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch \
|
file://0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "ddf994de00d7b18395886dd9b30b9262"
|
SRC_URI[md5sum] = "ce9b2d974d27408a61c53a30d3f98fb9"
|
||||||
SRC_URI[sha256sum] = "54ad66f672e1a831b574f5e704e8a05f1e6180a8245d4bdd811208a6cb0ac1e7"
|
SRC_URI[sha256sum] = "bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491"
|
||||||
Reference in New Issue
Block a user