Hello Juergen,

thanks a lot for the tip!
I compared the files (by hand/eyes), but overlooked the "plus"...


Should I send a patch?


Best regards,
Matthias


------ Originalnachricht ------
Von: "Juergen Borleis" <j...@pengutronix.de>
An: ptxdist@pengutronix.de; "Matthias Klein" <matthias.kl...@optimeas.de>
Gesendet: 28.09.2015 16:07:36
Betreff: Re: [ptxdist] udev: 60-persistent-storage.rules missing

Hi Matthias,

On Monday 28 September 2015 15:35:59 Matthias Klein wrote:
 I tried to update our BSP to ptxdist-2015.09.0 and now we are missing
 the "/dev/disk/by-path/" directory.
I found that the file "60-persistent-storage.rules" is missing. (We are
 using legacy udev and not systemd.)

 The file 60-persistent-storage.rules is in the
 platform-xxx/packages/udev-182/lib/udev/rules.d/directory.
But not in the final udev_182_armhf.ipk package or the root directory.

 With ptxdist-2015.07.0 it was working fine.

 Does anyone has the same problem, or a tip what is wrong?

Hmm, seems a bug in "rules/udev.make". Please copy the file from your PTXdist installation into your local "rules/" directory and change the following:

diff --git a/rules/udev.make b/rules/udev.make
index 6e0e6ed3a092..bda096a012dd 100644
--- a/rules/udev.make
+++ b/rules/udev.make
@@ -98,7 +98,7 @@ UDEV_RULES-$(PTXCONF_UDEV_LEGACY) += \
  42-usb-hid-pm.rules

 ifndef PTXCONF_SYSTEMD
-UDEV_RULES-y := \
+UDEV_RULES-y += \
  60-persistent-serial.rules \
  75-tty-description.rules \
  95-udev-late.rules

Regards,
Juergen

--
Pengutronix e.K. | Juergen Borleis | Industrial Linux Solutions | http://www.pengutronix.de/ |


--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to