[oe-commits] [openembedded-core] 19/53: busybox: enable CONFIG_FLOAT_DURATION

git at git.openembedded.org git at git.openembedded.org
Sat Feb 23 07:46:40 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 83aee9e861353548197130c7373967ba8355b380
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Thu Feb 21 10:32:31 2019 +0200

    busybox: enable CONFIG_FLOAT_DURATION
    
    The 1.29.3 -> 1.30.1 upgrade lost support for sleep with
    float values (e.g. "sleep 0.1") since this replacement for
    CONFIG_FEATURE_FLOAT_SLEEP (enabled in thud) was missing.
    
    Signed-off-by: Adrian Bunk <bunk at stusta.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/busybox/busybox/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index a209eea..493db28 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -83,7 +83,7 @@ CONFIG_NO_DEBUG_LIB=y
 # Library Tuning
 #
 # CONFIG_FEATURE_USE_BSS_TAIL is not set
-# CONFIG_FLOAT_DURATION is not set
+CONFIG_FLOAT_DURATION=y
 CONFIG_FEATURE_RTMINMAX=y
 # CONFIG_FEATURE_RTMINMAX_USE_LIBC_DEFINITIONS is not set
 CONFIG_FEATURE_BUFFERS_USE_MALLOC=y

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list