Skip to content

Commit 870fc15

Browse files
committed
packagegroup-rpb-lkft: add haveged
A couple of bugs are related to lack of entropy, which can be very easily solved by having haveged running. HAVEGE algorithm explained here: http://www.irisa.fr/caps/projects/hipsor/misc.php#exectime regarding how randomness is obtained and about its unpredictability. While rng-tools is the "preferred" method, enough entropy might be very difficult in a headless development board, where haveged would definitely be a great addition. Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
1 parent 77e4a91 commit 870fc15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes-samples/packagegroups/packagegroup-rpb-lkft.bb

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ inherit packagegroup
55
# contains basic dependencies for LKFT
66
RDEPENDS_packagegroup-rpb-lkft = "\
77
git \
8+
haveged \
89
kernel-selftests \
910
kselftests-mainline \
1011
kselftests-next \

0 commit comments

Comments
 (0)