manifest/common.xml
Scott Little 5ff0d8b819 manifest revisions for build layering
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>
2020-02-06 14:12:08 -05:00

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>