From: John Bowler Date: Mon, 24 Oct 2005 07:39:02 +0000 (+0000) Subject: openslug-image: add udev to RDEPENDS within openslug-image itself X-Git-Tag: Release-2010-05/1~9453^2~3214 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edcd457d33b9f474b196efa0faadf45a2eeccb75;p=openembedded.git 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!) --- 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)