From: Jeremy Rosen <jeremy.rosen@openwide.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] force devtmpfs and inotify kernel option when udev is used as dev handler
Date: Wed, 8 Jan 2014 16:42:42 +0100 (CET) [thread overview]
Message-ID: <1941682913.1448049.1389195762508.JavaMail.root@openwide.fr> (raw)
In-Reply-To: <CANxTyt7ihvMb8NCwuNUbfvFXVsfC8M1KQA851zG5TpsLX3j-7g@mail.gmail.com>
good catch, i'll wait for more feedback (if any) and then resend
Cordialement
J?r?my Rosen
+33 (0)1 42 68 28 04
fight key loggers : write some perl using vim
Open Wide Ingenierie
23, rue Daviel
75012 Paris - France
www.openwide.fr
----- Mail original -----
> J?r?my,
>
> On Wed, Jan 8, 2014 at 8:48 AM, J?r?my Rosen
> <jeremy.rosen@openwide.fr> wrote:
> > Signed-off-by: J?r?my Rosen <jeremy.rosen@openwide.fr>
> >
> > ---
> > patch suggested by Thomas Petazzoni
> >
> > I also added devtmpfs because it's documented as needed but wasn't
> > enforced
> > ---
> > linux/linux.mk | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/linux/linux.mk b/linux/linux.mk
> > index fa8aa0c..2482952 100644
> > --- a/linux/linux.mk
> > +++ b/linux/linux.mk
> > @@ -185,6 +185,10 @@ define LINUX_CONFIGURE_CMDS
> > $(call
> > KCONFIG_ENABLE_OPT,CONFIG_DEVTMPFS_MOUNT,$(@D)/.config))
> > $(if $(BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV),
> > $(call
> > KCONFIG_SET_OPT,CONFIG_UEVENT_HELPER_PATH,\"/sbin/mdev\",$(@D)/.config))
> > + $(if $(BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV),
> > + $(call
> > KCONFIG_ENABLE_OPT,CONFIG_INOTIFY_USER,$(@D)/.config)
>
> The above INOTIFY line has an extra leading space compared with the
> other lines.
>
> Danomi -
>
> > + $(call
> > KCONFIG_ENABLE_OPT,CONFIG_DEVTMPFS,$(@D)/.config)
> > + $(call
> > KCONFIG_ENABLE_OPT,CONFIG_DEVTMPFS_MOUNT,$(@D)/.config))
> > $(if $(BR2_PACKAGE_KTAP),
> > $(call
> > KCONFIG_ENABLE_OPT,CONFIG_DEBUG_FS,$(@D)/.config)
> > $(call
> > KCONFIG_ENABLE_OPT,CONFIG_EVENT_TRACING,$(@D)/.config)
> > --
> > 1.8.5.2
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
>
next prev parent reply other threads:[~2014-01-08 15:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-08 13:48 [Buildroot] [PATCH] force devtmpfs and inotify kernel option when udev is used as dev handler Jérémy Rosen
2014-01-08 14:13 ` Danomi Manchego
2014-01-08 15:42 ` Jeremy Rosen [this message]
2014-01-08 15:45 ` Thomas Petazzoni
2014-01-09 8:03 ` Jeremy Rosen
2014-01-08 21:28 ` Peter Korsgaard
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=1941682913.1448049.1389195762508.JavaMail.root@openwide.fr \
--to=jeremy.rosen@openwide.fr \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox