summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 1da8e1ba..e467be40 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -17,10 +17,10 @@ environment: &environment
17 instructions: 17 instructions:
18 - type: EnvironmentVariable 18 - type: EnvironmentVariable
19 variableName: POKY_SHA1 19 variableName: POKY_SHA1
20 variableValue: 835f7eac0610325e906591cd81890bebe8627580 20 variableValue: 1abffc542a0571f0d1512b92c1a59d138cf3ea6a
21 - type: EnvironmentVariable 21 - type: EnvironmentVariable
22 variableName: OE_SHA1 22 variableName: OE_SHA1
23 variableValue: 4e0538516b1e0ef42dc79bd08f7895f0052063ac 23 variableValue: b2baaae2711d098c06423858662e29a8375fe6b8
24 - type: EnvironmentVariable 24 - type: EnvironmentVariable
25 variableName: MACHINE 25 variableName: MACHINE
26 variableValue: qemuarm64 26 variableValue: qemuarm64
@@ -155,6 +155,7 @@ build_instructions:
155 155
156 # EXCLUDE_FROM_WORLD 156 # EXCLUDE_FROM_WORLD
157 rm -f ${SOURCE_DIR}/recipes-qt/examples/qt5-opengles2-test_git.bb 157 rm -f ${SOURCE_DIR}/recipes-qt/examples/qt5-opengles2-test_git.bb
158 rm -r ${SOURCE_DIR}/recipes-python/pyqt5/python-pyqt5_5.13.2.bb
158 159
159 bitbake $(find ${SOURCE_DIR} -name *.bb | xargs -n1 basename | sed -e 's/\([^._]*\).*/\1/') 160 bitbake $(find ${SOURCE_DIR} -name *.bb | xargs -n1 basename | sed -e 's/\([^._]*\).*/\1/')
160 filename: "{{.BuildDir}}/start-build" 161 filename: "{{.BuildDir}}/start-build"