From 7f17d12cfdcd975a777acf9fdf2b8e0ce701de05 Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Thu, 30 Sep 2010 21:54:38 +0800 Subject: linux-libc-header: Sync CONNECTOR_MAX_MSG_SIZE with wrs kernel Currently default header is linux-libc-header, which leads the dismatch with wrs kernel. The different headers for same file cause trouble between kerenl module and user level binary. E.g. segfault in v86d due to different CONNECTOR_MAX_MSG_SIZE in connector.h from the one used by uvesafb. This fix is work around to sync with wrs kernel headers, and should be removed after switching to linux-libc-headers-wrs. [BUGID #279] fixed by this. Signed-off-by: Zhai Edwin --- meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.34.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.34.bb') diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.34.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.34.bb index 6427450c9..685b70a4a 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.34.bb +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.34.bb @@ -5,7 +5,8 @@ DEPENDS += "unifdef-native" PR = "r1" SRC_URI += "file://hayes-gone.patch \ - file://ppc_glibc_build_fix.patch" + file://ppc_glibc_build_fix.patch \ + file://connector-msg-size-fix.patch" S = "${WORKDIR}/linux-${PV}" -- cgit v1.2.3