All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] udev: disable on avr32
Date: Wed, 04 Dec 2013 23:20:30 +0100	[thread overview]
Message-ID: <529FAAAE.6030107@mind.be> (raw)
In-Reply-To: <1386167330-21261-1-git-send-email-spdawson@gmail.com>

On 04/12/13 15:28, spdawson at gmail.com wrote:
> From: Simon Dawson <spdawson@gmail.com>
>
> udev requires the epoll_create1 system call, which is not available on avr32.
>
> Signed-off-by: Simon Dawson <spdawson@gmail.com>
> ---
>   package/network-manager/Config.in | 2 ++
>   package/udev/Config.in            | 2 ++
>   package/udisks/Config.in          | 2 ++

  I think you're missing one in system/Config.in. Don't forget to update 
the comment there as well.

  Regards,
  Arnout

>   3 files changed, 6 insertions(+)
>
> diff --git a/package/network-manager/Config.in b/package/network-manager/Config.in
> index 1e2a876..5513c01 100644
> --- a/package/network-manager/Config.in
> +++ b/package/network-manager/Config.in
> @@ -1,5 +1,6 @@
>   config BR2_PACKAGE_NETWORK_MANAGER
>   	bool "NetworkManager"
> +	depends on !BR2_avr32 # udev
>   	depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
>   	select BR2_PACKAGE_DBUS
>   	depends on BR2_INET_IPV6
> @@ -28,6 +29,7 @@ config BR2_PACKAGE_NETWORK_MANAGER
>   	  http://projects.gnome.org/NetworkManager/
>
>   comment "NetworkManager needs a toolchain w/ IPv6, largefile, wchar, threads"
> +	depends on !BR2_avr32
>   	depends on BR2_USE_MMU
>   	depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR || \
>   		!BR2_TOOLCHAIN_HAS_THREADS
> diff --git a/package/udev/Config.in b/package/udev/Config.in
> index c8aedd0..374a7bf 100644
> --- a/package/udev/Config.in
> +++ b/package/udev/Config.in
> @@ -1,5 +1,6 @@
>   config BR2_PACKAGE_UDEV
>   	bool "udev"
> +	depends on !BR2_avr32 # no epoll_create1
>   	depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
>   	depends on BR2_LARGEFILE # util-linux
>   	depends on BR2_USE_WCHAR # util-linux
> @@ -40,4 +41,5 @@ comment "enabling all extras needs a toolchain w/ wchar, threads"
>   endif
>
>   comment "udev requires /dev mgmnt set to udev under System configuration"
> +	depends on !BR2_avr32
>   	depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
> diff --git a/package/udisks/Config.in b/package/udisks/Config.in
> index 09070b4..e9539a3 100644
> --- a/package/udisks/Config.in
> +++ b/package/udisks/Config.in
> @@ -1,5 +1,6 @@
>   config BR2_PACKAGE_UDISKS
>   	bool "udisks"
> +	depends on !BR2_avr32 # udev
>   	depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
>   	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus-glib -> glib2
>   	depends on BR2_USE_MMU # lvm2
> @@ -36,6 +37,7 @@ config BR2_PACKAGE_UDISKS_LVM2
>   endif
>
>   comment "udisks needs udev /dev management and a toolchain w/ wchar, threads"
> +	depends on !BR2_avr32
>   	depends on BR2_USE_MMU
>   	depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV || \
>   		!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
>


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

      reply	other threads:[~2013-12-04 22:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-04 14:28 [Buildroot] [PATCH] udev: disable on avr32 spdawson at gmail.com
2013-12-04 22:20 ` Arnout Vandecappelle [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=529FAAAE.6030107@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.