summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-10-05 09:58:32 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-10-05 09:58:32 +0100
commitd0e9938dc04b0e2c1cda1941e636bb454adfc303 (patch)
tree3c21c718edd49a15d167ff2893055664c408951c
parent70fc65c2b758bf876e0a9a0bbfb5a624f805afbd (diff)
downloadmorphs-d0e9938dc04b0e2c1cda1941e636bb454adfc303.tar.gz
Fix pass 3 bootstrap for ARM
It was not corrected when the morphology format was changed to allow strata to be kept in separate repositories.
-rw-r--r--bootstrap-pass3-imx53.morph18
1 files changed, 15 insertions, 3 deletions
diff --git a/bootstrap-pass3-imx53.morph b/bootstrap-pass3-imx53.morph
index 82493aa..e451968 100644
--- a/bootstrap-pass3-imx53.morph
+++ b/bootstrap-pass3-imx53.morph
@@ -3,8 +3,20 @@
"description": "The set of strata that constitute the final bootstrap for the i.MX 53 ARM development board. 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 imx53-bsp fails to find what it needs from devel.",
"kind": "stratum",
"build-depends": [
- "foundation",
- "devel",
- "imx53-bsp"
+ {
+ "morph": "foundation",
+ "repo": "baserock:morphs",
+ "ref": "master"
+ },
+ {
+ "morph": "devel",
+ "repo": "baserock:morphs",
+ "ref": "master"
+ },
+ {
+ "morph": "bsp-imx53",
+ "repo": "baserock:morphs",
+ "ref": "master"
+ }
]
}