]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: Enable 64 bit shell tests, and disable non-standard date format interpretation.
authorJames Limbouris <james@digitalmatter.com.au>
Wed, 29 Feb 2012 06:56:30 +0000 (14:56 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Feb 2012 11:04:27 +0000 (11:04 +0000)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox-1.19.3/defconfig

index fa9c078acb6a1cc9b4f4952c0304756c6c7ef404..ca4967142df2496edbd7739190f9f91a589f6e61 100644 (file)
@@ -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