summaryrefslogtreecommitdiff
path: root/base-system-armv7b-highbank.morph
diff options
context:
space:
mode:
authorHarrier <harrier7@codethink.co.uk>2013-05-20 16:43:49 +0000
committerHarrier <harrier7@codethink.co.uk>2013-05-20 16:43:49 +0000
commit53dd0f2507e9f54d0f87f3dbdea52eb45402b053 (patch)
treed72062ed4335186100fa408186ee87fca6a49450 /base-system-armv7b-highbank.morph
parent6be85f8c1de7423a13ef15c828b2e50516632afd (diff)
parent5004cfb85a2789a1331850b2f4c29494b6d49aca (diff)
downloaddefinitions-53dd0f2507e9f54d0f87f3dbdea52eb45402b053.tar.gz
Merge remote-tracking branch 'origin/baserock/samthursfield/highbank-be'
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..f575ef4e
--- /dev/null
+++ b/base-system-armv7b-highbank.morph
@@ -0,0 +1,30 @@
+{
+ "name": "base-system-armv7b-highbank",
+ "description": "The set of strata required to have a minimal system for an ARM highbank system.",
+ "kind": "system",
+ "system-kind": "rootfs-tarball",
+ "arch": "armv7b",
+ "disk-size": "2G",
+ "strata": [
+ {
+ "morph": "build-essential",
+ "repo": "baserock:baserock/morphs",
+ "ref": "master"
+ },
+ {
+ "morph": "core",
+ "repo": "baserock:baserock/morphs",
+ "ref": "master"
+ },
+ {
+ "morph": "foundation",
+ "repo": "baserock:baserock/morphs",
+ "ref": "master"
+ },
+ {
+ "morph": "bsp-armv7b-highbank",
+ "repo": "baserock:baserock/morphs",
+ "ref": "master"
+ }
+ ]
+}