diff options
Diffstat (limited to 'qcom-hwe/6.10.2.xml')
| -rw-r--r-- | qcom-hwe/6.10.2.xml | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/qcom-hwe/6.10.2.xml b/qcom-hwe/6.10.2.xml new file mode 100644 index 0000000..4e7651e --- /dev/null +++ b/qcom-hwe/6.10.2.xml @@ -0,0 +1,107 @@ +<?xml version="1.0" encoding="UTF-8"?> +<manifest> + <default upstream="scarthgap"/> + + <!-- Yocto --> + <remote name="yocto" + fetch="git://git.yoctoproject.org"/> + <project name="poky" + remote="yocto" + revision="refs/tags/yocto-5.0.14" + upstream="scarthgap" + path="sources/poky"/> + <project name="meta-mingw" + remote="yocto" + revision="refs/tags/yocto-5.0.14" + upstream="scarthgap" + path="sources/meta-mingw"/> + <project name="meta-virtualization" + remote="yocto" + revision="d75faad37ae3cbbfe31dffaa6432553fc5450838" + upstream="scarthgap" + path="sources/meta-virtualization" /> + + <!-- OpenEmbedded --> + <remote name="oe" + fetch="git://git.openembedded.org"/> + <project name="meta-openembedded" + remote="oe" + revision="b79cf94b4d53d75ddc4b4f468c1b1ad42a3fffe2" + upstream="scarthgap" + path="sources/meta-openembedded"/> + + <!-- Clang --> + <remote name="kraj" + fetch="https://github.com/kraj"/> + <project name="meta-clang" + remote="kraj" + revision="731488911f55ebfe746068512b426351192f82f2" + upstream="scarthgap" + path="sources/meta-clang"/> + + <!-- Boot to 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="7d04e2b89c5fa4b6dd452803e5e5dd79278906fa" + upstream="scarthgap" + path="sources/meta-boot2qt"> + <linkfile dest="setup-environment.sh" src="scripts/setup-environment.sh"/> + </project> + + <!-- Boot to Qt vendor layer --> + <project name="meta-boot2qt-qcom-hwe" + remote="qt" + revision="c05b389a496e8036ba0cc29fa835770fde48e202" + upstream="dev" + path="sources/meta-boot2qt-qcom-hwe"> + <linkfile dest="sources/templates" src="conf/templates/default"/> + </project> + + <!-- Qt --> + <project name="meta-qt6" + remote="qt" + revision="6.10.2" + upstream="6.10.2" + path="sources/meta-qt6"/> + + <!-- Device specific layers --> + <remote name="linaro" + fetch="https://github.com/Linaro"/> + <remote name="qualcomm-linux" + fetch="https://github.com/qualcomm-linux"/> + <project name="meta-qcom" + remote="linaro" + revision="ec80a36bce11d8182b4bb2a6fa0359adfeccde0a" + upstream="scarthgap" + path="sources/meta-qcom"/> + <project name="meta-qcom-hwe" + remote="qualcomm-linux" + revision="f9c5445cdf73e4a5422695426ba10f15869de275" + upstream="scarthgap" + path="sources/meta-qcom-hwe"/> + <project name="meta-qcom-distro" + remote="qualcomm-linux" + revision="72d1a5b1e41edf2943b68d971670ea490ff1f782" + upstream="scarthgap" + path="sources/meta-qcom-distro"/> + <project name="meta-qcom-qim-product-sdk" + remote="qualcomm-linux" + revision="e262c81696fbb687e9ecb404cd9d538880264d4d" + upstream="scarthgap" + path="sources/meta-qcom-qim-product-sdk"/> + <project name="meta-security" + remote="yocto" + revision="bc865c5276c2ab4031229916e8d7c20148dfbac3" + upstream="scarthgap" + path="sources/meta-security"/> + <project name="meta-selinux" + remote="yocto" + revision="30a49ab1298d2a081089a9e4c760a9e02f8100f6" + upstream="scarthgap" + path="sources/meta-selinux"/> +</manifest> |
