Compare commits
2 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
964a18d401 | |
|
|
a4ba68d825 |
|
|
@ -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)} \
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue