From: Ni Qingliang <niqingliang@insigma.com.cn>
To: Samuel Stirtzel <s.stirtzel@googlemail.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>,
Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: how to set time zone
Date: Fri, 28 Oct 2011 15:05:17 +0800 [thread overview]
Message-ID: <1319785517.10032.48.camel@localhost.localdomain> (raw)
In-Reply-To: <CAGiJk9eo4FvhLZ6o9qdb75YyuZ5om19GYRLR6gDFEN_r0VWeuw@mail.gmail.com>
THANKS!
I still want the native support by oe-core/yocto:-). If no, I will try
by myself.
On Fri, 2011-10-28 at 14:32 +0800, Samuel Stirtzel wrote:
> 2011/10/28 Ni Qingliang <niqingliang@insigma.com.cn>:
> > Hello All:
> >
> > what is the right way to set timezone?
> >
> > I have added tzdata into my image, and can find some variables in the
> > etc, e.g. 'TZ'.
> >
> > on my archlinux, I can set TIMEZONE in the rc.conf, which is used in
> > rc.sysvinit (which will link the /etc/localtime using TIMEZONE).
> >
> > what is the right place to locate similar setting code (e.g. link
> > the /etc/localtime) in the yocto?
> >
> > thanks!
> >
> >
> >
> > --
> > Yi Qingliang
> > niqingliang@insigma.com.cn
> > http://niqingliang2003.wordpress.com
> >
> >
> >
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> >
>
> Hi,
>
> you could try the following:
> http://www.rwhitby.net/blog/nslu2-linux/setting-the-openmoko-timezone.html
>
> Well this is the first entry when using google with "openembedded time
> zone", so please consider using search engines first next time.
>
> Also this is the very same process like it is done on a desktop
> computer, googling for "set time zone linux command line" gives this
> result:
> http://www.cyberciti.biz/faq/howto-linux-unix-change-setup-timezone-tz-variable/
> Which shows more precise steps at the headline "Set timezone using
> /etc/localtime configuration file [any Linux distro]".
>
>
> (Sorry for cross posting, but this was carried over to the OE-Core list)
>
> --
> Regards
> Samuel
--
Yi Qingliang
niqingliang@insigma.com.cn
http://niqingliang2003.wordpress.com
WARNING: multiple messages have this Message-ID (diff)
From: Ni Qingliang <niqingliang@insigma.com.cn>
To: Samuel Stirtzel <s.stirtzel@googlemail.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>,
Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] how to set time zone
Date: Fri, 28 Oct 2011 15:05:17 +0800 [thread overview]
Message-ID: <1319785517.10032.48.camel@localhost.localdomain> (raw)
In-Reply-To: <CAGiJk9eo4FvhLZ6o9qdb75YyuZ5om19GYRLR6gDFEN_r0VWeuw@mail.gmail.com>
THANKS!
I still want the native support by oe-core/yocto:-). If no, I will try
by myself.
On Fri, 2011-10-28 at 14:32 +0800, Samuel Stirtzel wrote:
> 2011/10/28 Ni Qingliang <niqingliang@insigma.com.cn>:
> > Hello All:
> >
> > what is the right way to set timezone?
> >
> > I have added tzdata into my image, and can find some variables in the
> > etc, e.g. 'TZ'.
> >
> > on my archlinux, I can set TIMEZONE in the rc.conf, which is used in
> > rc.sysvinit (which will link the /etc/localtime using TIMEZONE).
> >
> > what is the right place to locate similar setting code (e.g. link
> > the /etc/localtime) in the yocto?
> >
> > thanks!
> >
> >
> >
> > --
> > Yi Qingliang
> > niqingliang@insigma.com.cn
> > http://niqingliang2003.wordpress.com
> >
> >
> >
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> >
>
> Hi,
>
> you could try the following:
> http://www.rwhitby.net/blog/nslu2-linux/setting-the-openmoko-timezone.html
>
> Well this is the first entry when using google with "openembedded time
> zone", so please consider using search engines first next time.
>
> Also this is the very same process like it is done on a desktop
> computer, googling for "set time zone linux command line" gives this
> result:
> http://www.cyberciti.biz/faq/howto-linux-unix-change-setup-timezone-tz-variable/
> Which shows more precise steps at the headline "Set timezone using
> /etc/localtime configuration file [any Linux distro]".
>
>
> (Sorry for cross posting, but this was carried over to the OE-Core list)
>
> --
> Regards
> Samuel
--
Yi Qingliang
niqingliang@insigma.com.cn
http://niqingliang2003.wordpress.com
next prev parent reply other threads:[~2011-10-28 7:12 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-28 5:41 how to set time zone Ni Qingliang
2011-10-28 6:32 ` Samuel Stirtzel
2011-10-28 6:32 ` [OE-core] " Samuel Stirtzel
2011-10-28 7:05 ` Ni Qingliang [this message]
2011-10-28 7:05 ` Ni Qingliang
2011-10-28 8:22 ` Andrea Adami
2011-10-28 14:43 ` Mark Hatle
2011-10-31 0:44 ` Ni Qingliang
2011-11-02 17:32 ` Andrea Adami
2011-11-02 19:15 ` Mark Hatle
2011-11-03 0:47 ` Ni Qingliang
2011-11-03 1:19 ` Otavio Salvador
2011-11-03 1:35 ` Ni Qingliang
2011-11-03 1:58 ` Philip Balister
2011-11-03 2:14 ` Ni Qingliang
2011-11-03 16:20 ` Andrea Adami
2011-10-28 16:15 ` Saul Wold
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=1319785517.10032.48.camel@localhost.localdomain \
--to=niqingliang@insigma.com.cn \
--cc=openembedded-core@lists.openembedded.org \
--cc=s.stirtzel@googlemail.com \
--cc=yocto@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.