aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2020-01-09 10:39:31 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2020-01-13 12:38:19 +0200
commit9ff0a36249205d36bb44cc34a26cb6201180a89f (patch)
tree2c391d09df5986a748662be1fad89175e30d266b /coin
parent6776ec35cf9b31a2fac8057f540d65ea09373a7f (diff)
coin: update poky to 3.1_M1 from master
Change-Id: I2c4d5ce647db56ffbdee816910654609a742254a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
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
instructions:
- type: EnvironmentVariable
variableName: POKY_SHA1
- variableValue: 835f7eac0610325e906591cd81890bebe8627580
+ variableValue: 1abffc542a0571f0d1512b92c1a59d138cf3ea6a
- type: EnvironmentVariable
variableName: OE_SHA1
- variableValue: 4e0538516b1e0ef42dc79bd08f7895f0052063ac
+ variableValue: b2baaae2711d098c06423858662e29a8375fe6b8
- type: EnvironmentVariable
variableName: MACHINE
variableValue: qemuarm64
@@ -155,6 +155,7 @@ build_instructions:
# EXCLUDE_FROM_WORLD
rm -f ${SOURCE_DIR}/recipes-qt/examples/qt5-opengles2-test_git.bb
+ rm -r ${SOURCE_DIR}/recipes-python/pyqt5/python-pyqt5_5.13.2.bb
bitbake $(find ${SOURCE_DIR} -name *.bb | xargs -n1 basename | sed -e 's/\([^._]*\).*/\1/')
filename: "{{.BuildDir}}/start-build"