summaryrefslogtreecommitdiffstats
path: root/6.5.xml
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2023-04-18 11:05:45 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2023-04-20 07:44:04 +0000
commit5407575bb769d692d3b211f983b8e38e5d119cb5 (patch)
tree99d7aebf3086a71d48ce3debaa1fe023c8b70dc4 /6.5.xml
parenta19771387de6468009f79e65bce91fb3528b16af (diff)
Use common base manifests
Move layers that are used for all targets into a common manifests and include those in vendor manifests. Add simple python script the can be used to create a release manifest where each layers are defined without including the base manifests. Change-Id: I74774aafee49394845ebe9e6585db2490cc61e70 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to '6.5.xml')
-rw-r--r--6.5.xml43
1 files changed, 2 insertions, 41 deletions
diff --git a/6.5.xml b/6.5.xml
index 089247c..d8bd502 100644
--- a/6.5.xml
+++ b/6.5.xml
@@ -1,47 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
- <!-- Yocto -->
- <remote name="yocto"
- fetch="git://git.yoctoproject.org"/>
- <project name="poky"
- remote="yocto"
- revision="refs/tags/yocto-4.1.3"
- upstream="langdale"
- path="sources/poky"/>
- <project name="meta-mingw"
- remote="yocto"
- revision="refs/tags/yocto-4.1.3"
- upstream="langdale"
- path="sources/meta-mingw"/>
-
- <!-- OpenEmbedded -->
- <remote name="oe"
- fetch="git://git.openembedded.org"/>
- <project name="meta-openembedded"
- remote="oe"
- revision="3f9340a9241d497753b330d90d6a3d8332c1ba7f"
- upstream="langdale"
- path="sources/meta-openembedded"/>
+ <include name="base/langdale.xml"/>
- <!-- Qt -->
- <remote name="qt"
- fetch="git://code.qt.io/yocto"
- pushurl="ssh://codereview.qt-project.org/yocto"/>
- <remote name="gerrit"
- fetch="ssh://codereview.qt-project.org/yocto"/>
- <project name="meta-boot2qt"
- remote="qt"
- revision="6.5"
- upstream="6.5"
- path="sources/meta-boot2qt">
- <linkfile dest="setup-environment.sh" src="scripts/setup-environment.sh"/>
- <linkfile dest="sources/templates" src="meta-boot2qt-distro/conf/templates/default"/>
- </project>
- <project name="meta-qt6"
- remote="qt"
- revision="6.5"
- upstream="6.5"
- path="sources/meta-qt6"/>
+ <include name="qt/6.5.xml"/>
<!-- NXP -->
<remote name="freescale"