From 1ae4b3d77bdf7f666c7817346baf08129a6247f3 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 23 Jul 2015 17:14:28 +0100 Subject: Remove support for Baserock definitions format versions 0, 1 and 2 The previous release of the Baserock reference systems (baserock-15.25 tag) used Baserock definitions version 3, so this version of Morph can still build the last release of the Baserock reference systems. In the course of fixing up the cmdtest tests to use version 5 definitions, I removed a couple of bits of redundant code. Change-Id: If9d480aa966d2ea5939cf04351f3d488cccea67f --- yarns/implementations.yarn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yarns') diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn index a57884ab..52fbd0bb 100644 --- a/yarns/implementations.yarn +++ b/yarns/implementations.yarn @@ -238,6 +238,8 @@ another to hold a chunk. mkdir "$DATADIR/gits/morphs" cd "$DATADIR/gits/morphs" git init . + echo 'version: 5' > VERSION + arch=$(run_morph print-architecture) install -m644 -D /dev/stdin << EOF "systems/test-system.morph" name: test-system -- cgit v1.2.1