summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-08-12 15:38:55 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-08-13 18:21:58 +0800
commit874231a5063b1888cd25e5bb27da55b440bb4bb8 (patch)
treee857cc9aebed4c9f84599c97e43d7432a75e7749
parent060e2779783a8e581cdace77bf833e4b80f63279 (diff)
downloadmeta-fsl-ppc-874231a5063b1888cd25e5bb27da55b440bb4bb8.tar.gz
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 <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-core/udev/udev-rules-qoriq.bb5
1 files changed, 0 insertions, 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"
15do_install () { 15do_install () {
16 install -d ${D}${sysconfdir}/udev/rules.d/ 16 install -d ${D}${sysconfdir}/udev/rules.d/
17 install -m 0644 ${WORKDIR}/${RULE} ${D}${sysconfdir}/udev/rules.d/ 17 install -m 0644 ${WORKDIR}/${RULE} ${D}${sysconfdir}/udev/rules.d/
18
19 # skip mmc rpmb partitions
20 echo "/dev/mmcblk.*rpmb" >>${D}${sysconfdir}/udev/mount.blacklist
21 # skip nbd (network block device)
22 echo "/dev/nbd*" >>${D}${sysconfdir}/udev/mount.blacklist
23} 18}
24 19