summaryrefslogtreecommitdiff
path: root/systems/minimal-system-armv5l-openbmc-aspeed.morph
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2016-09-23 14:34:14 +0100
committerDaniel Firth <dan.firth@codethink.co.uk>2016-10-26 13:01:06 +0100
commit5a0c1988f8a7cb64709896e2e9b39f57cf3c54b1 (patch)
treea145f35b3231484340173431cc82fb7582760153 /systems/minimal-system-armv5l-openbmc-aspeed.morph
parent24edb7cbf63934f3291e59008f7b98953696ee6d (diff)
downloaddefinitions-5a0c1988f8a7cb64709896e2e9b39f57cf3c54b1.tar.gz
010 migration
Diffstat (limited to 'systems/minimal-system-armv5l-openbmc-aspeed.morph')
-rw-r--r--systems/minimal-system-armv5l-openbmc-aspeed.morph28
1 files changed, 18 insertions, 10 deletions
diff --git a/systems/minimal-system-armv5l-openbmc-aspeed.morph b/systems/minimal-system-armv5l-openbmc-aspeed.morph
index 602e05c7..3bdc00d9 100644
--- a/systems/minimal-system-armv5l-openbmc-aspeed.morph
+++ b/systems/minimal-system-armv5l-openbmc-aspeed.morph
@@ -1,20 +1,28 @@
name: minimal-system-armv5l-openbmc-aspeed
-kind: system
+kind: assemblage
description: The set of strata required to have a minimal system for armv5l
-arch: armv5l
-strata:
+configuration-extensions:
+- extensions/set-hostname
+- extensions/simple-network
+- extensions/nfsboot
+- extensions/install-files
+- extensions/busybox-init
+- extensions/install-essential-files
+contents:
- name: build-essential
morph: strata/build-essential.morph
artifacts:
- build-essential-minimal
+ build-depends: []
+- name: core
+ morph: strata/core.morph
+ include-mode: build-time
+ build-depends:
+ - build-essential
- name: bsp-armv5l-openbmc-aspeed
morph: strata/bsp-armv5l-openbmc-aspeed.morph
artifacts:
- bsp-armv5l-openbmc-aspeed-runtime
-configuration-extensions:
-- extensions/set-hostname
-- extensions/simple-network
-- extensions/nfsboot
-- extensions/install-files
-- extensions/busybox-init
-- extensions/install-essential-files
+ build-depends:
+ - build-essential
+ - core