]> code.ossystems Code Review - openembedded-core.git/commitdiff
libc-headers: update to 4.18
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 24 Aug 2018 14:59:58 +0000 (10:59 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Aug 2018 09:27:15 +0000 (10:27 +0100)
Updating to the 4.18 headers to match the newest kernel that will
be part of the release.

4.18 brings a requirement on bison-native to the libc-headers, since
it is required as part of the configuration steps.

We also tweak the license md5sum, since the kernel now includes SPDX
headers in the license file and that changes our sum.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/tcmode-default.inc
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.18.bb [moved from meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.15.7.bb with 75% similarity]

index 1c9226cb0603ae8872200705cd6b40737f233bf1..37dc5e9e0e0e0f9ed28b4477fc9c1ba66a7416e6 100644 (file)
@@ -27,7 +27,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.31%"
 GDBVERSION ?= "8.1%"
 GLIBCVERSION ?= "2.28%"
-LINUXLIBCVERSION ?= "4.15%"
+LINUXLIBCVERSION ?= "4.18%"
 QEMUVERSION ?= "3.0%"
 
 PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
index b5cf96dd49e401aa9413f38e9ad206a7c21450df..05c82558e653127a6f176868bc278ff446daeb6b 100644 (file)
@@ -30,7 +30,7 @@ LICENSE = "GPLv2"
 #
 # -- RP
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
+LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
 
 python __anonymous () {
     major = d.getVar("PV").split('.')[0]
@@ -92,4 +92,4 @@ RDEPENDS_${PN}-dev = ""
 RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
 
 INHIBIT_DEFAULT_DEPS = "1"
-DEPENDS += "unifdef-native"
+DEPENDS += "unifdef-native bison-native"
similarity index 75%
rename from meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.15.7.bb
rename to meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.18.bb
index a7db4c9c015a8f0342018288420018f7f98d79c4..e38872bb919a4ca3143dd2f5bc82c711c07a0ec2 100644 (file)
@@ -8,6 +8,5 @@ SRC_URI_append_libc-musl = "\
     file://0001-if_ether-move-muslc-ethhdr-protection-to-uapi-file.patch \
    "
 
-
-SRC_URI[md5sum] = "8186ce63c489199b58b6a58ad2a24a94"
-SRC_URI[sha256sum] = "cd44df4b23a3e0edc14be63df95d768b9600b31c35be05fb89f93226907fc8c6"
+SRC_URI[md5sum] = "bee5fe53ee1c3142b8f0c12c0d3348f9"
+SRC_URI[sha256sum] = "19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1"