Skip to content

Commit

Permalink
recipes-bsp/tegra-binaries: Remove unused dependency from nvfancontrol
Browse files Browse the repository at this point in the history
tegra-startup is not used or present in the rootfs, so let's remove
this dependency from nvfancontrol to allow the service to be restarted

Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Oct 21, 2024
1 parent 7bff59a commit cacd845
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
do_install:append() {
sed -i 's/Requires=nvstartup.service//g' ${D}${systemd_system_unitdir}/nvfancontrol.service
sed -i 's/After=nvstartup.service//g' ${D}${systemd_system_unitdir}/nvfancontrol.service
}

0 comments on commit cacd845

Please sign in to comment.