summaryrefslogtreecommitdiff
path: root/devel-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 /devel-system-armv7b-highbank.morph
parent6be85f8c1de7423a13ef15c828b2e50516632afd (diff)
parent5004cfb85a2789a1331850b2f4c29494b6d49aca (diff)
downloaddefinitions-53dd0f2507e9f54d0f87f3dbdea52eb45402b053.tar.gz
Merge remote-tracking branch 'origin/baserock/samthursfield/highbank-be'
Diffstat (limited to 'devel-system-armv7b-highbank.morph')
-rw-r--r--devel-system-armv7b-highbank.morph35
1 files changed, 35 insertions, 0 deletions
diff --git a/devel-system-armv7b-highbank.morph b/devel-system-armv7b-highbank.morph
new file mode 100644
index 00000000..5a7daa06
--- /dev/null
+++ b/devel-system-armv7b-highbank.morph
@@ -0,0 +1,35 @@
+{
+ "name": "devel-system-armv7b-highbank",
+ "description": "A system that is able to build other systems based on the ARM highbank architecture.",
+ "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"
+ },
+ {
+ "morph": "tools",
+ "repo": "baserock:baserock/morphs",
+ "ref": "master"
+ }
+ ]
+}