All of lore.kernel.org
 help / color / mirror / Atom feed
From: Graham Gower <graham.gower@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] micro.conf: Pin an older udev to avoid space consuming dependencies.
Date: Fri, 24 Dec 2010 12:04:12 +1030	[thread overview]
Message-ID: <4D13F894.4010100@gmail.com> (raw)

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




             reply	other threads:[~2010-12-24  1:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-24  1:34 Graham Gower [this message]
2010-12-24  3:54 ` [PATCH] micro.conf: Pin an older udev to avoid space consuming dependencies Michael Smith
2010-12-24  4:40   ` Graham Gower
2010-12-24  4:41     ` Graham Gower
2010-12-24  6:03       ` Graham Gower

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D13F894.4010100@gmail.com \
    --to=graham.gower@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.