aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/usleep
AgeCommit message (Collapse)Author
2018-08-02usleep: use update-alternativesLi Zhou
To solve below error: update-alternatives: Error: not linking [...]/rootfs/bin/usleep to /bin/busybox.nosuid since [...]/rootfs/bin/usleep exists and is not a link add using update-alternatives in usleep. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-08-22meta-oe: remove PR = "r0"Martin Jansa
* this is default value Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-22meta-oe: fix indentationMartin Jansa
* remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15usleep: add 1.0 recipeMing Liu
Add usleep in to support sleeping some number of microseconds. Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>