From patchwork Sat Feb 22 22:32:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Barnett X-Patchwork-Id: 323251 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id A5F742C0307 for ; Sun, 23 Feb 2014 09:33:06 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id EE1A58B913; Sat, 22 Feb 2014 22:33:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iWIzlaJPmmY0; Sat, 22 Feb 2014 22:33:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9E82A8B776; Sat, 22 Feb 2014 22:33:02 +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 AE07C1CE9E2 for ; Sat, 22 Feb 2014 22:33:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A97658BF4A for ; Sat, 22 Feb 2014 22:33:01 +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 EziUwj8ep4Ip for ; Sat, 22 Feb 2014 22:33:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by whitealder.osuosl.org (Postfix) with ESMTPS id B797E8BE55 for ; Sat, 22 Feb 2014 22:33:00 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id x13so3500827wgg.1 for ; Sat, 22 Feb 2014 14:32:59 -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=khTgkuHZEKVlUjoKG/dvmCrHlbFcJOCJDnZeVH89nMk=; b=h//JZZBBHi0IbaWKpNSWEz54cjW1KfWKWN2AefFTcu7P35u4nJGSbk1KvxKk+363pu gu56xFsY8CtHBi2UZli1WNi2RbEhuaVN5pY63AVQ9jtKjibPpDNlZzGXKMrSQQnbSg1U FpkUPMuf5Xtkf9fQfhnixumeQX0WH1acMCUDxUJ9qi46rhskVzav5FM4B6BGEfVYqOXG 3LXHGf+ZVYxyFR8ADYeuROZ9QFrfE5CS/t3WdmIGQLDFFrl5fesZH1VInqbprrmCZoAg p6zK4v1hGyV351eDe9xbhgvSSsYEZiLKQgaagcyduDZWzn70tzQettNQV6El0E780ID4 HTfA== X-Received: by 10.180.72.195 with SMTP id f3mr7994625wiv.61.1393108379107; Sat, 22 Feb 2014 14:32:59 -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 h13sm28095744wjr.22.2014.02.22.14.32.58 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 22 Feb 2014 14:32:58 -0800 (PST) From: Ryan Barnett To: buildroot@busybox.net Date: Sat, 22 Feb 2014 23:32:49 +0100 Message-Id: <1393108369-11880-1-git-send-email-rjbarnet@rockwellcollins.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH 1/1] rt-tests: disable on unsupported architectures 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 Also rt-tests depends on NPTL which is not available on the bfin architecture. Fixes: http://autobuild.buildroot.net/results/ac9/ac95f73b2351d46d9a8c48caae7f6c3ea124e8bc Signed-off-by: Ryan Barnett --- package/rt-tests/Config.in | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/package/rt-tests/Config.in b/package/rt-tests/Config.in index 58a88a8..e40ce46 100644 --- a/package/rt-tests/Config.in +++ b/package/rt-tests/Config.in @@ -4,7 +4,10 @@ config BR2_PACKAGE_RT_TESTS # priority-inheritance mutex needs NPTL depends on !BR2_PTHREADS && !BR2_PTHREADS_OLD # no NPTL for these archs - depends on !BR2_avr32 && !BR2_xtensa && !BR2_arc + depends on !BR2_avr32 && !BR2_xtensa && !BR2_arc && !BR2_bfin + # no _tid field in 'struct sigevent' + depends on !BR2_TOOLCHAIN_USES_UCLIBC && \ + !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) help Set of utilities for testing the real-time behaviour of a Linux system. @@ -25,5 +28,9 @@ config BR2_PACKAGE_RT_TESTS 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_avr32 && !BR2_xtensa && !BR2_arc && !BR2_bfin depends on !BR2_TOOLCHAIN_HAS_THREADS + +comment "rt-tests needs an (e)glibc toolchain" + depends on BR2_TOOLCHAIN_USES_UCLIBC && \ + (BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el)