aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/c3110x
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-08 17:00:58 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-09 01:26:31 +0300
commite1b985717104ce436d39a3dc799e7a482ec2e891 (patch)
tree2d5bf4f7ee9455c2b9d84980053a7c1993a63c59 /recipes/c3110x
parent7e22eaabc021570e58d17a290490388d0823013a (diff)
downloadopenembedded-e1b985717104ce436d39a3dc799e7a482ec2e891.tar.gz
sanity: remove /proc/sys/vm/mmap_min_addr check
Binary locale generation fails on openSUSE 11.2 and probably would fail on some other hosts with 2.6.31+ kernels since mmap-ing page zero may be forbidden for security reasons even with /proc/sys/vm/mmap_min_addr set to 0 (this also affects Ubuntu 9.10, although it's been fixed there: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/423513 ). This is not a problem for recently introduced qemu 0.12.3 since it can relocate binaries now, which is tested on openSUSE 2.6.31 kernel with mmap_min_addr=65536 and Debian lenny 2.6.26 with mmap_min_addr set to 0, 4096, 65536. Given that, this check is just useless. Unfortunately, it also means that for reliable builds we have to remove qemu 0.10 which can't work with some kernels. Patch will follow to do that. Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/c3110x')
0 files changed, 0 insertions, 0 deletions