summaryrefslogtreecommitdiff
path: root/systems/base-system-armv7l-altera-socfpga-devkit.morph
diff options
context:
space:
mode:
Diffstat (limited to 'systems/base-system-armv7l-altera-socfpga-devkit.morph')
-rw-r--r--systems/base-system-armv7l-altera-socfpga-devkit.morph41
1 files changed, 32 insertions, 9 deletions
diff --git a/systems/base-system-armv7l-altera-socfpga-devkit.morph b/systems/base-system-armv7l-altera-socfpga-devkit.morph
index b8fe4c28..f849a66e 100644
--- a/systems/base-system-armv7l-altera-socfpga-devkit.morph
+++ b/systems/base-system-armv7l-altera-socfpga-devkit.morph
@@ -1,21 +1,44 @@
name: base-system-armv7l-altera-socfpga-devkit
-kind: system
+kind: assemblage
description: |
The set of strata required to have a minimal system for use on Altera SoCFPGA
development kit, using little-endian word order.
-arch: armv7lhf
-strata:
+configuration-extensions:
+- extensions/set-hostname
+- extensions/add-config-files
+- 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: tools
+ morph: strata/tools.morph
- name: foundation
morph: strata/foundation.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
- name: bsp-armv7l-altera-socfpga-devkit
morph: strata/bsp-armv7l-altera-socfpga-devkit.morph
-configuration-extensions:
-- extensions/set-hostname
-- extensions/add-config-files
-- extensions/nfsboot
-- extensions/install-files
-- extensions/install-essential-files
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - tools