diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-24 07:39:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-24 07:39:02 +0000 |
commit | edcd457d33b9f474b196efa0faadf45a2eeccb75 (patch) | |
tree | efaf72bfafcde6b56f795c70e9c8cfef104bfc95 /packages/meta | |
parent | 932e81b3b51eb8f914822ee37128c3e0a61da78f (diff) |
openslug-image: add udev to RDEPENDS within openslug-image itself
- 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!)
Diffstat (limited to 'packages/meta')
-rw-r--r-- | packages/meta/openslug-image.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/meta/openslug-image.bb b/packages/meta/openslug-image.bb index e351d3ba08..e97d57702b 100644 --- a/packages/meta/openslug-image.bb +++ b/packages/meta/openslug-image.bb @@ -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) |