From 874231a5063b1888cd25e5bb27da55b440bb4bb8 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 12 Aug 2015 15:38:55 +0800 Subject: udev-rules-qoriq: avoid conflict with udev-extraconf 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 Acked-by: Otavio Salvador --- 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 } -- cgit v1.2.3-54-g00ecf