diff options
author | Richard Ipsum <richard.ipsum@codethink.co.uk> | 2015-03-19 13:46:41 +0000 |
---|---|---|
committer | Richard Ipsum <richard.ipsum@codethink.co.uk> | 2015-03-30 17:46:37 +0100 |
commit | 1050b19918be4f099941791c867be5d94f44a972 (patch) | |
tree | 4e3a60a4aecfccdcbb9fd986816a8f395b798025 /systems/devel-system-armv7lhf-wandboard.morph | |
parent | 32f6684b640de87293353fd0d6faf25238b043b3 (diff) | |
download | definitions-1050b19918be4f099941791c867be5d94f44a972.tar.gz |
Add swift to devel system
This is needed to build swift data structures at deploy time
Change-Id: I54ea8c1d75195ad33046ff48397458fe5c1d1e79
Diffstat (limited to 'systems/devel-system-armv7lhf-wandboard.morph')
-rw-r--r-- | systems/devel-system-armv7lhf-wandboard.morph | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/devel-system-armv7lhf-wandboard.morph b/systems/devel-system-armv7lhf-wandboard.morph index 631692e7..f803b3df 100644 --- a/systems/devel-system-armv7lhf-wandboard.morph +++ b/systems/devel-system-armv7lhf-wandboard.morph @@ -47,6 +47,8 @@ strata: morph: strata/devtools.morph - name: ansible morph: strata/ansible.morph +- name: swift + morph: strata/swift.morph configuration-extensions: - set-hostname - add-config-files |