openslug-image: add udev to RDEPENDS within openslug-image itself
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 24 Oct 2005 07:39:02 +0000 (07:39 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 24 Oct 2005 07:39:02 +0000 (07:39 +0000)
  - This change effectively forces all users of openslug-image to use
  - udev.  Before this change the DISTRO file had to set udev to be
  - installed.  This ensures consistency and removes the requirement to
  - maintain a fully and correctly populated static dev directory (it is
  - currently broken and will probably remain so!)

packages/meta/openslug-image.bb

index e351d3b..e97d577 100644 (file)
@@ -15,7 +15,11 @@ USE_DEVFS = "1"
 # Removing these probably leaves the system bootable, but standard
 # openslug and ucslugc stuff won't work, so only take these out in
 # very non-standard turnkey ucslugc builds.
-OPENSLUG_SUPPORT ?= "diffutils cpio findutils"
+#
+# udev is the default way of handling devices, there is no guarantee
+# that the static device table is completely correct (it is just
+# known to be sufficient for boot.)
+OPENSLUG_SUPPORT ?= "diffutils cpio findutils udev"
 
 # NOTE: file system kernel modules are defined in openslug.conf
 # (OPENSLUG_EXTRA_FILESYSTEMS, included in OPENSLUG_EXTRA_INSTALL)