diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-08-30 12:49:03 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-05 11:55:49 +0100 |
commit | 253bf0332bd979b9fd9cf6fdc44682892f0bacf7 (patch) | |
tree | c5965e4ae92993c489dde33f5dea0162a3a05bb5 /meta/recipes-kernel/linux-libc-headers | |
parent | 2624fc485f4c0d72ba10f2e3e0257a7fc1960807 (diff) | |
download | openembedded-core-253bf0332bd979b9fd9cf6fdc44682892f0bacf7.tar.gz openembedded-core-253bf0332bd979b9fd9cf6fdc44682892f0bacf7.tar.bz2 openembedded-core-253bf0332bd979b9fd9cf6fdc44682892f0bacf7.zip |
libc-headers: update to v4.8
Updating the libc-headers to use the 4.8 kernel as the default.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers')
-rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.8.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.8.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.8.bb new file mode 100644 index 0000000000..f80f02cb18 --- /dev/null +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.8.bb @@ -0,0 +1,13 @@ +require linux-libc-headers.inc + +SRC_URI_forcevariable = "${KERNELORG_MIRROR}/linux/kernel/v${HEADER_FETCH_VER}/testing/linux-4.8-rc4.tar.${KORG_ARCHIVE_COMPRESSION}" +PV = "4.8-rc4" + +SRC_URI_append_libc-musl = "\ + file://0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch \ + file://0002-libc-compat.h-prevent-redefinition-of-struct-ethhdr.patch \ + file://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \ + " + +SRC_URI[md5sum] = "269067213995c7742730ce53b8140c90" +SRC_URI[sha256sum] = "8f07a0d76a7d1a30490582ba9642b7f28370102bc4acc4bb4b2586c8eabf4447" |