summaryrefslogtreecommitdiff
path: root/base-system-armv7b-highbank.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-26 15:02:26 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-26 15:03:40 +0000
commit246274df8fa04e2f21d29e46fba2ccda9d186782 (patch)
tree77dc102a061ce438bda381fc9b66522f95dc407e /base-system-armv7b-highbank.morph
parent05ed9f72c949f483d25df96c465a7eee32ccd69d (diff)
downloaddefinitions-246274df8fa04e2f21d29e46fba2ccda9d186782.tar.gz
Add Highbank BE morphologies
Diffstat (limited to 'base-system-armv7b-highbank.morph')
-rw-r--r--base-system-armv7b-highbank.morph30
1 files changed, 30 insertions, 0 deletions
diff --git a/base-system-armv7b-highbank.morph b/base-system-armv7b-highbank.morph
new file mode 100644
index 00000000..e6f613e2
--- /dev/null
+++ b/base-system-armv7b-highbank.morph
@@ -0,0 +1,30 @@
+{
+ "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": "build-essential",
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/build-essential-2"
+ },
+ {
+ "morph": "core",
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/build-essential-2"
+ },
+ {
+ "morph": "foundation",
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/build-essential-2"
+ },
+ {
+ "morph": "bsp-armv7b-highbank",
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/highbank-be"
+ }
+ ]
+}