beremiz
Clone
Summary
Browse
Changes
Graph
Allow using one XSD based target description for many targets. Target description XSD can now use %(target_name)s to refer to target name.
2019-02-19, Edouard Tisserant
2d72d8a8d7e5
Allow using one XSD based target description for many targets. Target description XSD can now use %(target_name)s to refer to target name.
<?xml version='1.0' encoding='utf-8'?>
<BeremizRoot xmlns:xsd="http://www.w3.org/2001/XMLSchema" URI_location="LOCAL://">
<TargetType>
<Linux/>
</TargetType>
</BeremizRoot>