diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-08-12 15:38:55 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:20 -0300 |
commit | 7ea0a843d0f44801dc4def2063ecbecc09cda631 (patch) | |
tree | 947476911be2f6d912514f36b6b99c0cd02fdce1 | |
parent | cac365c7228f76e68ec5be239b0746b31a1b6ec0 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-core/udev/udev-rules-qoriq.bb | 5 |
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}" | |||
17 | do_install () { | 17 | do_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 | ||
27 | COMPATIBLE_MACHINE = "(qoriq-ppc)" | 22 | COMPATIBLE_MACHINE = "(qoriq-ppc)" |