diff mbox series

[meta-arago,kirkstone/master,PATCHv2,3/3] irqbalance: remove append to install systemd script

Message ID 20230822224427.1880115-4-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Packagegroup and irqbalance fixup | expand

Commit Message

Randolph Sapp Aug. 22, 2023, 10:38 p.m. UTC
From: Randolph Sapp <rs@ti.com>

The source recipe that this file appends to already has the
corresponding logic to install both the systemd and sysvinit service and
set them to load on start. No reason to override them.

Signed-off-by: Randolph Sapp <rs@ti.com>
---
 .../recipes-extended/irqbalance/irqbalance_git.bbappend     | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Comments

Denys Dmytriyenko Aug. 28, 2023, 2:34 p.m. UTC | #1
On Tue, Aug 22, 2023 at 05:38:31PM -0500, Randolph Sapp via lists.yoctoproject.org wrote:
> From: Randolph Sapp <rs@ti.com>
> 
> The source recipe that this file appends to already has the
> corresponding logic to install both the systemd and sysvinit service and
> set them to load on start. No reason to override them.

Acked-by: Denys Dmytriyenko <denys@konsulko.com>


> Signed-off-by: Randolph Sapp <rs@ti.com>
> ---
>  .../recipes-extended/irqbalance/irqbalance_git.bbappend     | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend b/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend
> index ff504150..7c289fc1 100644
> --- a/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend
> +++ b/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend
> @@ -1,8 +1,4 @@
>  SRCREV = "c24ed221e9e82faf1ad22de133c3c97a0117c5d7"
> -PV = "1.9.2"
> -
> -do_install:append () {
> -         install -m 0644 ${S}/misc/irqbalance.service ${D}${systemd_unitdir}/system/irqbalanced.service
> -}
> +PV = "1.9.2+git${SRCPV}"
>  
>  PR:append = ".arago3"
> -- 
> 2.41.0
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
index ff504150..7c289fc1 100644
--- a/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend
+++ b/meta-arago-distro/recipes-extended/irqbalance/irqbalance_git.bbappend
@@ -1,8 +1,4 @@ 
 SRCREV = "c24ed221e9e82faf1ad22de133c3c97a0117c5d7"
-PV = "1.9.2"
-
-do_install:append () {
-         install -m 0644 ${S}/misc/irqbalance.service ${D}${systemd_unitdir}/system/irqbalanced.service
-}
+PV = "1.9.2+git${SRCPV}"
 
 PR:append = ".arago3"