diff options
Diffstat (limited to 'recipes/rt-tests')
-rw-r--r-- | recipes/rt-tests/rt-tests_0.28.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/rt-tests/rt-tests_0.28.bb b/recipes/rt-tests/rt-tests_0.28.bb index 4c278ccd2d..4915146538 100644 --- a/recipes/rt-tests/rt-tests_0.28.bb +++ b/recipes/rt-tests/rt-tests_0.28.bb @@ -1,12 +1,14 @@ DESCRIPTION = "Real-time tests, such as cyclictest, for real-time linux PREEMPT RT kernels" HOMEPAGE = "http://rt.wiki.kernel.org/index.php/Cyclictest" LICENSE = "GPL" -PR = "r0" +PR = "r1" SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/tglx/rt-tests/rt-tests-${PV}.tar.bz2" S = "${WORKDIR}/rt-tests" +TARGET_CC_ARCH += "${LDFLAGS}" + # Limit to cyclictest only for non-real-time kernels. # EXTRA_OEMAKE = "cyclictest" |