kumquat-buildroot/package/rt-tests
Romain Naour b9fa6c00b1 package/rt-tests: disable for too old toolchains
rt-tests doesn't build with some "old" toolchains due to missing local
syscall number definition for the new kernel deadline scheduler on some
architectures. Upsteam added __NR_sched_setattr and __NR_sched_setattr
definition only for common architectures (x86, x86_64, arm) and tile if
not already defined [1].

Instead of adding missing syscall number, avoid building rt-tests
with toolchain compiled with too old kernel headers (i.e
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14)

At runtime, a 3.14 kernel must be used otherwise these syscall are not
available.

[1]
ef2dee4232

Fixes:
http://autobuild.buildroot.net/results/6fa/6facaeb10588bdf3ff029b882a8ae6ffba815cdc

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-16 15:02:42 +02:00
..
0001-Fix-various-minor-issues-with-rt-tests-build-system.patch package/rt-tests: bump to 1.0 2016-07-15 14:59:43 +02:00
0002-Fix-a-build-issue-with-uClibc-ng.patch package/rt-tests: bump to 1.0 2016-07-15 14:59:43 +02:00
Config.in package/rt-tests: disable for too old toolchains 2016-07-16 15:02:42 +02:00
rt-tests.hash package/rt-tests: bump to 1.0 2016-07-15 14:59:43 +02:00
rt-tests.mk package/rt-tests: bump to 1.0 2016-07-15 14:59:43 +02:00