
Create additional manifests specific to each build layer. Also create and reference a common manifest for the build tools and other utility gits. Note: the common manifest assumes the parent manifest has defined the 'starlingx' remote. Change-Id: Icaa154315fbd8770a4a309047c584c87c6b2585b Signed-off-by: Scott Little <scott.little@windriver.com>
11 lines
432 B
XML
11 lines
432 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
<project remote="starlingx" name="tools.git" path="stx-tools"/>
|
|
|
|
<project remote="starlingx" name="root.git" path="cgcs-root"/>
|
|
|
|
<project remote="starlingx" name="docs.git" path="cgcs-root/stx/docs"/>
|
|
<project remote="starlingx" name="test.git" path="cgcs-root/stx/test"/>
|
|
<project remote="starlingx" name="zuul-jobs.git" path="cgcs-root/stx/zuul-jobs"/>
|
|
</manifest>
|