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>
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)"