Skip to content

Commit 10c8e94

Browse files
committed
samples: drivers: video: fix board definitions
By having an "auto-fallback" mechanism, the VIDEO_SW_GENERATOR did shadow the fact that "platform:mimxrt1064_evk:SHIELD=dvp_fpc24_mt9m114" was missing the full specification, and therefore was not matched at all: the shield was not selected, but the CI still worked. Signed-off-by: Josuah Demangeon <me@josuah.net>
1 parent f922014 commit 10c8e94

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

samples/drivers/video/capture/sample.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tests:
77
- shield
88
- samples
99
extra_args:
10-
- platform:mimxrt1064_evk:SHIELD="dvp_fpc24_mt9m114;rk043fn66hs_ctg"
10+
- platform:mimxrt1064_evk/mimxrt1064:SHIELD="dvp_fpc24_mt9m114;rk043fn66hs_ctg"
1111
- platform:mimxrt1170_evk/mimxrt1176/cm7:SHIELD="nxp_btb44_ov5640;rk055hdmipi4ma0"
1212
- platform:mimxrt1170_evk@B/mimxrt1176/cm7:SHIELD="nxp_btb44_ov5640;rk055hdmipi4ma0"
1313
extra_configs:
@@ -25,12 +25,12 @@ tests:
2525
- "Pattern OK"
2626
platform_allow:
2727
- arduino_nicla_vision/stm32h747xx/m7
28-
- mimxrt1064_evk
28+
- mimxrt1064_evk/mimxrt1064
2929
- mimxrt1170_evk/mimxrt1176/cm7
3030
- mimxrt1170_evk@B/mimxrt1176/cm7
3131
- mm_swiftio
3232
- esp32s3_eye/esp32s3/procpu
3333
depends_on: video
3434
integration_platforms:
35-
- mimxrt1064_evk
35+
- mimxrt1064_evk/mimxrt1064
3636
- mimxrt1170_evk/mimxrt1176/cm7

samples/drivers/video/tcpserversink/sample.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ tests:
88
- net
99
- socket
1010
- shield
11-
platform_allow: mimxrt1064_evk
11+
platform_allow: mimxrt1064_evk/mimxrt1064
1212
depends_on:
1313
- video
1414
- netif
1515
integration_platforms:
16-
- mimxrt1064_evk
16+
- mimxrt1064_evk/mimxrt1064
1717
extra_args:
18-
- platform:mimxrt1064_evk:SHIELD=dvp_fpc24_mt9m114
18+
- platform:mimxrt1064_evk/mimxrt1064:SHIELD=dvp_fpc24_mt9m114

0 commit comments

Comments
 (0)