From patchwork Sat Feb 22 23:07:28 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Barnett X-Patchwork-Id: 323254 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id A5FCA2C030A for ; Sun, 23 Feb 2014 10:07:47 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 94E9B8C33D; Sat, 22 Feb 2014 23:07:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YWHt1g8D6Jvp; Sat, 22 Feb 2014 23:07:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 6D2A48BF99; Sat, 22 Feb 2014 23:07:42 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9146C1CE9D9 for ; Sat, 22 Feb 2014 23:07:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8D7778B26C for ; Sat, 22 Feb 2014 23:07:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pXOUsCY39dLC for ; Sat, 22 Feb 2014 23:07:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by whitealder.osuosl.org (Postfix) with ESMTPS id 206D88BF99 for ; Sat, 22 Feb 2014 23:07:38 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id a1so3527533wgh.3 for ; Sat, 22 Feb 2014 15:07:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=kbMdD/S6yGs51G+UzlPXn3wUx37tC7eZ1mNXSrzw6Hs=; b=HUiasYM2YjOYbE6KpXS9tjOMShVvG4VXkZqS2R8ukH6qQ4yXxw52TQBWOTx1l+hHnm fu8zrJ6ywmNySsalV4aSUdi5h/bBBxj/jTn+6p9ifx4iZtLIaIrXS5x3mVivQ4EEbx/6 YQbxr18yFqHPAHm5JD74yfS4FEh0FpzjE0qx6uweEtkjzRwKWUFeQ1hBZqIwPx9IO46f hbrNcCxLESZO3JI23slU6aaM+WPr6TP2mK/2sWvBB5MoZW+nqHr9JfX6J52UuABkFyQd F3fyDWxKs0xJRMqClThZZVGoWcJ7on/XZK4w8rHAYhH4xx4LbO0tPaL5juqCKzPuD2nT Asxw== X-Received: by 10.194.86.200 with SMTP id r8mr12461783wjz.49.1393110457523; Sat, 22 Feb 2014 15:07:37 -0800 (PST) Received: from localhost.localdomain (AToulouse-651-1-91-62.w90-16.abo.wanadoo.fr. [90.16.210.62]) by mx.google.com with ESMTPSA id ga20sm8598592wic.0.2014.02.22.15.07.36 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 22 Feb 2014 15:07:37 -0800 (PST) From: Ryan Barnett To: buildroot@busybox.net Date: Sun, 23 Feb 2014 00:07:28 +0100 Message-Id: <1393110449-12710-1-git-send-email-rjbarnet@rockwellcollins.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH v2 1/2] rt-tests: disable for uclibc mips X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net rt-tests is not supported by a uclibc toolchain that does not implement _pid in struct sigevent. Currently this is all MIPS architectures in uclibc. Fixes: http://autobuild.buildroot.net/results/074/074265602bec4aba6c82d1aee389045e8ad33d4b Signed-off-by: Ryan Barnett --- package/rt-tests/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package/rt-tests/Config.in b/package/rt-tests/Config.in index 58a88a8..a8cede0 100644 --- a/package/rt-tests/Config.in +++ b/package/rt-tests/Config.in @@ -5,6 +5,9 @@ config BR2_PACKAGE_RT_TESTS depends on !BR2_PTHREADS && !BR2_PTHREADS_OLD # no NPTL for these archs depends on !BR2_avr32 && !BR2_xtensa && !BR2_arc + # no _tid field in 'struct sigevent' + depends on !BR2_TOOLCHAIN_USES_UCLIBC if (BR2_mips || BR2_mipsel || \ + BR2_mips64 || BR2_mips64el) help Set of utilities for testing the real-time behaviour of a Linux system. @@ -27,3 +30,7 @@ comment "rt-tests needs a toolchain w/ threads" depends on !BR2_PTHREADS && !BR2_PTHREADS_OLD depends on !BR2_avr32 && !BR2_xtensa && !BR2_arc depends on !BR2_TOOLCHAIN_HAS_THREADS + +comment "rt-tests needs an (e)glibc toolchain" + depends on BR2_TOOLCHAIN_USES_UCLIBC if (BR2_mips || BR2_mipsel || \ + BR2_mips64 || BR2_mips64el)