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 --- tests.build/setup | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests.build/setup') diff --git a/tests.build/setup b/tests.build/setup index 4663ff1d..b7dc5074 100755 --- a/tests.build/setup +++ b/tests.build/setup @@ -81,6 +81,9 @@ mkdir "$morphsrepo" cd "$morphsrepo" git init --quiet +echo 'version: 5' > VERSION +git add VERSION + cat < hello-stratum.morph name: hello-stratum kind: stratum -- cgit v1.2.1