All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Westerhof <mike@mwester.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/2] slugos.conf: Define IMAGE_DEV_MANAGER to be udev
Date: Fri, 21 Jan 2011 19:26:26 -0600	[thread overview]
Message-ID: <4D3A3242.1020700@mwester.net> (raw)
In-Reply-To: <1295598456-12847-1-git-send-email-raj.khem@gmail.com>

On 1/21/2011 2:27 AM, Khem Raj wrote:
> * Dont hardcode udev to RDEPENDS but use IMAGE_DEV_MANAGER
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>

Acked-by: Mike Westerhof <mike@mwester.net>


> ---
>  conf/distro/slugos.conf      |    1 +
>  recipes/tasks/task-slugos.bb |    2 +-
>  2 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf
> index 853a58e..96c2f45 100644
> --- a/conf/distro/slugos.conf
> +++ b/conf/distro/slugos.conf
> @@ -15,6 +15,7 @@ IPKG_VARIANT ?= "opkg-nogpg-nocurl-slugos"
>  PREFERRED_PROVIDER_opkg ?= "opkg-nogpg-nocurl-slugos"
>  PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-nogpg-nocurl-slugos"
>  IMAGE_INITSCRIPTS ?= "initscripts-slugos"
> +IMAGE_DEV_MANAGER = "udev"
>  # Disable installing ldconfig
>  USE_LDCONFIG = "0"
>  require conf/distro/include/slugos.inc
> diff --git a/recipes/tasks/task-slugos.bb b/recipes/tasks/task-slugos.bb
> index 88475cd..ffaac67 100644
> --- a/recipes/tasks/task-slugos.bb
> +++ b/recipes/tasks/task-slugos.bb
> @@ -132,7 +132,7 @@ RDEPENDS_${PN} += "\
>  	kernel \
>  	base-files base-passwd netbase \
>          busybox initscripts-slugos slugos-init \
> -        update-modules udev \
> +        update-modules ${IMAGE_DEV_MANAGER}  \
>  	module-init-tools modutils-initscripts \
>  	libgcc \
>  	beep \




      parent reply	other threads:[~2011-01-22  1:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-21  8:27 [PATCH 1/2] slugos.conf: Define IMAGE_DEV_MANAGER to be udev Khem Raj
2011-01-21  8:27 ` [PATCH 2/2] util-linux-ng.inc: Remove udev from DEPENDS Khem Raj
2011-01-22  1:27   ` Mike Westerhof
2011-01-22  1:26 ` Mike Westerhof [this message]

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=4D3A3242.1020700@mwester.net \
    --to=mike@mwester.net \
    --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.