mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
linux-libc-headers: update to 5.13
Bumping the libc-headers to match the latest OE core reference kernel. We refresh one of the musl patches to udpate to the 5.12+ context of the header, but otherwise everything is unchanged. (From OE-Core rev: 3a171279d8ebe6efc714842c762521354aecebec) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
66d657c138
commit
ecd989378b
@@ -13,17 +13,17 @@ Upstream-Status: Submitted
|
||||
include/uapi/linux/kernel.h | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
Index: linux-4.8-rc4/include/uapi/linux/kernel.h
|
||||
Index: linux-5.12.11/include/uapi/linux/kernel.h
|
||||
===================================================================
|
||||
--- linux-4.8-rc4.orig/include/uapi/linux/kernel.h
|
||||
+++ linux-4.8-rc4/include/uapi/linux/kernel.h
|
||||
@@ -1,7 +1,9 @@
|
||||
--- linux-5.12.11.orig/include/uapi/linux/kernel.h
|
||||
+++ linux-5.12.11/include/uapi/linux/kernel.h
|
||||
@@ -2,7 +2,9 @@
|
||||
#ifndef _UAPI_LINUX_KERNEL_H
|
||||
#define _UAPI_LINUX_KERNEL_H
|
||||
|
||||
+#ifdef __GLIBC__
|
||||
#include <linux/sysinfo.h>
|
||||
#include <linux/const.h>
|
||||
+#endif
|
||||
|
||||
/*
|
||||
* 'kernel.h' contains some often-used function prototypes etc
|
||||
#endif /* _UAPI_LINUX_KERNEL_H */
|
||||
|
||||
Reference in New Issue
Block a user