Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix /etc/timestamp handling
@ 2012-03-01 17:41 Gary Thomas
  2012-03-01 17:41 ` [PATCH v2 1/2] initscripts: Properly format date when set from timestamp Gary Thomas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gary Thomas @ 2012-03-01 17:41 UTC (permalink / raw)
  To: openembedded-core

Recent changes have attempted to make consistant use of /etc/timestamp
In particular
  5aab665 initscripts: Make /etc/timestamp consistent again.
  173a48f image.bbclass: Ensure timestamp matches format used in initscripts after recent changes
  e32e236 busybox: Enable 64 bit shell tests, and disable non-standard date format interpretation.

However, this format of the timestamp is not directly compatible with
the 'date' command line, so it must be reformatted for use.  Also,
the busybox CONFIG_FEATURE_DATE_COMPAT needs to be enabled so that all 
versions of 'date', whether from busybox or coreutils, agree on the format 
when setting the date from the command line.

Gary Thomas (2):
  initscripts: Properly format date when set from timestamp
  busybox: Restore 'date' compatability

 meta/recipes-core/busybox/busybox-1.19.3/defconfig |    2 +-
 meta/recipes-core/busybox/busybox_1.19.3.bb        |    2 +-
 .../initscripts/initscripts-1.0/bootmisc.sh        |    2 +-
 meta/recipes-core/initscripts/initscripts_1.0.bb   |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
1.7.7.6




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-01 23:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01 17:41 [PATCH v2 0/2] Fix /etc/timestamp handling Gary Thomas
2012-03-01 17:41 ` [PATCH v2 1/2] initscripts: Properly format date when set from timestamp Gary Thomas
2012-03-01 17:41 ` [PATCH v2 2/2] busybox: Restore 'date' compatability Gary Thomas
2012-03-01 23:15 ` [PATCH v2 0/2] Fix /etc/timestamp handling Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox