[oe-commits] Andrea Adami : udev: remove unneeded customizations for Zaurus, use defaults

git version control git at git.openembedded.org
Fri Jun 10 21:49:52 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6090eb2026e07dd049ed620288daed39b7815382
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=6090eb2026e07dd049ed620288daed39b7815382

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Fri Jun 10 23:47:36 2011 +0200

udev: remove unneeded customizations for Zaurus, use defaults

* after ca688dd udev: Make the dev cache work with /dev/shm
* device cache can be now reenabled
* the automounter can be reenabled as well
* tested with udev 1.71
* bump INC_PR

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 recipes/udev/udev.inc                    |    2 +-
 recipes/udev/udev/akita/default          |    4 ----
 recipes/udev/udev/akita/mount.blacklist  |    9 ---------
 recipes/udev/udev/c7x0/default           |    4 ----
 recipes/udev/udev/c7x0/mount.blacklist   |    9 ---------
 recipes/udev/udev/collie/default         |    4 ----
 recipes/udev/udev/collie/mount.blacklist |    9 ---------
 recipes/udev/udev/poodle/default         |    4 ----
 recipes/udev/udev/poodle/mount.blacklist |    9 ---------
 recipes/udev/udev/spitz/default          |    4 ----
 recipes/udev/udev/spitz/mount.blacklist  |    9 ---------
 recipes/udev/udev/tosa/default           |    4 ----
 recipes/udev/udev/tosa/mount.blacklist   |    9 ---------
 13 files changed, 1 insertions(+), 79 deletions(-)

diff --git a/recipes/udev/udev.inc b/recipes/udev/udev.inc
index 7fb9455..ef94f95 100644
--- a/recipes/udev/udev.inc
+++ b/recipes/udev/udev.inc
@@ -14,7 +14,7 @@ SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
            file://init \
 	   file://udev-compat-wrapper-patch"
 
-INC_PR = "r32"
+INC_PR = "r33"
 
 inherit update-rc.d autotools pkgconfig
 
diff --git a/recipes/udev/udev/akita/default b/recipes/udev/udev/akita/default
deleted file mode 100644
index d0050b8..0000000
--- a/recipes/udev/udev/akita/default
+++ /dev/null
@@ -1,4 +0,0 @@
-# Default for /etc/init.d/udev
-
-# Comment this out to disable device cache
-#DEVCACHE="/etc/dev.tar"
diff --git a/recipes/udev/udev/akita/mount.blacklist b/recipes/udev/udev/akita/mount.blacklist
deleted file mode 100644
index 3f7b527..0000000
--- a/recipes/udev/udev/akita/mount.blacklist
+++ /dev/null
@@ -1,9 +0,0 @@
-# This is a grep pattern matched against the device name
-# Any matched pattern will _not_ be mounted / removed by udevd
-
-/dev/loop
-/dev/ram
-/dev/mtdblock
-/dev/mmcblk
-/dev/hd
-/dev/sd
diff --git a/recipes/udev/udev/c7x0/default b/recipes/udev/udev/c7x0/default
deleted file mode 100644
index d0050b8..0000000
--- a/recipes/udev/udev/c7x0/default
+++ /dev/null
@@ -1,4 +0,0 @@
-# Default for /etc/init.d/udev
-
-# Comment this out to disable device cache
-#DEVCACHE="/etc/dev.tar"
diff --git a/recipes/udev/udev/c7x0/mount.blacklist b/recipes/udev/udev/c7x0/mount.blacklist
deleted file mode 100644
index 3f7b527..0000000
--- a/recipes/udev/udev/c7x0/mount.blacklist
+++ /dev/null
@@ -1,9 +0,0 @@
-# This is a grep pattern matched against the device name
-# Any matched pattern will _not_ be mounted / removed by udevd
-
-/dev/loop
-/dev/ram
-/dev/mtdblock
-/dev/mmcblk
-/dev/hd
-/dev/sd
diff --git a/recipes/udev/udev/collie/default b/recipes/udev/udev/collie/default
deleted file mode 100644
index d0050b8..0000000
--- a/recipes/udev/udev/collie/default
+++ /dev/null
@@ -1,4 +0,0 @@
-# Default for /etc/init.d/udev
-
-# Comment this out to disable device cache
-#DEVCACHE="/etc/dev.tar"
diff --git a/recipes/udev/udev/collie/mount.blacklist b/recipes/udev/udev/collie/mount.blacklist
deleted file mode 100644
index 3f7b527..0000000
--- a/recipes/udev/udev/collie/mount.blacklist
+++ /dev/null
@@ -1,9 +0,0 @@
-# This is a grep pattern matched against the device name
-# Any matched pattern will _not_ be mounted / removed by udevd
-
-/dev/loop
-/dev/ram
-/dev/mtdblock
-/dev/mmcblk
-/dev/hd
-/dev/sd
diff --git a/recipes/udev/udev/poodle/default b/recipes/udev/udev/poodle/default
deleted file mode 100644
index d0050b8..0000000
--- a/recipes/udev/udev/poodle/default
+++ /dev/null
@@ -1,4 +0,0 @@
-# Default for /etc/init.d/udev
-
-# Comment this out to disable device cache
-#DEVCACHE="/etc/dev.tar"
diff --git a/recipes/udev/udev/poodle/mount.blacklist b/recipes/udev/udev/poodle/mount.blacklist
deleted file mode 100644
index 3f7b527..0000000
--- a/recipes/udev/udev/poodle/mount.blacklist
+++ /dev/null
@@ -1,9 +0,0 @@
-# This is a grep pattern matched against the device name
-# Any matched pattern will _not_ be mounted / removed by udevd
-
-/dev/loop
-/dev/ram
-/dev/mtdblock
-/dev/mmcblk
-/dev/hd
-/dev/sd
diff --git a/recipes/udev/udev/spitz/default b/recipes/udev/udev/spitz/default
deleted file mode 100644
index d0050b8..0000000
--- a/recipes/udev/udev/spitz/default
+++ /dev/null
@@ -1,4 +0,0 @@
-# Default for /etc/init.d/udev
-
-# Comment this out to disable device cache
-#DEVCACHE="/etc/dev.tar"
diff --git a/recipes/udev/udev/spitz/mount.blacklist b/recipes/udev/udev/spitz/mount.blacklist
deleted file mode 100644
index 3f7b527..0000000
--- a/recipes/udev/udev/spitz/mount.blacklist
+++ /dev/null
@@ -1,9 +0,0 @@
-# This is a grep pattern matched against the device name
-# Any matched pattern will _not_ be mounted / removed by udevd
-
-/dev/loop
-/dev/ram
-/dev/mtdblock
-/dev/mmcblk
-/dev/hd
-/dev/sd
diff --git a/recipes/udev/udev/tosa/default b/recipes/udev/udev/tosa/default
deleted file mode 100644
index d0050b8..0000000
--- a/recipes/udev/udev/tosa/default
+++ /dev/null
@@ -1,4 +0,0 @@
-# Default for /etc/init.d/udev
-
-# Comment this out to disable device cache
-#DEVCACHE="/etc/dev.tar"
diff --git a/recipes/udev/udev/tosa/mount.blacklist b/recipes/udev/udev/tosa/mount.blacklist
deleted file mode 100644
index 3f7b527..0000000
--- a/recipes/udev/udev/tosa/mount.blacklist
+++ /dev/null
@@ -1,9 +0,0 @@
-# This is a grep pattern matched against the device name
-# Any matched pattern will _not_ be mounted / removed by udevd
-
-/dev/loop
-/dev/ram
-/dev/mtdblock
-/dev/mmcblk
-/dev/hd
-/dev/sd





More information about the Openembedded-commits mailing list