summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-01-21 12:21:17 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-02-13 13:49:43 +0000
commit980a9089527fa577bc1facd6a0382fa2eacef716 (patch)
tree1959562ddb64c2cbf48ee348c2ea1f890fd630f1
parent483306b6d0f29a20599921679eafc3f18975ec6e (diff)
downloadmorphs-980a9089527fa577bc1facd6a0382fa2eacef716.tar.gz
Add morphologies to build a highbank armv7 system
-rw-r--r--base-system-armv7-highbank.morph20
-rw-r--r--bsp-armv7-highbank.morph13
2 files changed, 33 insertions, 0 deletions
diff --git a/base-system-armv7-highbank.morph b/base-system-armv7-highbank.morph
new file mode 100644
index 0000000..9bdadba
--- /dev/null
+++ b/base-system-armv7-highbank.morph
@@ -0,0 +1,20 @@
+{
+ "name": "base-system-armv7-highbank",
+ "description": "The set of strata required to have a minimal system for an ARM highbank system.",
+ "kind": "system",
+ "system-kind": "rootfs-tarball",
+ "arch": "armv7",
+ "disk-size": "2G",
+ "strata": [
+ {
+ "morph": "bsp-armv7-highbank",
+ "repo": "baserock:baserock/morphs",
+ "ref": "jjardon/calxeda_highbank"
+ },
+ {
+ "morph": "foundation",
+ "repo": "baserock:baserock/morphs",
+ "ref": "master"
+ }
+ ]
+}
diff --git a/bsp-armv7-highbank.morph b/bsp-armv7-highbank.morph
new file mode 100644
index 0000000..8565eed
--- /dev/null
+++ b/bsp-armv7-highbank.morph
@@ -0,0 +1,13 @@
+{
+ "name": "bsp-armv7-highbank",
+ "description": "The platform dependent components required to boot an ARM highbank board.",
+ "kind": "stratum",
+ "chunks": [
+ {
+ "name": "linux",
+ "repo": "upstream:linux",
+ "ref": "baserock/arm/highbank",
+ "build-depends": []
+ }
+ ]
+}