From patchwork Sat Feb 22 23:07:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Barnett X-Patchwork-Id: 323255 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 877902C0304 for ; Sun, 23 Feb 2014 10:07:53 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D798F8C482; Sat, 22 Feb 2014 23:07:50 +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 a9Wbn2gOUQZu; Sat, 22 Feb 2014 23:07:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id CD2C78C0D3; Sat, 22 Feb 2014 23:07:46 +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 A14BC1CE9D9 for ; Sat, 22 Feb 2014 23:07:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9E9FC8BF7C for ; Sat, 22 Feb 2014 23:07:41 +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 Js8rdq1ZJVAW for ; Sat, 22 Feb 2014 23:07:41 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id D86FD8C00E for ; Sat, 22 Feb 2014 23:07:40 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id u56so3544431wes.2 for ; Sat, 22 Feb 2014 15:07:39 -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:in-reply-to:references; bh=eIpOT+xDbtqJfAqg4H4rYqLRvWJoJvaKUhUcwbeAf4k=; b=P1QrOgWBFl0pIt9nAl+CllEmFbFuYdoqLbkjSDRC3jdXn3RkLOtfX75INZn+b2CznI CG7HyWQ4+qqvrFo29xN/WcuAEK0OjmiMdbk+OIiDb3NpxwnXXSpL95hxx6wodUn4iEl2 RUZdZBibPnLgLhbE0Hrq+b/qQVKARyohgLWN4kX4TrhXXWOHIE4rQ7GMLqCPnbF9GGWq 5NG/F3jPJVtYnSJxTtX6B3GyM4pAAorm2gELpuIEpS6LC5ttxvZXKIlCSR5HL0hpLehY 3pl+3Ze0qO9EfA8sw+kJeThFsT7rWAdiPwR56ekE0URTWQtRWYgQ2AimDPiP8Gyx7LMk U2ew== X-Received: by 10.194.119.230 with SMTP id kx6mr12568546wjb.13.1393110459204; Sat, 22 Feb 2014 15:07:39 -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.38 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 22 Feb 2014 15:07:38 -0800 (PST) From: Ryan Barnett To: buildroot@busybox.net Date: Sun, 23 Feb 2014 00:07:29 +0100 Message-Id: <1393110449-12710-2-git-send-email-rjbarnet@rockwellcollins.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1393110449-12710-1-git-send-email-rjbarnet@rockwellcollins.com> References: <1393110449-12710-1-git-send-email-rjbarnet@rockwellcollins.com> Subject: [Buildroot] [PATCH v2 2/2] rt-tests: disable on bfin 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 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/rt-tests/Config.in b/package/rt-tests/Config.in index a8cede0..ff4284e 100644 --- a/package/rt-tests/Config.in +++ b/package/rt-tests/Config.in @@ -4,7 +4,7 @@ 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 if (BR2_mips || BR2_mipsel || \ BR2_mips64 || BR2_mips64el) @@ -28,7 +28,7 @@ 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"