From 7ea0a843d0f44801dc4def2063ecbecc09cda631 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 12 Aug 2015 15:38:55 +0800 Subject: [PATCH] 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 c6827da4..195ed3dc 100644 --- a/recipes-core/udev/udev-rules-qoriq.bb +++ b/recipes-core/udev/udev-rules-qoriq.bb @@ -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)" -- 2.40.1