summaryrefslogtreecommitdiffstats
path: root/package/uclibc/0.9.31.1
Commit message (Collapse)AuthorAgeFilesLines
* uclibc: rename patches to follow the new name structureVicente Olivert Riera2014-10-2513-0/+0
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: rename patches for version 0.9.31Simon Dawson2013-11-1812-0/+0
| | | | | | | | | | Rename patches for uClibc version 0.9.31, for consistency with the general patch naming scheme in Buildroot. Also remove a .avr32 extension from a patch; this is not necessary, since uclibc 0.9.31 is unavailable on architectures other than avr32. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: patch 0.9.31 for avr32, to add __kernel_long_t and __kernel_ulong_t ↵Simon Dawson2013-11-171-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | data types As reported by Thomas Petazzoni, the uclibc 0.9.31 build fails for avr32: In file included from /opt/br-avr32-full-2013.11-rc1/usr/avr32-buildroot-linux-uclibc/sysroot/usr/include/linux/kernel.h:4, from /opt/br-avr32-full-2013.11-rc1/usr/avr32-buildroot-linux-uclibc/sysroot/usr/include/linux/netlink.h:4, from /opt/br-avr32-full-2013.11-rc1/usr/avr32-buildroot-linux-uclibc/sysroot/usr/include/linux/rtnetlink.h:5, from libc/inet/netlinkaccess.h:27, from libc/inet/if_index.c:36: /opt/br-avr32-full-2013.11-rc1/usr/avr32-buildroot-linux-uclibc/sysroot/usr/include/linux/sysinfo.h:8: error: expected specifier-qualifier-list before '__kernel_long_t' make[1]: *** [libc/inet/if_index.os] Error 1 make[1]: Leaving directory `/opt/toolchain-build/build/uclibc-0.9.31.1' The problem is reported at: https://lkml.org/lkml/2013/5/18/1 The offending kernel commit is: http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=ccdfcc398594 The fix is to patch uclibc 0.9.31 to add the missing kernel data types. The patch will only be generated for avr32, since uclibc 0.9.31 is not available in Buildroot for any other architecture. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* avr32: fix uclibc build using recent kernel headersSimon Dawson2013-11-101-0/+35
| | | | | | | | | | | | | | | | | | Using kernel headers newer than 3.6.x, uclibc 0.9.31.1 fails to build: In file included from output/host/usr/avr32-buildroot-linux-uclibc/sysroot/usr/include/linux/rtnetlink.h:6, from libc/inet/netlinkaccess.h:34, from libc/inet/if_index.c:36: output/host/usr/avr32-buildroot-linux-uclibc/sysroot/usr/include/linux/if_link.h:314: error: expected specifier-qualifier-list before '__be16' make[1]: *** [libc/inet/if_index.os] Error 1 make[1]: Leaving directory `output/build/uclibc-0.9.31.1' make: *** [output/build/uclibc-0.9.31.1/.stamp_built] Error 2 This patch adjusts the system type definitions in the netlinkaccess.h header, updating the types to match those used in uClibc 0.9.33.2. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: reinstate support for version 0.9.31Simon Dawson2013-11-0711-0/+583
This patch reinstates support for uClibc version 0.9.31, which was removed from Buildroot in commit 8abb5b33c1aae035cf48b1c81104b433ff884c64 Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud