From patchwork Sat Nov 16 09:58:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 291757 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id A17182C00C2 for ; Sat, 16 Nov 2013 20:58:26 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 20AF630473; Sat, 16 Nov 2013 09:58:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tKbEN1kG8DIv; Sat, 16 Nov 2013 09:58:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8F300269EF; Sat, 16 Nov 2013 09:58:22 +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 8E9611BF831 for ; Sat, 16 Nov 2013 09:58:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 87A618BCFE for ; Sat, 16 Nov 2013 09:58:21 +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 3UgM6ih0s5Ir for ; Sat, 16 Nov 2013 09:58:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170]) by whitealder.osuosl.org (Postfix) with ESMTPS id E148C8BC74 for ; Sat, 16 Nov 2013 09:58:19 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w61so760830wes.15 for ; Sat, 16 Nov 2013 01:58:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=9DuKpQf8SexHLwAcRJIvEj3944U6Sg/QV56sv9RiStA=; b=NB982G71f353JlXn4zJKwxRstiYIWJcconoWBhc08j0mQe2NQ1M8E8tKRs8RawXiTM VHItEbthB/5zykagIUxyDBYD+ANgSq1q2enwOOgmW6eXN3cRwGWUlg/uEjvbY+E/64Xo 7qgoFAGWyz/aktTu3WZ1M8BgMh9xOl/xYWcQugdkvzl4DHpBwxf9jA5r45qIa/VRF11+ vCgMb4b1dCmlsjIoSxGMk9uxEWcfvLwixaZ46ruwCieyGj+LBWrnTiF0EWwAzDyLCWXb 4XKKwa0ePsLgHlKN+pf8zZxmyO0iuspD50VEnKOWc3hwVLLQFHRxFHje9qDYVLbauZm2 Zi3g== X-Received: by 10.180.36.206 with SMTP id s14mr10255189wij.16.1384595898226; Sat, 16 Nov 2013 01:58:18 -0800 (PST) Received: from percy.lan (host-92-24-119-175.ppp.as43234.net. [92.24.119.175]) by mx.google.com with ESMTPSA id fu1sm3482691wib.8.2013.11.16.01.58.16 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 16 Nov 2013 01:58:17 -0800 (PST) From: spdawson@gmail.com To: buildroot@busybox.net Date: Sat, 16 Nov 2013 09:58:13 +0000 Message-Id: <1384595893-15468-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH] wayland: disable on avr32 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 From: Simon Dawson The epoll_create1, timerfd_create and timerfd_settime syscalls are not available on avr32. Fixes build failures such as the following. http://autobuild.buildroot.net/results/43b/43b3df5978782034279604abde8fe5d46c441344/ Signed-off-by: Simon Dawson --- package/gstreamer1/gst1-plugins-bad/Config.in | 1 + package/wayland/Config.in | 2 ++ package/weston/Config.in | 2 ++ 3 files changed, 5 insertions(+) diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in index d6f087d..d028245 100644 --- a/package/gstreamer1/gst1-plugins-bad/Config.in +++ b/package/gstreamer1/gst1-plugins-bad/Config.in @@ -358,6 +358,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DIRECTFB config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WAYLAND bool "wayland" + depends on !BR2_avr32 # wayland depends on BR2_TOOLCHAIN_HAS_THREADS # wayland select BR2_PACKAGE_WAYLAND help diff --git a/package/wayland/Config.in b/package/wayland/Config.in index 260832f..c92f9ea 100644 --- a/package/wayland/Config.in +++ b/package/wayland/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_WAYLAND bool "wayland" + depends on !BR2_avr32 # no epoll_create1, timerfd_create or timerfd_settime depends on BR2_TOOLCHAIN_HAS_THREADS select BR2_PACKAGE_LIBFFI select BR2_PACKAGE_EXPAT @@ -11,4 +12,5 @@ config BR2_PACKAGE_WAYLAND http://wayland.freedesktop.org/ comment "wayland needs a toolchain w/ threads" + depends on !BR2_avr32 depends on !BR2_TOOLCHAIN_HAS_THREADS diff --git a/package/weston/Config.in b/package/weston/Config.in index b7f8468..247efc8 100644 --- a/package/weston/Config.in +++ b/package/weston/Config.in @@ -1,4 +1,5 @@ comment "weston needs udev and a toolchain w/ threads" + depends on !BR2_avr32 depends on !BR2_PACKAGE_UDEV || !BR2_TOOLCHAIN_HAS_THREADS config BR2_PACKAGE_WESTON @@ -11,6 +12,7 @@ config BR2_PACKAGE_WESTON select BR2_PACKAGE_JPEG select BR2_PACKAGE_MTDEV depends on BR2_PACKAGE_UDEV + depends on !BR2_avr32 # wayland depends on BR2_TOOLCHAIN_HAS_THREADS # wayland # Runtime dependency select BR2_PACKAGE_XKEYBOARD_CONFIG