summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2015-02-11 21:22:52 +0000
committerRichard Maw <richard.maw@gmail.com>2015-02-11 21:28:57 +0000
commitd5db7a237139adfa4ee82a4c08f992a13ccebbb7 (patch)
tree594a5a535e54e3481984ea34814eacc453e5762b
parent1319309d3ff4eb85cb0e7e6cb178cb56ff116524 (diff)
downloaddefinitions-d5db7a237139adfa4ee82a4c08f992a13ccebbb7.tar.gz
Add SSHFS to all devel systems
-rw-r--r--strata/ssh-utils.morph11
-rw-r--r--strata/ssh-utils/sshfs.morph3
-rw-r--r--systems/devel-system-armv7-chroot.morph2
-rw-r--r--systems/devel-system-armv7-highbank.morph2
-rw-r--r--systems/devel-system-armv7-versatile.morph2
-rw-r--r--systems/devel-system-armv7-wandboard.morph2
-rw-r--r--systems/devel-system-armv7b-chroot.morph2
-rw-r--r--systems/devel-system-armv7b-highbank.morph2
-rw-r--r--systems/devel-system-armv7lhf-chroot.morph2
-rw-r--r--systems/devel-system-armv7lhf-highbank.morph2
-rw-r--r--systems/devel-system-armv7lhf-jetson.morph2
-rw-r--r--systems/devel-system-armv7lhf-wandboard.morph2
-rw-r--r--systems/devel-system-ppc64-chroot.morph2
-rw-r--r--systems/devel-system-ppc64-generic.morph2
-rw-r--r--systems/devel-system-x86_32-chroot.morph2
-rw-r--r--systems/devel-system-x86_32-generic.morph2
-rw-r--r--systems/devel-system-x86_64-chroot.morph2
-rw-r--r--systems/devel-system-x86_64-generic.morph2
-rw-r--r--systems/devel-system-x86_64-vagrant.morph2
19 files changed, 48 insertions, 0 deletions
diff --git a/strata/ssh-utils.morph b/strata/ssh-utils.morph
new file mode 100644
index 00000000..b17b7e41
--- /dev/null
+++ b/strata/ssh-utils.morph
@@ -0,0 +1,11 @@
+name: ssh-utils
+kind: stratum
+build-depends:
+- name: foundation
+ morph: strata/foundation.morph
+chunks:
+- name: sshfs
+ morph: strata/ssh-utils/sshfs.morph
+ repo: git://git.code.sf.net/p/fuse/sshfs
+ ref: master
+ build-depends: []
diff --git a/strata/ssh-utils/sshfs.morph b/strata/ssh-utils/sshfs.morph
new file mode 100644
index 00000000..10f1db5f
--- /dev/null
+++ b/strata/ssh-utils/sshfs.morph
@@ -0,0 +1,3 @@
+name: sshfs
+kind: chunk
+build-system: autotools
diff --git a/systems/devel-system-armv7-chroot.morph b/systems/devel-system-armv7-chroot.morph
index de474c87..bd6209f9 100644
--- a/systems/devel-system-armv7-chroot.morph
+++ b/systems/devel-system-armv7-chroot.morph
@@ -33,6 +33,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7-highbank.morph b/systems/devel-system-armv7-highbank.morph
index 2cce69d3..5bc7a486 100644
--- a/systems/devel-system-armv7-highbank.morph
+++ b/systems/devel-system-armv7-highbank.morph
@@ -36,6 +36,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7-versatile.morph b/systems/devel-system-armv7-versatile.morph
index 38806421..4d758b1a 100644
--- a/systems/devel-system-armv7-versatile.morph
+++ b/systems/devel-system-armv7-versatile.morph
@@ -36,6 +36,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7-wandboard.morph b/systems/devel-system-armv7-wandboard.morph
index c47be836..3d3538fb 100644
--- a/systems/devel-system-armv7-wandboard.morph
+++ b/systems/devel-system-armv7-wandboard.morph
@@ -36,6 +36,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7b-chroot.morph b/systems/devel-system-armv7b-chroot.morph
index 64d75350..2f6a9524 100644
--- a/systems/devel-system-armv7b-chroot.morph
+++ b/systems/devel-system-armv7b-chroot.morph
@@ -27,6 +27,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7b-highbank.morph b/systems/devel-system-armv7b-highbank.morph
index 3a84d178..fc9ea79e 100644
--- a/systems/devel-system-armv7b-highbank.morph
+++ b/systems/devel-system-armv7b-highbank.morph
@@ -30,6 +30,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7lhf-chroot.morph b/systems/devel-system-armv7lhf-chroot.morph
index 2e4b83bd..d29888ee 100644
--- a/systems/devel-system-armv7lhf-chroot.morph
+++ b/systems/devel-system-armv7lhf-chroot.morph
@@ -33,6 +33,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7lhf-highbank.morph b/systems/devel-system-armv7lhf-highbank.morph
index 17f8bcbb..5f9d554b 100644
--- a/systems/devel-system-armv7lhf-highbank.morph
+++ b/systems/devel-system-armv7lhf-highbank.morph
@@ -37,6 +37,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7lhf-jetson.morph b/systems/devel-system-armv7lhf-jetson.morph
index c09caf96..3cc7089d 100644
--- a/systems/devel-system-armv7lhf-jetson.morph
+++ b/systems/devel-system-armv7lhf-jetson.morph
@@ -37,6 +37,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-armv7lhf-wandboard.morph b/systems/devel-system-armv7lhf-wandboard.morph
index ffa9edd4..d038ed4b 100644
--- a/systems/devel-system-armv7lhf-wandboard.morph
+++ b/systems/devel-system-armv7lhf-wandboard.morph
@@ -37,6 +37,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-ppc64-chroot.morph b/systems/devel-system-ppc64-chroot.morph
index 9e575d5d..e99aafc2 100644
--- a/systems/devel-system-ppc64-chroot.morph
+++ b/systems/devel-system-ppc64-chroot.morph
@@ -31,6 +31,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-ppc64-generic.morph b/systems/devel-system-ppc64-generic.morph
index d92da0fd..5d729df5 100644
--- a/systems/devel-system-ppc64-generic.morph
+++ b/systems/devel-system-ppc64-generic.morph
@@ -34,6 +34,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-x86_32-chroot.morph b/systems/devel-system-x86_32-chroot.morph
index 3578c221..e64debca 100644
--- a/systems/devel-system-x86_32-chroot.morph
+++ b/systems/devel-system-x86_32-chroot.morph
@@ -35,6 +35,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-x86_32-generic.morph b/systems/devel-system-x86_32-generic.morph
index b53d6d93..2d6d0c9b 100644
--- a/systems/devel-system-x86_32-generic.morph
+++ b/systems/devel-system-x86_32-generic.morph
@@ -38,6 +38,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-x86_64-chroot.morph b/systems/devel-system-x86_64-chroot.morph
index aa8d6a1c..f969176f 100644
--- a/systems/devel-system-x86_64-chroot.morph
+++ b/systems/devel-system-x86_64-chroot.morph
@@ -35,6 +35,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-x86_64-generic.morph b/systems/devel-system-x86_64-generic.morph
index c071b3ea..0c4b26ef 100644
--- a/systems/devel-system-x86_64-generic.morph
+++ b/systems/devel-system-x86_64-generic.morph
@@ -38,6 +38,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files
diff --git a/systems/devel-system-x86_64-vagrant.morph b/systems/devel-system-x86_64-vagrant.morph
index c104b29b..847df407 100644
--- a/systems/devel-system-x86_64-vagrant.morph
+++ b/systems/devel-system-x86_64-vagrant.morph
@@ -36,6 +36,8 @@ strata:
morph: strata/python-tools.morph
- name: devtools
morph: strata/devtools.morph
+- name: ssh-utils
+ morph: strata/ssh-utils.morph
configuration-extensions:
- set-hostname
- add-config-files