diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2026-03-27 07:59:53 +0000 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2026-03-27 09:47:53 +0000 |
| commit | 880dae6e4c2fc06a1bddcc9358ea64d7728bb0a4 (patch) | |
| tree | d60f9444fe20454f74bf60cd12e99781ad7e7e3d | |
| parent | 1b93bf1e0d3dd585430ae1d53901ca657a8f1480 (diff) | |
Add manifest link to root of the repository to make set up simpler.
It now points to latest.xml manifest until the first release.
Change-Id: I018cf699d321dc804e91f7254a7791f0b4b85b9f
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | coin/module_config.yaml | 2 | ||||
| l--------- | default.xml | 1 | ||||
| -rw-r--r-- | manifests/latest.xml (renamed from manifests/default.xml) | 0 |
4 files changed, 3 insertions, 2 deletions
@@ -20,7 +20,7 @@ Install Google's repo tool Initialize repo for i.MX Linux - repo init -u https://code.qt.io/yocto/meta-qbsp-nxp -m manifests/default.xml + repo init -u https://code.qt.io/yocto/meta-qbsp-nxp repo sync ### Source environment and build diff --git a/coin/module_config.yaml b/coin/module_config.yaml index a47a700..d5f2b64 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -65,7 +65,7 @@ instructions: chmod +x repo ./repo init \ -u ${SOURCE_DIR} \ - -m manifests/default.xml \ + -m manifests/latest.xml \ --reference /mnt/yocto-cache/mirror \ --group all ./repo sync diff --git a/default.xml b/default.xml new file mode 120000 index 0000000..ea9e9b3 --- /dev/null +++ b/default.xml @@ -0,0 +1 @@ +manifests/latest.xml
\ No newline at end of file diff --git a/manifests/default.xml b/manifests/latest.xml index 3dd5da5..3dd5da5 100644 --- a/manifests/default.xml +++ b/manifests/latest.xml |
