summaryrefslogtreecommitdiff
path: root/strata/genivi/node-startup-controller.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/genivi/node-startup-controller.morph')
-rw-r--r--strata/genivi/node-startup-controller.morph24
1 files changed, 24 insertions, 0 deletions
diff --git a/strata/genivi/node-startup-controller.morph b/strata/genivi/node-startup-controller.morph
new file mode 100644
index 00000000..66a18f8b
--- /dev/null
+++ b/strata/genivi/node-startup-controller.morph
@@ -0,0 +1,24 @@
+name: node-startup-controller
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- sh autogen.sh
+- ./configure --prefix="$PREFIX" --sysconfdir=/etc
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make DESTDIR="$DESTDIR" install
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []