Files
poky/meta/recipes-core
Nathan Lynch f8aca15f75 busybox: enable fractional sleep arguments
Fractional durations (e.g. 0.5s) for the sleep command are useful and
not terribly uncommon in practice, especially in scripts associated
with test cases (e.g. mdadm, lttng-tools).  Enable FEATURE_FLOAT_SLEEP
by default in order to avoid having to patch every instance of a
script using a fractional sleep.

The busybox binary gains a few hundred bytes in text (armv5e shown):

$ size -x busybox.nosuid.{before,after}
   text	   data	    bss	    dec	    hex	filename
0x89382	  0x71d	 0x2250	 572655	  8bcef	busybox.nosuid.before
0x8954e	  0x721	 0x2250	 573119	  8bebf	busybox.nosuid.after

(From OE-Core rev: 0f53db8a63ed35031b1fcc85057b39ad43c9abd1)

Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-11-30 15:48:05 +00:00
..
2016-09-09 12:12:22 +01:00
2016-07-20 10:28:48 +01:00
2016-11-23 11:10:12 +00:00
2015-01-23 11:36:27 +00:00
2016-10-01 21:45:56 +01:00
2016-10-15 10:01:44 +01:00
2016-11-23 11:10:15 +00:00
2016-08-17 10:35:43 +01:00
2016-11-23 11:10:11 +00:00
2015-09-12 23:01:53 +01:00