[OE-core] [PATCH 1/1] base-files: do_install.sigdata: remove the depends on DATE

2014-03-24 Thread Robert Yang
If we run "bitbake -S base-files" today, and re-run it tomorrow with nothing changed, we would see that the do_install.sigdata changes because of: do_intall -> do_install_basefilesissue -> DISTRO_VERSION -> DATE We had set: IMAGE_NAME[vardepsexclude] += "DATETIME" in meta/conf/bitbake.conf, we ca

Re: [OE-core] [PATCH 1/1] base-files: do_install.sigdata: remove the depends on DATE

2014-03-27 Thread Chris Larson
On Mon, Mar 24, 2014 at 8:10 PM, Robert Yang wrote: > If we run "bitbake -S base-files" today, and re-run it tomorrow with > nothing changed, we would see that the do_install.sigdata changes > because of: > > do_intall -> do_install_basefilesissue -> DISTRO_VERSION -> DATE > > We had set: > IMAGE_

Re: [OE-core] [PATCH 1/1] base-files: do_install.sigdata: remove the depends on DATE

2014-03-27 Thread Richard Purdie
On Thu, 2014-03-27 at 10:21 -0700, Chris Larson wrote: > > On Mon, Mar 24, 2014 at 8:10 PM, Robert Yang > wrote: > If we run "bitbake -S base-files" today, and re-run it > tomorrow with > nothing changed, we would see that the do_install.sigdata > changes >

Re: [OE-core] [PATCH 1/1] base-files: do_install.sigdata: remove the depends on DATE

2014-03-27 Thread Chris Larson
On Thu, Mar 27, 2014 at 10:49 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Thu, 2014-03-27 at 10:21 -0700, Chris Larson wrote: > > > > On Mon, Mar 24, 2014 at 8:10 PM, Robert Yang > > wrote: > > If we run "bitbake -S base-files" today, and re-run it > > tom

Re: [OE-core] [PATCH 1/1] base-files: do_install.sigdata: remove the depends on DATE

2014-03-27 Thread Martin Jansa
On Thu, Mar 27, 2014 at 10:53:20AM -0700, Chris Larson wrote: > On Thu, Mar 27, 2014 at 10:49 AM, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > > On Thu, 2014-03-27 at 10:21 -0700, Chris Larson wrote: > > > > > > On Mon, Mar 24, 2014 at 8:10 PM, Robert Yang > > > wrote: > > >

Re: [OE-core] [PATCH 1/1] base-files: do_install.sigdata: remove the depends on DATE

2014-03-27 Thread Mark Hatle
On 3/27/14, 1:13 PM, Martin Jansa wrote: On Thu, Mar 27, 2014 at 10:53:20AM -0700, Chris Larson wrote: On Thu, Mar 27, 2014 at 10:49 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: On Thu, 2014-03-27 at 10:21 -0700, Chris Larson wrote: On Mon, Mar 24, 2014 at 8:10 PM, Robert

Re: [OE-core] [PATCH 1/1] base-files: do_install.sigdata: remove the depends on DATE

2014-03-27 Thread Robert Yang
On 03/28/2014 02:31 AM, Mark Hatle wrote: On 3/27/14, 1:13 PM, Martin Jansa wrote: On Thu, Mar 27, 2014 at 10:53:20AM -0700, Chris Larson wrote: On Thu, Mar 27, 2014 at 10:49 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: On Thu, 2014-03-27 at 10:21 -0700, Chris Larson wrot