summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-03 15:25:25 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-03 15:25:25 +0100
commitc8fc151b3a7d6db92262d6f3880e5ced795e7159 (patch)
treeeee9db5b9661e800182004dce6d2a5ba79ff6fdf
parentb2efb391b5b60729553684c9783ab4f894400577 (diff)
downloadmorphs-c8fc151b3a7d6db92262d6f3880e5ced795e7159.tar.gz
Use full triples for strata in x86_64-generic-bootstrap-pass3
-rw-r--r--x86_64-generic-bootstrap-pass3.morph18
1 files changed, 15 insertions, 3 deletions
diff --git a/x86_64-generic-bootstrap-pass3.morph b/x86_64-generic-bootstrap-pass3.morph
index 0ef5237..78a5a3b 100644
--- a/x86_64-generic-bootstrap-pass3.morph
+++ b/x86_64-generic-bootstrap-pass3.morph
@@ -3,8 +3,20 @@
"description": "The set of strata that constitute the final bootstrap for 64-bit x86 systems. This is a stratum rather than a system because a system image is not necessarily required to finish a bootstrap, and listing multiple strata on the command line doesn't share a staging area, so x86_64-generic-bsp fails to find what it needs from devel.",
"kind": "stratum",
"build-depends": [
- "foundation",
- "devel",
- "x86_64-generic-bsp"
+ {
+ "morph": "foundation",
+ "repo": "baserock:morphs",
+ "ref": "master"
+ },
+ {
+ "morph": "devel",
+ "repo": "baserock:morphs",
+ "ref": "master"
+ },
+ {
+ "morph": "x86_64-generic-bsp",
+ "repo": "baserock:morphs",
+ "ref": "master"
+ }
]
}