diff mbox series

[kirkstone/master,v2,1/4] irqbalance: Move to the latest tip v1.9.2+

Message ID 20230322193218.2822644-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [kirkstone/master,v2,1/4] irqbalance: Move to the latest tip v1.9.2+ | expand

Commit Message

Denys Dmytriyenko March 22, 2023, 7:32 p.m. UTC
From: Vignesh Raghavendra <vigneshr@ti.com>

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>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
v2 - fix override syntax

 .../recipes-extended/irqbalance/irqbalance_git.bbappend   | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend b/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend
new file mode 100644
index 00000000..ff504150
--- /dev/null
+++ b/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend
@@ -0,0 +1,8 @@ 
+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"