summaryrefslogtreecommitdiff
path: root/strata/bsp-jetson-genivi/bsp-support.morph
blob: 23524ac77a1738c07f7cf0bf1586383b2f26b2c0 (plain)
1
2
3
4
5
6
name: bsp-support
kind: chunk
install-commands:
- install -o 0 -g 0 -m 755 -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"