diff options
author | James Limbouris <james@digitalmatter.com.au> | 2012-02-29 14:56:30 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-29 12:52:55 +0000 |
commit | 426b7fd111e12bed4259f91ad757fad2167a2a59 (patch) | |
tree | 43d60da39562298ff82ec298967bccf17d2f541f /meta | |
parent | d86e3082e695cde555df276a2436873fa5381130 (diff) | |
download | poky-426b7fd111e12bed4259f91ad757fad2167a2a59.tar.gz |
busybox: Enable 64 bit shell tests, and disable non-standard date format interpretation.
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.
(From OE-Core rev: e32e23649f4eab0bdc71a854f99b11fee19125ac)
Signed-off-by: James Limbouris <james@digitalmatter.com.au>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 fa9c078acb..ca4967142d 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 | |||
172 | CONFIG_DATE=y | 172 | CONFIG_DATE=y |
173 | # CONFIG_FEATURE_DATE_ISOFMT is not set | 173 | # CONFIG_FEATURE_DATE_ISOFMT is not set |
174 | # CONFIG_FEATURE_DATE_NANO is not set | 174 | # CONFIG_FEATURE_DATE_NANO is not set |
175 | CONFIG_FEATURE_DATE_COMPAT=y | 175 | # CONFIG_FEATURE_DATE_COMPAT is not set |
176 | CONFIG_ID=y | 176 | CONFIG_ID=y |
177 | CONFIG_GROUPS=y | 177 | CONFIG_GROUPS=y |
178 | CONFIG_TEST=y | 178 | CONFIG_TEST=y |
179 | # CONFIG_FEATURE_TEST_64 is not set | 179 | CONFIG_FEATURE_TEST_64=y |
180 | CONFIG_TOUCH=y | 180 | CONFIG_TOUCH=y |
181 | CONFIG_TR=y | 181 | CONFIG_TR=y |
182 | CONFIG_FEATURE_TR_CLASSES=y | 182 | CONFIG_FEATURE_TR_CLASSES=y |