Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Stetiar <ynezz@true.cz>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] udev package fixes
Date: Fri, 8 Dec 2006 21:06:54 +0100	[thread overview]
Message-ID: <20061208200654.GB3087@ibawizard.net> (raw)

This patch fixes two issues in udev package:

1. mkdir: cannot create directory `/root/src/buildroot/build_i686/root/ 
   etc/udev/rules.d': No such file or directory
2. /usr/bin/install: cannot stat `package/udev/udev.conf': No such file or
   directory

-- ynezz
-------------- next part --------------
Index: udev.conf
===================================================================
--- udev.conf	(revision 0)
+++ udev.conf	(revision 0)
@@ -0,0 +1,7 @@
+# udev.conf
+
+# The initial syslog(3) priority: "err", "info", "debug" or its
+# numerical equivalent. For runtime debugging, the daemons internal
+# state can be changed with: "udevcontrol log_priority=<value>".
+udev_log="err"
+udev_root=/dev
Index: udev.mk
===================================================================
--- udev.mk	(revision 16820)
+++ udev.mk	(working copy)
@@ -49,7 +49,7 @@
 
 $(TARGET_DIR)/$(UDEV_TARGET_BINARY): $(UDEV_DIR)/$(UDEV_BINARY)
 	-mkdir $(TARGET_DIR)/sys
-	-mkdir $(TARGET_DIR)/etc/udev/rules.d
+	-mkdir -p $(TARGET_DIR)/etc/udev/rules.d
 	$(INSTALL) -D -m 0644 $(UDEV_DIR)/$(UDEV_CONF) \
 		$(TARGET_DIR)/etc/udev/rules.d
 	$(MAKE) CROSS_COMPILE=$(TARGET_CROSS) CC=$(TARGET_CC)  LD=$(TARGET_CC) \

             reply	other threads:[~2006-12-08 20:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-08 20:06 Petr Stetiar [this message]
2006-12-10 13:59 ` [Buildroot] [PATCH] udev package fixes Bernhard Fischer

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=20061208200654.GB3087@ibawizard.net \
    --to=ynezz@true.cz \
    --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