Skip to content

Commit b1f3e3d

Browse files
committed
samples: drivers: video: tcpserversink: fix board definition
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 b1f3e3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/drivers/video/tcpserversink/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ tests:
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)