aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2019-04-15 13:29:11 -0500
committerDaniel Díaz <daniel.diaz@linaro.org>2019-04-15 13:31:50 -0500
commit630a2d05d653eea4d5a1e160e295790717aba37e (patch)
treef4d0855be84b5e151d4ccd7c672cc36b11b2e00e
parent71e5b583bdec793f724c2786244c9e26e48c4ebb (diff)
openembedded-lkft: Rocko verifier: Don't build 4.4 on HiKey/DB410c
These two combinations are not supported: * 4.4/HiKey * 4.4/Dragonboard 410c Even though a failure is expected for those cases, it's best if we could skip those builds instead. Change-Id: I3ffbc85c7399201a0361503217dddcd9a8253ae8
-rw-r--r--openembedded-lkft-linux-stable-rc-rocko.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/openembedded-lkft-linux-stable-rc-rocko.yaml b/openembedded-lkft-linux-stable-rc-rocko.yaml
index b109346c36..c60daf7fac 100644
--- a/openembedded-lkft-linux-stable-rc-rocko.yaml
+++ b/openembedded-lkft-linux-stable-rc-rocko.yaml
@@ -59,6 +59,7 @@
default: 'all'
- matrix-combinations:
name: MATRIX_COMBINATIONS
+ filter: '!(KERNEL_BRANCH == "linux-4.4.y" && (MACHINE == "hikey" | MACHINE == "dragonboard-410c"))'
disabled: false
node: master
display-name: 'LKFT - Linux Stable (OpenEmbedded/rocko)'