aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/haveged
AgeCommit message (Collapse)Author
2019-06-15haveged: fix CPU cache size detectionStefan Agner
Fix ENOMEM error in case the kernel reports cache size of -1. This lead to the following error when starting haveged: haveged starting up haveged: Couldn't initialize HAVEGE rng 5 Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-14haveged: Upgrade 1.9.4Khem Raj
Upstream release mechanism has switched to using github Forward port and update patch status Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-29haveged: add UPSTREAM_CHECK_URIYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-04-08haveged: update to 1.9.2Jackie Huang
* Drop the patch remove-systemd-unit-503.patch and init script haveged.sysvinit, and use PACKAGECONFIG to set the correct sevice file or init script for systemd or sysvinit. * Add SuccessExitStatus to fix the failure when the service is stopped. * Fix an issue when build in parallel. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22haveged: Add sysvinit supportOtavio Salvador
The haveged daemon is also useful on sysvinit-based systems, so we add a init script for this use-case. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-10-05haveged: don't compile in mips16e modeAndré Draszik
While a gcc was filed here https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77757 disable mips16e compilation in the mean time. Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Martin Jansa <Martin.Jansa@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-12-09haveged: Add recipe for haveged entropy daemon v1.9.1Sven Ebenfeld
As we are building software for headless embedded devices, we don't want to rely on the entropy generated by default linux kernel mechanisms. Haveged seems to be a good solution in providing more entropy for headless devices. Upstream-Status: Pending Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>