Re: [yocto] [meta-fsl-ppc 16/16] udev: do not automount block devices

2012-09-12 Thread Khem Raj
On Wed, Sep 12, 2012 at 12:06 AM, wrote: > -FILEXTRAPATHS_prepend := "${THISDIR}/files:" > +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" this would mean that if someone is using meta-fsl-ppc with some other distro as a machine layer then it would also change udev's behavior for non fsl machine

[yocto] [meta-fsl-ppc 16/16] udev: do not automount block devices

2012-09-11 Thread b19537
From: Chunrong Guo kernel can’t boot up with extend partition in HDD FILESEXTRAPATHS_prepend is the right variable to extend file search path Signed-off-by: Chunrong Guo Signed-off-by: Zhenhua Luo --- recipes-append/udev/files/local.rules |4 +++- recipes-append/udev/udev_164.bbap