diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2013-01-21 12:21:17 +0000 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2013-02-13 13:49:43 +0000 |
commit | 980a9089527fa577bc1facd6a0382fa2eacef716 (patch) | |
tree | 1959562ddb64c2cbf48ee348c2ea1f890fd630f1 /base-system-armv7-highbank.morph | |
parent | 483306b6d0f29a20599921679eafc3f18975ec6e (diff) | |
download | definitions-980a9089527fa577bc1facd6a0382fa2eacef716.tar.gz |
Add morphologies to build a highbank armv7 system
Diffstat (limited to 'base-system-armv7-highbank.morph')
-rw-r--r-- | base-system-armv7-highbank.morph | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/base-system-armv7-highbank.morph b/base-system-armv7-highbank.morph new file mode 100644 index 00000000..9bdadbaa --- /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" + } + ] +} |