summaryrefslogtreecommitdiff
path: root/systems/devel-system-armv7b-highbank.morph
diff options
context:
space:
mode:
Diffstat (limited to 'systems/devel-system-armv7b-highbank.morph')
-rw-r--r--systems/devel-system-armv7b-highbank.morph236
1 files changed, 194 insertions, 42 deletions
diff --git a/systems/devel-system-armv7b-highbank.morph b/systems/devel-system-armv7b-highbank.morph
index 04847e9d..41556cab 100644
--- a/systems/devel-system-armv7b-highbank.morph
+++ b/systems/devel-system-armv7b-highbank.morph
@@ -1,71 +1,223 @@
name: devel-system-armv7b-highbank
-kind: system
+kind: assemblage
description: |
A system with useful tools for doing Baserock development.
For use on ARMv7 Calxeda Highbank computers using big-endian word order.
-arch: armv7b
-strata:
+configuration-extensions:
+- extensions/set-hostname
+- extensions/add-config-files
+- extensions/nfsboot
+- extensions/install-files
+- extensions/fstab
+- extensions/install-essential-files
+contents:
- name: build-essential
morph: strata/build-essential.morph
+ build-depends: []
- name: core
morph: strata/core.morph
-- name: foundation
- morph: strata/foundation.morph
+ build-depends:
+ - build-essential
- name: bsp-armv7b-highbank
morph: strata/bsp-armv7b-highbank.morph
+ build-depends:
+ - build-essential
+ - core
- name: tools
morph: strata/tools.morph
+ build-depends:
+ - build-essential
+ - core
+- name: python2-core
+ morph: strata/python2-core.morph
+ build-depends:
+ - build-essential
+ - core
+- name: pcre-utils
+ morph: strata/pcre-utils.morph
+ build-depends:
+ - build-essential
+ - core
+- name: coreutils-common
+ morph: strata/coreutils-common.morph
+ build-depends:
+ - build-essential
+ - core
+- name: perl-common
+ morph: strata/perl-common.morph
+ build-depends:
+ - build-essential
+ - core
+- name: foundation
+ morph: strata/foundation.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
- name: python-cliapp
morph: strata/python-cliapp.morph
-- name: python-pygobject
- morph: strata/python-pygobject.morph
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
- name: python-wsgi
morph: strata/python-wsgi.morph
-- name: morph-utils
- morph: strata/morph-utils.morph
-- name: openstack-common
- morph: strata/openstack-common.morph
-- name: openstack-clients
- morph: strata/openstack-clients.morph
-- name: baserock-import
- morph: strata/baserock-import.morph
-- name: nfs
- morph: strata/nfs.morph
-- name: python2-core
- morph: strata/python2-core.morph
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
- name: python-tools
morph: strata/python-tools.morph
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
- name: python-common
morph: strata/python-common.morph
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
+- name: CPAN-Mini-Inject
+ morph: strata/CPAN-Mini-Inject.morph
+ build-depends:
+ - build-essential
+ - core
+ - perl-common
+- name: sandboxing
+ morph: strata/sandboxing.morph
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
+ name: docutils
+ morph: strata/docutils.morph
+- name: nfs
+ morph: strata/nfs.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
- name: devtools
morph: strata/devtools.morph
+ build-depends:
+ - build-essential
+ - core
+ - docutils
+ - python2-core
- name: ansible
morph: strata/ansible.morph
-- name: swift
- morph: strata/swift.morph
-- name: libsoup-common
- morph: strata/libsoup-common.morph
+ build-depends:
+ - build-essential
+ - core
+ - python-common
+ - python2-core
- name: glib-common
morph: strata/glib-common.morph
-- name: pcre-utils
- morph: strata/pcre-utils.morph
-- name: ostree-core
- morph: strata/ostree-core.morph
+ build-depends:
+ - build-essential
+ - core
+ - pcre-utils
+ - python2-core
- name: unionfs-fuse-group
morph: strata/unionfs-fuse-group.morph
-- name: coreutils-common
- morph: strata/coreutils-common.morph
-- name: perl-common
- morph: strata/perl-common.morph
-- name: CPAN-Mini-Inject
- morph: strata/CPAN-Mini-Inject.morph
-- name: sandboxing
- morph: strata/sandboxing.morph
-configuration-extensions:
-- extensions/set-hostname
-- extensions/add-config-files
-- extensions/nfsboot
-- extensions/install-files
-- extensions/fstab
-- extensions/install-essential-files
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
+- name: python-pygobject
+ morph: strata/python-pygobject.morph
+ build-depends:
+ - build-essential
+ - core
+ - glib-common
+ - pcre-utils
+ - python2-core
+- name: libsoup-common
+ morph: strata/libsoup-common.morph
+ build-depends:
+ - build-essential
+ - core
+ - glib-common
+ - pcre-utils
+ - python2-core
+- name: openstack-common
+ morph: strata/openstack-common.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
+ - python-common
+ - python2-core
+- name: openstack-clients
+ morph: strata/openstack-clients.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
+ - openstack-common
+ - python-common
+ - python2-core
+- name: swift
+ morph: strata/swift.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
+ - openstack-common
+ - python-common
+ - python2-core
+- name: ostree-core
+ morph: strata/ostree-core.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
+ - glib-common
+ - libsoup-common
+ - pcre-utils
+ - python2-core
+- name: morph-utils
+ morph: strata/morph-utils.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
+ - glib-common
+ - libsoup-common
+ - ostree-core
+ - pcre-utils
+ - python-cliapp
+ - python-pygobject
+ - python-wsgi
+ - python2-core
+- name: baserock-import
+ morph: strata/baserock-import.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
+ - glib-common
+ - libsoup-common
+ - morph-utils
+ - ostree-core
+ - pcre-utils
+ - python-cliapp
+ - python-common
+ - python-pygobject
+ - python-wsgi
+ - python2-core