From 4c2c5ca3dc97bccd2b81058115274059c2f96121 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 5 Jul 2012 09:07:03 +0100 Subject: A300 devel system morphologies --- arm-a300-bsp.morph | 13 +++++++++++++ arm-a300-devel-system.morph | 12 ++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 arm-a300-bsp.morph create mode 100644 arm-a300-devel-system.morph diff --git a/arm-a300-bsp.morph b/arm-a300-bsp.morph new file mode 100644 index 0000000..92ad262 --- /dev/null +++ b/arm-a300-bsp.morph @@ -0,0 +1,13 @@ +{ + "name": "slab-mgmt-bsp", + "description": "The platform dependent components required to boot a Slab's management SoM.", + "kind": "stratum", + "sources": [ + { + "name": "linux", + "repo": "upstream:linux", + "ref": "baserock/arm/csb1724", + "build-depends": [] + } + ] +} diff --git a/arm-a300-devel-system.morph b/arm-a300-devel-system.morph new file mode 100644 index 0000000..1af9f88 --- /dev/null +++ b/arm-a300-devel-system.morph @@ -0,0 +1,12 @@ +{ + "name": "arm-a300-devel-system", + "description": "A system that is able to build other systems based on the ARM Armada300 (armv5) architecture.", + "kind": "system", + "arch": "arm", + "disk-size": "10G", + "strata": [ + "arm-a300-bsp", + "foundation", + "devel" + ] +} -- cgit v1.2.1