summaryrefslogtreecommitdiff
path: root/strata/bsp-jetson/bsp-support.morph
blob: 5adb02e49f18053d5beebd855f6b97c3c0571619 (plain)
1
2
3
4
5
6
name: bsp-support
kind: chunk
install-commands:
- install -o 0 -g 0 -m 644 -D nv-ondemand-cpufreq-governor.service "$DESTDIR/usr/lib/systemd/system/nv-ondemand-cpufreq-governor.service"
- install -d "$DESTDIR/usr/lib/systemd/system/sysinit.target.wants"
- ln -s /usr/lib/systemd/system/nv-ondemand-cpufreq-governor.service "$DESTDIR/usr/lib/systemd/system/sysinit.target.wants/nv-ondemand-cpufreq-governor.service"