summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-08-12 15:38:55 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:20 -0300
commit7ea0a843d0f44801dc4def2063ecbecc09cda631 (patch)
tree947476911be2f6d912514f36b6b99c0cd02fdce1 /recipes-core
parentcac365c7228f76e68ec5be239b0746b31a1b6ec0 (diff)
downloadmeta-freescale-7ea0a843d0f44801dc4def2063ecbecc09cda631.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>
Diffstat (limited to 'recipes-core')
-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 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}"
17do_install () { 17do_install () {
18 install -d ${D}${sysconfdir}/udev/rules.d/ 18 install -d ${D}${sysconfdir}/udev/rules.d/
19 install -m 0644 ${WORKDIR}/${RULE} ${D}${sysconfdir}/udev/rules.d/ 19 install -m 0644 ${WORKDIR}/${RULE} ${D}${sysconfdir}/udev/rules.d/
20
21 # skip mmc rpmb partitions
22 echo "/dev/mmcblk.*rpmb" >>${D}${sysconfdir}/udev/mount.blacklist
23 # skip nbd (network block device)
24 echo "/dev/nbd*" >>${D}${sysconfdir}/udev/mount.blacklist
25} 20}
26 21
27COMPATIBLE_MACHINE = "(qoriq-ppc)" 22COMPATIBLE_MACHINE = "(qoriq-ppc)"