summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-01-13 21:34:03 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-21 08:20:32 +0000
commitf7a99d04e6fb81ffbb14cfa3caaf47e89bb424b5 (patch)
tree1c3af31dd5f3bb84710788b88d8610723206600e /meta/conf/distro
parent6265facc75c3d980dd39494399251bf9121c25cb (diff)
downloadpoky-f7a99d04e6fb81ffbb14cfa3caaf47e89bb424b5.tar.gz
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>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r--meta/conf/distro/include/tcmode-default.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 70ba7d86e9..aba2baaaba 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -21,7 +21,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
21BINUVERSION ?= "2.33%" 21BINUVERSION ?= "2.33%"
22GDBVERSION ?= "8.3%" 22GDBVERSION ?= "8.3%"
23GLIBCVERSION ?= "2.30%" 23GLIBCVERSION ?= "2.30%"
24LINUXLIBCVERSION ?= "5.2%" 24LINUXLIBCVERSION ?= "5.4%"
25QEMUVERSION ?= "4.1%" 25QEMUVERSION ?= "4.1%"
26GOVERSION ?= "1.13%" 26GOVERSION ?= "1.13%"
27# This can not use wildcards like 8.0.% since it is also used in mesa to denote 27# This can not use wildcards like 8.0.% since it is also used in mesa to denote