diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-06-30 01:07:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-30 23:42:15 +0100 |
commit | c66a1d17f9a7a1170e95e7cff5856ee6c6f695c2 (patch) | |
tree | 493b6f588d61ecbc5d38879e66414485e13262ab /meta/conf | |
parent | 8781c843cf3e0913a8fdd2ff91935f051be01dd9 (diff) | |
download | poky-c66a1d17f9a7a1170e95e7cff5856ee6c6f695c2.tar.gz |
uclibc: Fix bug exposed by udev 168+ for mips architecture
newer udev uses sgnalfd + epoll and this exposed a bug
in uclibc for mips where SFD_NONBLOCK should be defined
with 0200 for mips but was using 04000. This would cause
random segfaults in udev during boot process
Tested on qemumips/angstrom console-image since angstrom
uses udev 171. It worked well when we did not use meta-oe
layer because udev in oe-core will then be used which is
at version 164.
(From OE-Core rev: a318b3c319ab34f661b3f41855374adba5b10394)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
0 files changed, 0 insertions, 0 deletions