* [PATCH] busybox: Enable 64 bit shell tests, and disable non-standard date format interpretation.
@ 2012-02-29 6:56 James Limbouris
2012-02-29 12:53 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: James Limbouris @ 2012-02-29 6:56 UTC (permalink / raw)
To: openembedded-core
Without 64 bit shell tests, the timestamp comparison in initscripts' bootmisc.sh throws 'out of range' errors.
With CONFIG_FEATURE_DATE_COMPAT, date reads the YYYYMMddhhmm string as hhmmYYYYMMdd when setting the time from the timestamp in bootmisc.sh.
Signed-off-by: James Limbouris <james@digitalmatter.com.au>
---
meta/recipes-core/busybox/busybox-1.19.3/defconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
index fa9c078..ca49671 100644
--- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig
+++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
@@ -172,11 +172,11 @@ CONFIG_CAT=y
CONFIG_DATE=y
# CONFIG_FEATURE_DATE_ISOFMT is not set
# CONFIG_FEATURE_DATE_NANO is not set
-CONFIG_FEATURE_DATE_COMPAT=y
+# CONFIG_FEATURE_DATE_COMPAT is not set
CONFIG_ID=y
CONFIG_GROUPS=y
CONFIG_TEST=y
-# CONFIG_FEATURE_TEST_64 is not set
+CONFIG_FEATURE_TEST_64=y
CONFIG_TOUCH=y
CONFIG_TR=y
CONFIG_FEATURE_TR_CLASSES=y
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] busybox: Enable 64 bit shell tests, and disable non-standard date format interpretation.
2012-02-29 6:56 [PATCH] busybox: Enable 64 bit shell tests, and disable non-standard date format interpretation James Limbouris
@ 2012-02-29 12:53 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-02-29 12:53 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Wed, 2012-02-29 at 14:56 +0800, James Limbouris wrote:
> Without 64 bit shell tests, the timestamp comparison in initscripts' bootmisc.sh throws 'out of range' errors.
> With CONFIG_FEATURE_DATE_COMPAT, date reads the YYYYMMddhhmm string as hhmmYYYYMMdd when setting the time from the timestamp in bootmisc.sh.
>
> Signed-off-by: James Limbouris <james@digitalmatter.com.au>
> ---
> meta/recipes-core/busybox/busybox-1.19.3/defconfig | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-29 13:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 6:56 [PATCH] busybox: Enable 64 bit shell tests, and disable non-standard date format interpretation James Limbouris
2012-02-29 12:53 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox