summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-23 18:02:00 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-29 11:21:40 +0000
commit60c378c55d5d0ef89184b49ae95e445f8de422e3 (patch)
tree6ad4d0cdfd509ba252ab4339ebce3c4522dfe5dc /yarns
parent1ae4b3d77bdf7f666c7817346baf08129a6247f3 (diff)
downloadmorph-60c378c55d5d0ef89184b49ae95e445f8de422e3.tar.gz
Add support for Baserock definitions version 6
Change-Id: I891d1b13ed0581b293fe6b09b3cc73af8fd81d67
Diffstat (limited to 'yarns')
-rw-r--r--yarns/implementations.yarn3
1 files changed, 2 insertions, 1 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 52fbd0bb..3bef0374 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -238,7 +238,7 @@ another to hold a chunk.
mkdir "$DATADIR/gits/morphs"
cd "$DATADIR/gits/morphs"
git init .
- echo 'version: 5' > VERSION
+ echo 'version: 6' > VERSION
arch=$(run_morph print-architecture)
install -m644 -D /dev/stdin << EOF "systems/test-system.morph"
@@ -274,6 +274,7 @@ another to hold a chunk.
ref: $(run_in "$DATADIR/gits/bootstrap-chunk" git rev-parse bootstrap)
unpetrify-ref: nootstrap
build-mode: bootstrap
+ build-system: autotools
build-depends: []
- name: stage2-chunk
morph: stage2-chunk.morph