diff options
| -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 |
