From 9de20344a049c623228cc76e564bb7852992698c Mon Sep 17 00:00:00 2001 From: Maxime Petazzoni Date: Tue, 1 Sep 2009 17:20:30 +0200 Subject: udev: exclude mtd* from persistent storage rules Exclude mtd* devices from the persistent storage rules to avoid invalid vol_id invocations on MTD partitions that may not be accessible. Signed-off-by: Maxime Petazzoni --- recipes/udev/udev_100.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/udev/udev_100.bb') diff --git a/recipes/udev/udev_100.bb b/recipes/udev/udev_100.bb index ef08aa4636..550d047cf1 100644 --- a/recipes/udev/udev_100.bb +++ b/recipes/udev/udev_100.bb @@ -9,11 +9,12 @@ used to detect the type of a file system and read its metadata." DESCRIPTION_libvolume-id-dev = "libvolume_id development headers, \ needed to link programs with libvolume_id." -PR = "r15" +PR = "r16" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ file://noasmlinkage.patch;patch=1 \ file://flags.patch;patch=1 \ + file://mtd-exclude-persistent.patch;patch=1 \ file://mount.blacklist \ file://mount.sh \ " -- cgit 1.2.3-korg