From edcd457d33b9f474b196efa0faadf45a2eeccb75 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Mon, 24 Oct 2005 07:39:02 +0000 Subject: 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!) --- packages/meta/openslug-image.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'packages') 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) -- cgit v1.2.3