summaryrefslogtreecommitdiff
path: root/base-system-armv7b-highbank.morph
diff options
context:
space:
mode:
Diffstat (limited to 'base-system-armv7b-highbank.morph')
-rw-r--r--base-system-armv7b-highbank.morph30
1 files changed, 30 insertions, 0 deletions
diff --git a/base-system-armv7b-highbank.morph b/base-system-armv7b-highbank.morph
new file mode 100644
index 00000000..e6f613e2
--- /dev/null
+++ b/base-system-armv7b-highbank.morph
@@ -0,0 +1,30 @@
+{
+ "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": "build-essential",
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/build-essential-2"
+ },
+ {
+ "morph": "core",
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/build-essential-2"
+ },
+ {
+ "morph": "foundation",
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/build-essential-2"
+ },
+ {
+ "morph": "bsp-armv7b-highbank",
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/highbank-be"
+ }
+ ]
+}