From d5db7a237139adfa4ee82a4c08f992a13ccebbb7 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 11 Feb 2015 21:22:52 +0000 Subject: Add SSHFS to all devel systems --- strata/ssh-utils.morph | 11 +++++++++++ strata/ssh-utils/sshfs.morph | 3 +++ systems/devel-system-armv7-chroot.morph | 2 ++ systems/devel-system-armv7-highbank.morph | 2 ++ systems/devel-system-armv7-versatile.morph | 2 ++ systems/devel-system-armv7-wandboard.morph | 2 ++ systems/devel-system-armv7b-chroot.morph | 2 ++ systems/devel-system-armv7b-highbank.morph | 2 ++ systems/devel-system-armv7lhf-chroot.morph | 2 ++ systems/devel-system-armv7lhf-highbank.morph | 2 ++ systems/devel-system-armv7lhf-jetson.morph | 2 ++ systems/devel-system-armv7lhf-wandboard.morph | 2 ++ systems/devel-system-ppc64-chroot.morph | 2 ++ systems/devel-system-ppc64-generic.morph | 2 ++ systems/devel-system-x86_32-chroot.morph | 2 ++ systems/devel-system-x86_32-generic.morph | 2 ++ systems/devel-system-x86_64-chroot.morph | 2 ++ systems/devel-system-x86_64-generic.morph | 2 ++ systems/devel-system-x86_64-vagrant.morph | 2 ++ 19 files changed, 48 insertions(+) create mode 100644 strata/ssh-utils.morph create mode 100644 strata/ssh-utils/sshfs.morph 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 -- cgit v1.2.1