summaryrefslogtreecommitdiff
path: root/unmaintained/systems/zookeeper-client-x86_64.morph
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/systems/zookeeper-client-x86_64.morph')
-rw-r--r--unmaintained/systems/zookeeper-client-x86_64.morph210
1 files changed, 196 insertions, 14 deletions
diff --git a/unmaintained/systems/zookeeper-client-x86_64.morph b/unmaintained/systems/zookeeper-client-x86_64.morph
index d08ec5f9..d134e63d 100644
--- a/unmaintained/systems/zookeeper-client-x86_64.morph
+++ b/unmaintained/systems/zookeeper-client-x86_64.morph
@@ -1,30 +1,212 @@
name: zookeeper-client-x86_64
-kind: system
+kind: assemblage
description: |
A system that is able to build other systems based on the 64-bit x86
architecture. includes the installation of zookeeper and a test client.
-arch: x86_64
-strata:
+configuration-extensions:
+- extensions/set-hostname
+- extensions/add-config-files
+- extensions/simple-network
+- extensions/nfsboot
+- extensions/install-files
+- extensions/install-essential-files
+contents:
- name: build-essential
morph: strata/build-essential.morph
+ build-depends: []
- name: core
morph: strata/core.morph
+ build-depends:
+ - build-essential
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: coreutils-common
+ morph: strata/coreutils-common.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: python2-core
+ morph: strata/python2-core.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: xorg-util-macros-common
+ morph: strata/xorg-util-macros-common.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: pcre-utils
+ morph: strata/pcre-utils.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: llvm-common
+ morph: strata/llvm-common.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: wayland-generic
+ morph: strata/wayland-generic.morph
- name: foundation
morph: strata/foundation.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
+ name: docutils
+ morph: strata/docutils.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
+ name: python-common
+ morph: strata/python-common.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ - xorg-util-macros-common
+ name: x-common
+ morph: strata/x-common.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ name: icu-common
+ morph: strata/icu-common.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ - xorg-util-macros-common
+ name: libdrm-common
+ morph: strata/libdrm-common.morph
- name: bsp-x86_64-generic
morph: strata/bsp-x86_64-generic.morph
-- name: zookeeper
- morph: unmaintained/strata/zookeeper.morph
-- name: zookeeper-client
- morph: unmaintained/strata/zookeeper-client.morph
+ build-depends:
+ - build-essential
+ - core
+ - docutils
+ - python2-core
- name: test-tools
morph: unmaintained/strata/test-tools.morph
+ build-depends:
+ - build-essential
+ - core
+ - python-common
+ - python2-core
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ - pcre-utils
+ - python2-core
+ name: glib-common
+ morph: strata/glib-common.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
+ - libdrm-common
+ - llvm-common
+ - python2-core
+ - wayland-generic
+ - x-common
+ - xorg-util-macros-common
+ name: mesa-common
+ morph: strata/mesa-common.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
+ - glib-common
+ - icu-common
+ - libdrm-common
+ - llvm-common
+ - mesa-common
+ - pcre-utils
+ - python2-core
+ - wayland-generic
+ - x-common
+ - xorg-util-macros-common
+ name: graphics-common
+ morph: strata/graphics-common.morph
- name: java
morph: unmaintained/strata/java.morph
-configuration-extensions:
-- extensions/set-hostname
-- extensions/add-config-files
-- extensions/simple-network
-- extensions/nfsboot
-- extensions/install-files
-- extensions/install-essential-files
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
+ - glib-common
+ - graphics-common
+ - icu-common
+ - libdrm-common
+ - llvm-common
+ - mesa-common
+ - pcre-utils
+ - python2-core
+ - wayland-generic
+ - x-common
+ - xorg-util-macros-common
+- name: zookeeper
+ morph: unmaintained/strata/zookeeper.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
+ - glib-common
+ - graphics-common
+ - icu-common
+ - java
+ - libdrm-common
+ - llvm-common
+ - mesa-common
+ - pcre-utils
+ - python-common
+ - python2-core
+ - test-tools
+ - wayland-generic
+ - x-common
+ - xorg-util-macros-common
+- name: zookeeper-client
+ morph: unmaintained/strata/zookeeper-client.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
+ - glib-common
+ - graphics-common
+ - icu-common
+ - java
+ - libdrm-common
+ - llvm-common
+ - mesa-common
+ - pcre-utils
+ - python-common
+ - python2-core
+ - test-tools
+ - wayland-generic
+ - x-common
+ - xorg-util-macros-common
+ - zookeeper