
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>
14 lines
408 B
XML
14 lines
408 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
|
|
<remote name="starlingx" fetch="https://opendev.org/starlingx" />
|
|
<!-- note, you can also provide personal overrides for your own github -->
|
|
<!-- for tests/experiments -->
|
|
|
|
<default revision="master" remote="starlingx"/>
|
|
<include name="common.xml" />
|
|
|
|
<project remote="starlingx" name="compile.git" path="cgcs-root/stx/compile" />
|
|
|
|
</manifest>
|