Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Joe Slater <jslater@windriver.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/1] util-linux: adjust hwclock ALTERNATIVE_PRIORITY
Date: Thu, 30 May 2013 10:34:11 +0900	[thread overview]
Message-ID: <51A6AC93.7030103@linux.intel.com> (raw)
In-Reply-To: <1369078242-4032-2-git-send-email-jslater@windriver.com>

On 05/21/2013 04:30 AM, Joe Slater wrote:
> Make ALTERNATIVE_PRIORITY[hwclock] dependent on an
> OVERRIDE so that the hwclock from busybox, if available,
> will be used for the nslu2 bsp.
>
> Independently, add util-linux-agetty to RRECOMMENDS.
>
> Signed-off-by: Joe Slater <jslater@windriver.com>
> ---
>   meta/recipes-core/util-linux/util-linux.inc |    9 ++++++---
>   1 files changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
> index c783385..10493aa 100644
> --- a/meta/recipes-core/util-linux/util-linux.inc
> +++ b/meta/recipes-core/util-linux/util-linux.inc
> @@ -88,7 +88,9 @@ RREPLACES_util-linux-blkid = "e2fsprogs-blkid"
>   RDEPENDS_util-linux-reset += "ncurses"
>
>   RDEPENDS_${PN} = "util-linux-umount util-linux-swaponoff util-linux-losetup"
> -RRECOMMENDS_${PN} = "util-linux-fdisk util-linux-cfdisk util-linux-sfdisk util-linux-mount util-linux-readprofile util-linux-mkfs "
> +RRECOMMENDS_${PN} = "util-linux-fdisk util-linux-cfdisk util-linux-sfdisk \
> +                     util-linux-mount util-linux-readprofile util-linux-mkfs \
> +                     util-linux-agetty "
>
I think this patch should be sperated out since it has nothing to do 
with hwclock.

>   RRECOMMENDS_${PN}_class-native = ""
>   RDEPENDS_${PN}_class-native = ""
> @@ -175,9 +177,10 @@ ALTERNATIVE_LINK_NAME[sulogin.8] = "${mandir}/man8/sulogin.8"
>   ALTERNATIVE_LINK_NAME[utmpdump.1] = "${mandir}/man1/utmpdump.1"
>   ALTERNATIVE_LINK_NAME[wall.1] = "${mandir}/man1/wall.1"
>
> -# There seems to be problem, atleast on nslu2, with these, untill they are
> +# There seems to be problems, at least on nslu2, with these, until they are
>   # fixed the busybox ones have higher priority
> -ALTERNATIVE_PRIORITY[hwclock] = "10"
> +#
> +ALTERNATIVE_PRIORITY[hwclock] = "${@['100', '10']['${OVERRIDES}'.find('nslu2') != -1]}"
>   ALTERNATIVE_LINK_NAME[hwclock] = "${base_sbindir}/hwclock"
>
I am not sure this is the right way to go with this, as I think it will 
make util-linux be MACHINE specific, which it should not be.

Can the nslu2 layer which seems to be maintained by Khem Raj take a 
patch that will set the ALTERNATIVE_PRIORITY of hwclock to 10, we might 
need to have a patch here:

ALTERNATIVE_PRIORITY[hwclock] ?= "100" so that it can be overridden by 
the layer?

Thoughts

Sau!


>   ALTERNATIVE_util-linux-fdisk = "fdisk"
>


  reply	other threads:[~2013-05-30  1:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-20 19:30 [PATCH 0/1] util-linux: adjust hwclock ALTERNATIVE_PRIORITY Joe Slater
2013-05-20 19:30 ` [PATCH 1/1] " Joe Slater
2013-05-30  1:34   ` Saul Wold [this message]
2013-05-30  2:23     ` Khem Raj

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=51A6AC93.7030103@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=jslater@windriver.com \
    --cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox