]> code.ossystems Code Review - meta-freescale.git/commitdiff
udev-rules-qoriq: avoid conflict with udev-extraconf
authorTing Liu <ting.liu@freescale.com>
Wed, 12 Aug 2015 07:38:55 +0000 (15:38 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:20 +0000 (15:03 -0300)
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@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-core/udev/udev-rules-qoriq.bb

index c6827da4a6f327461a961507734249565eb8ccfc..195ed3dc6ba23be114a4aca6d9a0971bb69f37b2 100644 (file)
@@ -17,11 +17,6 @@ S = "${WORKDIR}"
 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
 }
 
 COMPATIBLE_MACHINE = "(qoriq-ppc)"