From e6727686bccdb14865a9ce81c222c2eff2e19e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 13 Feb 2013 11:38:26 +0000 Subject: Add devel-system-armv7-highbank morphology --- devel-system-armv7-highbank.morph | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 devel-system-armv7-highbank.morph (limited to 'devel-system-armv7-highbank.morph') 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" + } + ] +} -- cgit v1.2.1