summaryrefslogtreecommitdiff
path: root/devel-system-armv7-versatile.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-10-01 16:07:50 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-10-01 16:07:50 +0100
commit9cbac930cc53ab3e5a9c6c61a616184fa49d3d21 (patch)
tree16ba2f5d24255bda7a121b47c8bbe47c01fd8301 /devel-system-armv7-versatile.morph
parent93379fd8939fe50b8dad59b05e8b119a414c4852 (diff)
parent6b1b8b8562a5d9f9da092c875a64a56bb4146318 (diff)
downloadmorphs-9cbac930cc53ab3e5a9c6c61a616184fa49d3d21.tar.gz
Merge branch 'baserock/richardmaw/S4505/suffix-with-arch-instead' of git://git.baserock.org/baserock/morphs
Reviewed-By: Lars Wirzenius on IRC
Diffstat (limited to 'devel-system-armv7-versatile.morph')
-rw-r--r--devel-system-armv7-versatile.morph25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel-system-armv7-versatile.morph b/devel-system-armv7-versatile.morph
new file mode 100644
index 0000000..1a092d4
--- /dev/null
+++ b/devel-system-armv7-versatile.morph
@@ -0,0 +1,25 @@
+{
+ "name": "arm-versatile-devel-system",
+ "description": "A system that is able to build other systems based on the ARM versatile architecture.",
+ "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"
+ },
+ {
+ "morph": "devel",
+ "repo": "baserock:morphs",
+ "ref": "master"
+ }
+ ]
+}