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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
