Message ID | 20221208085826.1600644-1-vigneshr@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [dunfell] irqbalance: Move to the latest tip v1.9.2+ | expand |
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"
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 <vigneshr@ti.com> --- .../recipes-extended/irqbalance/irqbalance_git.bbappend | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)