summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-04-29 18:20:52 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-04-29 18:20:52 +0000
commitb794bba4b993b26c602df88f092a7df56a60d0ac (patch)
tree1a67b355a2f505fc4fdf98f59f24d5dc9511d46b
parent10d383472263ab17fe146a9f8bf03543e7357df2 (diff)
parentfce9e9483b86f6a758249be340f164673a1f684e (diff)
downloaddefinitions-b794bba4b993b26c602df88f092a7df56a60d0ac.tar.gz
Merge branch 'baserock/richardipsum/node2'
Reviewed by: Daniel Silverstone Lars Wirzenius Pedro Alvarez
-rw-r--r--nodejs-system-x86_64.morph28
-rw-r--r--nodejs.morph11
2 files changed, 39 insertions, 0 deletions
diff --git a/nodejs-system-x86_64.morph b/nodejs-system-x86_64.morph
new file mode 100644
index 00000000..876f1432
--- /dev/null
+++ b/nodejs-system-x86_64.morph
@@ -0,0 +1,28 @@
+arch: x86_64
+configuration-extensions:
+- set-hostname
+- add-config-files
+- simple-network
+- nfsboot
+- install-files
+description: A system that is able to build other systems based on the 64-bit x86
+ architecture.
+kind: system
+name: nodejs-system-x86_64
+strata:
+- morph: build-essential
+- morph: core
+- morph: foundation
+- morph: genivi-foundation
+- morph: bsp-x86_64-generic
+- morph: connectivity
+- morph: audio-bluetooth
+- morph: x-common
+- morph: x-x86_64-generic
+- morph: multimedia
+- morph: genivi
+- morph: genivi-x-x86_64-generic
+- morph: tools
+- morph: virtualization
+- morph: glanceclient
+- morph: nodejs
diff --git a/nodejs.morph b/nodejs.morph
new file mode 100644
index 00000000..aece2d2a
--- /dev/null
+++ b/nodejs.morph
@@ -0,0 +1,11 @@
+name: nodejs
+kind: stratum
+description: Stratum for nodejs related stuff
+build-depends:
+- morph: core
+chunks:
+- name: node
+ repo: upstream:node
+ ref: cc56c62ed879ad4f93b1fdab3235c43e60f48b7e
+ unpetrify-ref: v0.10.26
+ build-depends: []