diff options
author | Ari Parkkila <[email protected]> | 2025-07-04 12:56:26 +0300 |
---|---|---|
committer | Ari Parkkila <[email protected]> | 2025-07-07 10:41:14 +0300 |
commit | 6f85a600dd1a96b435993754e184d3d46f10cc63 (patch) | |
tree | fd6646045285217f0d09f491a9bd4129cff68e8d | |
parent | 3fd38e57d4f27baa0f43abe739e1f1c7e9a19ce7 (diff) |
Task-number: QTBUG-138203
Change-Id: I154bb43d2e631efa8b538bc10fd186db0f2dd37c
Reviewed-by: Samuli Piippo <[email protected]>
-rw-r--r-- | qcom-hwe/6.10.xml | 13 | ||||
-rw-r--r-- | qcom-hwe/6.9.xml | 13 | ||||
-rw-r--r-- | qcom-hwe/dev.xml | 13 |
3 files changed, 27 insertions, 12 deletions
diff --git a/qcom-hwe/6.10.xml b/qcom-hwe/6.10.xml index 7cd6e7a..a37fb20 100644 --- a/qcom-hwe/6.10.xml +++ b/qcom-hwe/6.10.xml @@ -16,23 +16,28 @@ <!-- Device specific layers --> <remote name="linaro" fetch="https://github.com/Linaro"/> - <remote name="quic-yocto" - fetch="https://github.com/quic-yocto"/> + <remote name="qualcomm-linux" + fetch="https://github.com/qualcomm-linux"/> <project name="meta-qcom" remote="linaro" revision="scarthgap" upstream="scarthgap" path="sources/meta-qcom"/> <project name="meta-qcom-hwe" - remote="quic-yocto" + remote="qualcomm-linux" revision="scarthgap" upstream="scarthgap" path="sources/meta-qcom-hwe"/> <project name="meta-qcom-distro" - remote="quic-yocto" + remote="qualcomm-linux" revision="scarthgap" upstream="scarthgap" path="sources/meta-qcom-distro"/> + <project name="meta-qcom-qim-product-sdk" + remote="qualcomm-linux" + revision="scarthgap" + upstream="scarthgap" + path="sources/meta-qcom-qim-product-sdk"/> <project name="meta-security" remote="yocto" revision="scarthgap" diff --git a/qcom-hwe/6.9.xml b/qcom-hwe/6.9.xml index 39e53b4..cf4e207 100644 --- a/qcom-hwe/6.9.xml +++ b/qcom-hwe/6.9.xml @@ -16,23 +16,28 @@ <!-- Device specific layers --> <remote name="linaro" fetch="https://github.com/Linaro"/> - <remote name="quic-yocto" - fetch="https://github.com/quic-yocto"/> + <remote name="qualcomm-linux" + fetch="https://github.com/qualcomm-linux"/> <project name="meta-qcom" remote="linaro" revision="scarthgap" upstream="scarthgap" path="sources/meta-qcom"/> <project name="meta-qcom-hwe" - remote="quic-yocto" + remote="qualcomm-linux" revision="scarthgap" upstream="scarthgap" path="sources/meta-qcom-hwe"/> <project name="meta-qcom-distro" - remote="quic-yocto" + remote="qualcomm-linux" revision="scarthgap" upstream="scarthgap" path="sources/meta-qcom-distro"/> + <project name="meta-qcom-qim-product-sdk" + remote="qualcomm-linux" + revision="scarthgap" + upstream="scarthgap" + path="sources/meta-qcom-qim-product-sdk"/> <project name="meta-security" remote="yocto" revision="scarthgap" diff --git a/qcom-hwe/dev.xml b/qcom-hwe/dev.xml index 6aaf650..2be3057 100644 --- a/qcom-hwe/dev.xml +++ b/qcom-hwe/dev.xml @@ -16,23 +16,28 @@ <!-- Device specific layers --> <remote name="linaro" fetch="https://github.com/Linaro"/> - <remote name="quic-yocto" - fetch="https://github.com/quic-yocto"/> + <remote name="qualcomm-linux" + fetch="https://github.com/qualcomm-linux"/> <project name="meta-qcom" remote="linaro" revision="scarthgap" upstream="scarthgap" path="sources/meta-qcom"/> <project name="meta-qcom-hwe" - remote="quic-yocto" + remote="qualcomm-linux" revision="scarthgap" upstream="scarthgap" path="sources/meta-qcom-hwe"/> <project name="meta-qcom-distro" - remote="quic-yocto" + remote="qualcomm-linux" revision="scarthgap" upstream="scarthgap" path="sources/meta-qcom-distro"/> + <project name="meta-qcom-qim-product-sdk" + remote="qualcomm-linux" + revision="scarthgap" + upstream="scarthgap" + path="sources/meta-qcom-qim-product-sdk"/> <project name="meta-security" remote="yocto" revision="scarthgap" |