From 60c378c55d5d0ef89184b49ae95e445f8de422e3 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 23 Jul 2015 18:02:00 +0000 Subject: Add support for Baserock definitions version 6 Change-Id: I891d1b13ed0581b293fe6b09b3cc73af8fd81d67 --- yarns/implementations.yarn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'yarns') 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 -- cgit v1.2.1