summaryrefslogtreecommitdiff
path: root/bootstrap-pass3-imx53.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-01-29 12:10:44 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-01-29 12:10:44 +0000
commit19c2203497cd8130bb4dc32df5eefc186bdd7df8 (patch)
treeaa49c5f08f658d1cde926f209283607c7b428f93 /bootstrap-pass3-imx53.morph
parentb8b6e89d37a622c3276cba31d06de1fe720a108a (diff)
downloaddefinitions-19c2203497cd8130bb4dc32df5eefc186bdd7df8.tar.gz
Bootstrap: add pyyaml and use core stratum
Morph now requires yaml, so pyyaml must be available. Bootstrap morphologies weren't updated when the build-essential work was done. foundation and devel no longer exist, so use core instead.
Diffstat (limited to 'bootstrap-pass3-imx53.morph')
-rw-r--r--bootstrap-pass3-imx53.morph7
1 files changed, 1 insertions, 6 deletions
diff --git a/bootstrap-pass3-imx53.morph b/bootstrap-pass3-imx53.morph
index facd7645..66a53a0f 100644
--- a/bootstrap-pass3-imx53.morph
+++ b/bootstrap-pass3-imx53.morph
@@ -4,12 +4,7 @@
"kind": "stratum",
"build-depends": [
{
- "morph": "foundation",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "devel",
+ "morph": "core",
"repo": "baserock:baserock/morphs",
"ref": "master"
},