diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2013-02-13 11:38:26 +0000 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2013-02-13 13:49:43 +0000 |
commit | e6727686bccdb14865a9ce81c222c2eff2e19e9e (patch) | |
tree | 3d3c5d6f1358ca686e0b92d9591365cf0c676004 /devel-system-armv7-highbank.morph | |
parent | 3d561cd67a2332440142acbd1842bdccb48533ba (diff) | |
download | definitions-e6727686bccdb14865a9ce81c222c2eff2e19e9e.tar.gz |
Add devel-system-armv7-highbank morphology
Diffstat (limited to 'devel-system-armv7-highbank.morph')
-rw-r--r-- | devel-system-armv7-highbank.morph | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/devel-system-armv7-highbank.morph b/devel-system-armv7-highbank.morph new file mode 100644 index 00000000..19dd35c4 --- /dev/null +++ b/devel-system-armv7-highbank.morph @@ -0,0 +1,35 @@ +{ + "name": "devel-system-armv7-highbank", + "description": "A system that is able to build other systems based on the ARM highbank architecture.", + "kind": "system", + "system-kind": "rootfs-tarball", + "arch": "armv7", + "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-armv7-highbank", + "repo": "baserock:baserock/morphs", + "ref": "jjardon/highbank" + }, + { + "morph": "tools", + "repo": "baserock:baserock/morphs", + "ref": "master" + } + ] +} |