summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base-system-armv7b-highbank.morph30
-rw-r--r--bsp-armv7b-highbank.morph20
-rw-r--r--devel-system-armv7b-highbank.morph35
3 files changed, 85 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"
+ }
+ ]
+}
diff --git a/bsp-armv7b-highbank.morph b/bsp-armv7b-highbank.morph
new file mode 100644
index 00000000..145ec41d
--- /dev/null
+++ b/bsp-armv7b-highbank.morph
@@ -0,0 +1,20 @@
+{
+ "name": "bsp-armv7-highbank",
+ "description": "The platform dependent components required to boot an ARM highbank board.",
+ "kind": "stratum",
+ "build-depends": [
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/build-essential-2",
+ "morph": "core"
+ }
+ ],
+ "chunks": [
+ {
+ "name": "linux",
+ "repo": "upstream:linux",
+ "ref": "baserock/arm/highbank",
+ "build-depends": []
+ }
+ ]
+}
diff --git a/devel-system-armv7b-highbank.morph b/devel-system-armv7b-highbank.morph
new file mode 100644
index 00000000..996efa2f
--- /dev/null
+++ b/devel-system-armv7b-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": "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"
+ },
+ {
+ "morph": "tools",
+ "repo": "baserock:baserock/morphs",
+ "ref": "baserock/samthursfield/build-essential-2"
+ }
+ ]
+}