All of lore.kernel.org
 help / color / mirror / Atom feed
From: ChenQi <Qi.Chen@windriver.com>
To: <poky@yoctoproject.org>
Subject: Re: [PATCH] initscripts: added save-rtc to runlevel S
Date: Wed, 9 Jan 2013 10:16:48 +0800	[thread overview]
Message-ID: <50ECD310.90504@windriver.com> (raw)
In-Reply-To: <1357690719-3136-1-git-send-email-eu@felipetonello.com>

On 01/09/2013 08:18 AM, eu@felipetonello.com wrote:
> From: "Felipe F. Tonello" <ftonello@cercacor.com>
>
> It is necessary to add save-rtc.sh to runlevel S so the system is updated when
> it boots up.
Hi ftonello,
What do you mean by "system is updated"?

Besides, this patch should be sent to oe-core.

Cheers,
Chen Qi

> Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
> ---
>   meta/recipes-core/initscripts/initscripts_1.0.bb |    1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb
> index 39be9a8..24fa940 100644
> --- a/meta/recipes-core/initscripts/initscripts_1.0.bb
> +++ b/meta/recipes-core/initscripts/initscripts_1.0.bb
> @@ -113,6 +113,7 @@ do_install () {
>   	ln -sf		../init.d/umountfs	${D}${sysconfdir}/rc0.d/S40umountfs
>   	# udev will run at S55 if installed
>   	ln -sf		../init.d/halt		${D}${sysconfdir}/rc0.d/S90halt
> +	ln -sf		../init.d/save-rtc.sh	${D}${sysconfdir}/rcS.d/S25save-rtc.sh
>   	ln -sf		../init.d/save-rtc.sh	${D}${sysconfdir}/rc0.d/S25save-rtc.sh
>   	ln -sf		../init.d/save-rtc.sh	${D}${sysconfdir}/rc6.d/S25save-rtc.sh
>   	ln -sf		../init.d/banner.sh	${D}${sysconfdir}/rcS.d/S02banner.sh



  reply	other threads:[~2013-01-09  2:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-09  0:18 [PATCH] initscripts: added save-rtc to runlevel S eu
2013-01-09  2:16 ` ChenQi [this message]
2013-01-09  5:35   ` Felipe Ferreri Tonello
2013-01-09  8:16     ` ChenQi
2013-01-09 17:58       ` Felipe Ferreri Tonello
2013-01-09  8:27     ` ChenQi

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=50ECD310.90504@windriver.com \
    --to=qi.chen@windriver.com \
    --cc=poky@yoctoproject.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.