All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] micro.conf: Pin an older udev to avoid space consuming dependencies.
@ 2010-12-24  1:34 Graham Gower
  2010-12-24  3:54 ` Michael Smith
  0 siblings, 1 reply; 5+ messages in thread
From: Graham Gower @ 2010-12-24  1:34 UTC (permalink / raw)
  To: openembedded-devel

micro-uclibc/micro-image with udev 124 = 957207 bytes.
micro-uclibc/micro-image with udev 162 = 2303604 bytes.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
 conf/distro/micro.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf
index 102afa1..2b19b84 100644
--- a/conf/distro/micro.conf
+++ b/conf/distro/micro.conf
@@ -79,6 +79,8 @@ MACHINE_OVERRIDES += "${MACHINE_CLASS}"
 #############################################################################
 require conf/distro/include/preferred-xorg-versions-X11R7.5.inc
 
+PREFERRED_VERSION_udev ?= "124"
+
 #############################################################################
 # NLS
 #############################################################################
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-24  6:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-24  1:34 [PATCH] micro.conf: Pin an older udev to avoid space consuming dependencies Graham Gower
2010-12-24  3:54 ` Michael Smith
2010-12-24  4:40   ` Graham Gower
2010-12-24  4:41     ` Graham Gower
2010-12-24  6:03       ` Graham Gower

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.