aboutsummaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml35
1 files changed, 19 insertions, 16 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index b28c7202..9a423f06 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -27,8 +27,8 @@ target1: &target1
variableName: MACHINE
variableValue: qemuarm64
- type: EnvironmentVariable
- variableName: YOCTO_BRANCH
- variableValue: gatesgarth
+ variableName: MANIFEST
+ variableValue: gatesgarth.xml
- type: EnvironmentVariable
variableName: TEST_CONFIGS
variableValue: ci configs
@@ -43,8 +43,8 @@ target2: &target2
variableName: MACHINE
variableValue: qemux86
- type: EnvironmentVariable
- variableName: YOCTO_BRANCH
- variableValue: dunfell
+ variableName: MANIFEST
+ variableValue: dunfell.xml
- type: EnvironmentVariable
variableName: TEST_CONFIGS
variableValue: ci configs
@@ -59,8 +59,8 @@ target3: &target3
variableName: MACHINE
variableValue: qemuarm
- type: EnvironmentVariable
- variableName: YOCTO_BRANCH
- variableValue: hardknott
+ variableName: MANIFEST
+ variableValue: hardknott.xml
- type: EnvironmentVariable
variableName: TEST_CONFIGS
variableValue: ci configs
@@ -75,8 +75,8 @@ target4: &target4
variableName: MACHINE
variableValue: qemux86-64
- type: EnvironmentVariable
- variableName: YOCTO_BRANCH
- variableValue: honister
+ variableName: MANIFEST
+ variableValue: honister.xml
- type: EnvironmentVariable
variableName: TEST_CONFIGS
variableValue: ci configs
@@ -91,8 +91,8 @@ target5: &target5
variableName: MACHINE
variableValue: qemuarm64
- type: EnvironmentVariable
- variableName: YOCTO_BRANCH
- variableValue: master
+ variableName: MANIFEST
+ variableValue: master.xml
- type: EnvironmentVariable
variableName: TEST_CONFIGS
variableValue: ci configs
@@ -130,12 +130,15 @@ instructions:
sudo mkdir -p /mnt/yocto-cache
sudo mount yocto-cache.ci.qt.io:/srv/yocto-cache /mnt/yocto-cache
- git clone git://git.yoctoproject.org/poky --reference /mnt/yocto-cache/mirror/poky.git
- (cd poky; git checkout ${YOCTO_BRANCH})
- git clone git://git.openembedded.org/meta-openembedded --reference /mnt/yocto-cache/mirror/meta-openembedded.git
- (cd meta-openembedded; git checkout ${YOCTO_BRANCH})
- git clone git://git.openembedded.org/meta-python2 --reference /mnt/yocto-cache/mirror/meta-python2.git
- (cd meta-python2; git checkout ${YOCTO_BRANCH})
+ curl https://storage.googleapis.com/git-repo-downloads/repo > repo
+ chmod +x repo
+
+ ./repo init \
+ -u git://code.qt.io/yocto/boot2qt-manifest \
+ -b ci \
+ -m ${MANIFEST} \
+ --reference /mnt/mirror
+ ./repo sync
source ./poky/oe-init-build-env
bitbake-layers add-layer ../meta-openembedded/meta-oe