summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-02-14 10:52:45 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-02-14 10:52:45 +0000
commit918f8cc7333da20857292eac9510222b2ccbc92d (patch)
treeaaabd343eb5aaf20989f701eac1afceb29e9322d
parent483306b6d0f29a20599921679eafc3f18975ec6e (diff)
parentd4d939c63dfcc5dfd1acfbfc87706de7801ef298 (diff)
downloadmorphs-918f8cc7333da20857292eac9510222b2ccbc92d.tar.gz
Merge remote-tracking branch 'origin/jjardon/highbank'
-rw-r--r--base-system-armv7-highbank.morph30
-rw-r--r--bsp-armv7-highbank.morph20
-rw-r--r--devel-system-armv7-highbank.morph35
3 files changed, 85 insertions, 0 deletions
diff --git a/base-system-armv7-highbank.morph b/base-system-armv7-highbank.morph
new file mode 100644
index 0000000..22005cb
--- /dev/null
+++ b/base-system-armv7-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": "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": "master"
+ }
+ ]
+}
diff --git a/bsp-armv7-highbank.morph b/bsp-armv7-highbank.morph
new file mode 100644
index 0000000..1a49c68
--- /dev/null
+++ b/bsp-armv7-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": "master",
+ "morph": "core"
+ }
+ ],
+ "chunks": [
+ {
+ "name": "linux",
+ "repo": "upstream:linux",
+ "ref": "baserock/arm/highbank",
+ "build-depends": []
+ }
+ ]
+}
diff --git a/devel-system-armv7-highbank.morph b/devel-system-armv7-highbank.morph
new file mode 100644
index 0000000..ab73541
--- /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": "master"
+ },
+ {
+ "morph": "tools",
+ "repo": "baserock:baserock/morphs",
+ "ref": "master"
+ }
+ ]
+}