aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--coin/module_config.yaml2
l---------default.xml1
-rw-r--r--manifests/latest.xml (renamed from manifests/default.xml)0
4 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 27b87b1..c074188 100644
--- a/README.md
+++ b/README.md
@@ -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