summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-07-05 09:07:03 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-07-05 09:07:38 +0100
commit4c2c5ca3dc97bccd2b81058115274059c2f96121 (patch)
tree392ab4b1093de4b18af0faadd644ba73c2ff648f
parente4277b1093ad12ef20471fd19ebab7289d181a50 (diff)
downloadmorphs-danielsilverstone/slab-msom-morphs.tar.gz
A300 devel system morphologiesdanielsilverstone/slab-msom-morphs
-rw-r--r--arm-a300-bsp.morph13
-rw-r--r--arm-a300-devel-system.morph12
2 files changed, 25 insertions, 0 deletions
diff --git a/arm-a300-bsp.morph b/arm-a300-bsp.morph
new file mode 100644
index 0000000..92ad262
--- /dev/null
+++ b/arm-a300-bsp.morph
@@ -0,0 +1,13 @@
+{
+ "name": "slab-mgmt-bsp",
+ "description": "The platform dependent components required to boot a Slab's management SoM.",
+ "kind": "stratum",
+ "sources": [
+ {
+ "name": "linux",
+ "repo": "upstream:linux",
+ "ref": "baserock/arm/csb1724",
+ "build-depends": []
+ }
+ ]
+}
diff --git a/arm-a300-devel-system.morph b/arm-a300-devel-system.morph
new file mode 100644
index 0000000..1af9f88
--- /dev/null
+++ b/arm-a300-devel-system.morph
@@ -0,0 +1,12 @@
+{
+ "name": "arm-a300-devel-system",
+ "description": "A system that is able to build other systems based on the ARM Armada300 (armv5) architecture.",
+ "kind": "system",
+ "arch": "arm",
+ "disk-size": "10G",
+ "strata": [
+ "arm-a300-bsp",
+ "foundation",
+ "devel"
+ ]
+}