Compare commits

...

2 Commits

Author SHA1 Message Date
Alexandre Bard 964a18d401 haveged: Fix patch file to make it compatible with recent versions
Part of update to dunfell release

BugzID: 69636
2021-01-15 13:27:17 +01:00
Alexandre Bard a4ba68d825 Make layer compatible with dunfell release
BugzID: 69636
2021-01-15 13:26:55 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ LAYERVERSION_netmodule-distro = "1"
LAYERDEPENDS_netmodule-distro = "core" LAYERDEPENDS_netmodule-distro = "core"
LAYERSERIES_COMPAT_netmodule-distro = "warrior" LAYERSERIES_COMPAT_netmodule-distro = "dunfell"
BBMASK += " \ BBMASK += " \
${@bb.utils.contains_any('DISTRO_OSTREE', '-ostree', '', ' meta-netmodule-distro/recipes-core/images/initramfs-ostree-image.bbappend', d)} \ ${@bb.utils.contains_any('DISTRO_OSTREE', '-ostree', '', ' meta-netmodule-distro/recipes-core/images/initramfs-ostree-image.bbappend', d)} \

View File

@ -5,7 +5,7 @@ index 71697e8..0ae8c09 100644
@@ -4,7 +4,7 @@ Description=Entropy Daemon based on the HAVEGE algorithm @@ -4,7 +4,7 @@ Description=Entropy Daemon based on the HAVEGE algorithm
[Service] [Service]
Type=forking Type=forking
PIDFile=/var/run/haveged.pid PIDFile=/run/haveged.pid
-ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1 -ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1
+ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1 --data=16 +ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1 --data=16