From 980a9089527fa577bc1facd6a0382fa2eacef716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 21 Jan 2013 12:21:17 +0000 Subject: Add morphologies to build a highbank armv7 system --- base-system-armv7-highbank.morph | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 base-system-armv7-highbank.morph (limited to 'base-system-armv7-highbank.morph') 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" + } + ] +} -- cgit v1.2.1