From patchwork Thu Feb 6 22:56:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Barnett X-Patchwork-Id: 317567 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 D4EAF2C007E for ; Fri, 7 Feb 2014 09:57:16 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2F9D58C81D; Thu, 6 Feb 2014 22:57:16 +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 z5JH4qeIyAgO; Thu, 6 Feb 2014 22:57:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id BBAA48C7E8; Thu, 6 Feb 2014 22:57:11 +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 8FDD51BF868 for ; Thu, 6 Feb 2014 22:57:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8A52A8C798 for ; Thu, 6 Feb 2014 22:57:09 +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 3SxLzKemz2dF for ; Thu, 6 Feb 2014 22:57:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5ED1F8C75F for ; Thu, 6 Feb 2014 22:57:08 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id n12so1798532wgh.24 for ; Thu, 06 Feb 2014 14:57:07 -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=Cnqw9cElzB1HZGm4fJD3TXZpb1X169S4QWr+9o72c4k=; b=S/sjUgZpIV9SaatE4hTXD4kb2gdE2/2jvFedQcvoHPU1ygJQVC2bZBEgbA2gakoEfw G+eG+/DyS2NfYAn7FhjJtjqUp6LoXYu7o0toh3RY7UwJ1+5uJCN/rsz/RnTeoJfp6Zzg R7pHBUHTDfjS/3TaQfE4CtnKgeOy+oX1yiRMGV/eF7eTXYmyqm8x+cgbspjLb2mLvTas PEoK7LuIdq2CS8tIy9nySBY9NHJTn2ezNXjF9Jwwu/NWNk2aqpEcs9onaaFLOsCoUyX1 g2ixl6JNtlMdl76G4D0agbWN6bMqtlMTqwygCSSvNqF4Qt9aEEEwdd/D6l3LMwhBj4IU ugDg== X-Received: by 10.180.13.5 with SMTP id d5mr1349293wic.54.1391727426973; Thu, 06 Feb 2014 14:57:06 -0800 (PST) Received: from localhost.localdomain (AToulouse-651-1-134-190.w109-222.abo.wanadoo.fr. [109.222.213.190]) by mx.google.com with ESMTPSA id gd5sm2656028wic.0.2014.02.06.14.57.06 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Feb 2014 14:57:06 -0800 (PST) From: Ryan Barnett To: buildroot@busybox.net Date: Thu, 6 Feb 2014 23:56:57 +0100 Message-Id: <1391727417-12293-2-git-send-email-rjbarnet@rockwellcollins.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1391727417-12293-1-git-send-email-rjbarnet@rockwellcollins.com> References: <1391727417-12293-1-git-send-email-rjbarnet@rockwellcollins.com> Subject: [Buildroot] [PATCH 2/2] gpsd: disable for microblaze arch 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 gpsd will fail on an internal compiler error for the microblaze architecture so disabling it on that architecture. Fixes: http://autobuild.buildroot.org/results/42d/42da870722f24e4202d8265597771a0449e74cfd Signed-off-by: Ryan Barnett --- package/gpsd/Config.in | 2 ++ package/sconeserver/Config.in | 1 + 2 files changed, 3 insertions(+) diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in index 5954e77..ee47836 100644 --- a/package/gpsd/Config.in +++ b/package/gpsd/Config.in @@ -1,12 +1,14 @@ comment "gpsd needs a toolchain w/ threads" depends on BR2_USE_MMU depends on !BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_microblaze config BR2_PACKAGE_GPSD bool "gpsd" # Uses fork() depends on BR2_USE_MMU depends on BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_microblaze help gpsd is a service daemon that monitors one or more GPSes or AIS receivers attached to a host computer through serial or USB ports, diff --git a/package/sconeserver/Config.in b/package/sconeserver/Config.in index 1dc41d2..ccb9c00 100644 --- a/package/sconeserver/Config.in +++ b/package/sconeserver/Config.in @@ -67,6 +67,7 @@ config BR2_PACKAGE_SCONESERVER_LOCATION bool "location" depends on BR2_USE_MMU # gpsd depends on BR2_TOOLCHAIN_HAS_THREADS # gpsd + depends on !BR2_microblaze # gpsd select BR2_PACKAGE_GPSD help Location module for Sconeserver