From 19bc31ce3198a3c19cdd96d392bde34cb34ed525 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 17 Jul 2014 14:40:03 +0100 Subject: Add morph --- bsp-support.morph | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bsp-support.morph diff --git a/bsp-support.morph b/bsp-support.morph new file mode 100644 index 0000000..4dba401 --- /dev/null +++ b/bsp-support.morph @@ -0,0 +1,7 @@ +name: bsp-support +kind: chunk +build-system: manual +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" -- cgit v1.2.1