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-14 18:26:24 +0800
commit25747a7369043ee6402ac0a6f2b974cb9cf91f24 (patch)
tree18dae1e2b2264921ecd2038109fa0b2e0ccc0bac
parentb2088016a9fbe9add324aa1a7228bc9bfdc5c606 (diff)
downloadmeta-fsl-ppc-25747a7369043ee6402ac0a6f2b974cb9cf91f24.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