From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] Fix systemd failure with media devices
Date: Thu, 19 Apr 2012 22:35:18 +0200 [thread overview]
Message-ID: <874nsfjw8p.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <81922605e072cb2c80e6b3bbad5ae5f8ab810e31.1334748542.git.maxime.ripard@free-electrons.com> (Maxime Ripard's message of "Wed, 18 Apr 2012 13:29:22 +0200")
>>>>> "Maxime" == Maxime Ripard <maxime.ripard@free-electrons.com> writes:
Maxime> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Maxime> ---
Maxime> package/systemd/systemd.mk | 5 +++++
Maxime> 1 files changed, 5 insertions(+), 0 deletions(-)
Maxime> diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
Maxime> index 717bdcc..83800c5 100644
Maxime> --- a/package/systemd/systemd.mk
Maxime> +++ b/package/systemd/systemd.mk
Maxime> @@ -64,8 +64,13 @@ define SYSTEMD_INSTALL_TTY_HOOK
Maxime> ln -fs ../../../../usr/lib/systemd/system/serial-getty at .service $(TARGET_DIR)/etc/systemd/system/getty.target.wants/serial-getty@$(BR2_TARGET_GENERIC_GETTY_PORT).service
Maxime> endef
Maxime> +define SYSTEMD_INSTALL_MISC
Maxime> + mkdir -p $(TARGET_DIR)/media
Maxime> +endef
Why not just add that directory to the default skeleton instead like we
recently did for /run?
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2012-04-19 20:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-18 11:29 [Buildroot] [pull request] Pull request for branch for-2012.05/package-fixes Maxime Ripard
2012-04-18 11:29 ` [Buildroot] [PATCH 1/3] Fix systemd failure with lock files Maxime Ripard
2012-04-19 13:48 ` Peter Korsgaard
2012-04-18 11:29 ` [Buildroot] [PATCH 2/3] Fix systemd failure with media devices Maxime Ripard
2012-04-19 20:35 ` Peter Korsgaard [this message]
2012-04-20 14:00 ` [Buildroot] [PATCH] " Maxime Ripard
2012-04-20 15:03 ` Peter Korsgaard
2012-04-18 11:29 ` [Buildroot] [PATCH 3/3] Fix qt samples dependency on QtGUI Maxime Ripard
2012-04-19 13:49 ` 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=874nsfjw8p.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--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.