[meta-freescale] [meta-fsl-ppc][PATCH] udev-rules-qoriq: avoid conflict with udev-extraconf

b28495 at freescale.com b28495 at freescale.com
Wed Aug 12 00:38:55 PDT 2015


From: Ting Liu <ting.liu at freescale.com>

udev-extraconf installs file mount.blacklist too. rpm/ndb bits should
go into udev-extraconf recipes, otherwise there will be file conflict.

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 recipes-core/udev/udev-rules-qoriq.bb | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/recipes-core/udev/udev-rules-qoriq.bb b/recipes-core/udev/udev-rules-qoriq.bb
index 541d88c..0fec4bd 100644
--- a/recipes-core/udev/udev-rules-qoriq.bb
+++ b/recipes-core/udev/udev-rules-qoriq.bb
@@ -15,10 +15,5 @@ RULE_t1023 = "72-fsl-dpaa-persistent-networking.rules"
 do_install () {
     install -d ${D}${sysconfdir}/udev/rules.d/
     install -m 0644 ${WORKDIR}/${RULE} ${D}${sysconfdir}/udev/rules.d/
-
-    # skip mmc rpmb partitions
-    echo "/dev/mmcblk.*rpmb" >>${D}${sysconfdir}/udev/mount.blacklist
-    # skip nbd (network block device)
-    echo "/dev/nbd*" >>${D}${sysconfdir}/udev/mount.blacklist
 }
 
-- 
1.9.1



More information about the meta-freescale mailing list