From patchwork Sat May 21 07:22:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 624716 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rBbqN4s1mz9t49 for ; Sat, 21 May 2016 17:22:40 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5A58CC1B39; Sat, 21 May 2016 07:22:38 +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 8AQOrw0iimmN; Sat, 21 May 2016 07:22:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2227CC0CCB; Sat, 21 May 2016 07:22:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 4F7B81C0E36 for ; Sat, 21 May 2016 07:22:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4C02D96764 for ; Sat, 21 May 2016 07:22:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YceAk8tf2Fm5 for ; Sat, 21 May 2016 07:22:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by hemlock.osuosl.org (Postfix) with ESMTPS id D5C8496763 for ; Sat, 21 May 2016 07:22:30 +0000 (UTC) Received: from fwd13.aul.t-online.de (fwd13.aul.t-online.de [172.20.27.62]) by mailout06.t-online.de (Postfix) with SMTP id 1643C41C607A for ; Sat, 21 May 2016 09:22:28 +0200 (CEST) Received: from fli4l.lan.fli4l (V8mayQZUQhV0wIv9uDU-+1McRtc+pIxhvpnyGBLL5F26AQgVuI2NbbL8vXuX9ISQqv@[84.178.235.35]) by fwd13.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1b41Ep-4NZihE0; Sat, 21 May 2016 09:22:19 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:50500 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.87) (envelope-from ) id 1b41Eo-0008Ia-I0; Sat, 21 May 2016 09:22:18 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 21 May 2016 09:22:17 +0200 Message-Id: <1463815337-3115-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.8.1 X-ID: V8mayQZUQhV0wIv9uDU-+1McRtc+pIxhvpnyGBLL5F26AQgVuI2NbbL8vXuX9ISQqv X-TOI-MSGID: 182eb182-daa9-4203-9a72-34e7a5747bcb Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] package/stress-ng: mark as not available on nios2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" For technical details see https://git.busybox.net/buildroot/commit/package/ffmpeg/Config.in?id=8b58ec016973bee87a4fc1cc99a32b206bdee136 Fixes http://autobuild.buildroot.net/results/bb3/bb3b748a14465a6168917bfbed90b2ff84fbdedf/ http://autobuild.buildroot.net/results/0ee/0ee3132f4ee6b5f21851f93516e0d0c419b36b1b/ Signed-off-by: Bernd Kuhls --- package/stress-ng/Config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/stress-ng/Config.in b/package/stress-ng/Config.in index 1e475b1..20ec93a 100644 --- a/package/stress-ng/Config.in +++ b/package/stress-ng/Config.in @@ -7,6 +7,8 @@ config BR2_PACKAGE_STRESS_NG # perf.c needs PERF_COUNT_HW_REF_CPU_CYCLES depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3 depends on !BR2_microblaze # keyutils + # fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on nios2 + depends on !BR2_nios2 depends on !BR2_STATIC_LIBS # keyutils select BR2_PACKAGE_KEYUTILS # stress-key.c needs keyutils.h select BR2_PACKAGE_ATTR # stress-xattr.c needs xattr.h @@ -19,7 +21,7 @@ config BR2_PACKAGE_STRESS_NG http://kernel.ubuntu.com/~cking/stress-ng/ comment "stress-ng needs a glibc toolchain w/ dynamic library, headers >= 3.3" - depends on !BR2_microblaze + depends on !BR2_microblaze && !BR2_nios2 depends on BR2_USE_MMU depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3 \ || !BR2_TOOLCHAIN_USES_GLIBC