summaryrefslogtreecommitdiff
path: root/base-system-armv7-versatile.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-10-01 14:37:24 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-10-01 14:42:09 +0000
commit0cab0856f50a4ffb00869f29a5ef981fe74a76f2 (patch)
treeba658bd0c99078b6849e80cfa40f7f6f51a4455a /base-system-armv7-versatile.morph
parent415568c94489545f0243cf7f8996ffc8f4bb4d1f (diff)
downloaddefinitions-0cab0856f50a4ffb00869f29a5ef981fe74a76f2.tar.gz
Rename more commonly used system morphologies
Diffstat (limited to 'base-system-armv7-versatile.morph')
-rw-r--r--base-system-armv7-versatile.morph20
1 files changed, 20 insertions, 0 deletions
diff --git a/base-system-armv7-versatile.morph b/base-system-armv7-versatile.morph
new file mode 100644
index 00000000..bcd8b02c
--- /dev/null
+++ b/base-system-armv7-versatile.morph
@@ -0,0 +1,20 @@
+{
+ "name": "base-system-armv7-versatile",
+ "description": "The set of strata required to have a minimal system for an ARM versatile system.",
+ "kind": "system",
+ "system-kind": "rootfs-tarball",
+ "arch": "armv7",
+ "disk-size": "2G",
+ "strata": [
+ {
+ "morph": "bsp-armv7-versatile",
+ "repo": "baserock:morphs",
+ "ref": "master"
+ },
+ {
+ "morph": "foundation",
+ "repo": "baserock:morphs",
+ "ref": "master"
+ }
+ ]
+}