This fixes timeouts seen on daemon stop during reboot Switches to using irqbalance provide irqbalance.service instead of custom one Fixes some IRQs not being classified and thus not balanced.
Signed-off-by: Vignesh Raghavendra <[email protected]> --- .../recipes-extended/irqbalance/irqbalance_git.bbappend | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend b/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend index e87a65d65f47..3ba30b5d6acc 100644 --- a/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend +++ b/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend @@ -1,4 +1,8 @@ -SRCREV = "99ae256d02b35778b406e598beedc8d827cdac18" -PV = "1.8.0" +SRCREV = "c24ed221e9e82faf1ad22de133c3c97a0117c5d7" +PV = "1.9.2" + +do_install_append () { + install -m 0644 ${S}/misc/irqbalance.service ${D}${systemd_unitdir}/system/irqbalanced.service +} PR_append = ".arago3" -- 2.38.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14131): https://lists.yoctoproject.org/g/meta-arago/message/14131 Mute This Topic: https://lists.yoctoproject.org/mt/95534308/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
