Skip to content

Commit 4ea4262

Browse files
dleach02jhedberg
authored andcommitted
samples: usb: uvc: fix target sample filters for board specific overlays
Recent addition of UVC Video encoder added sample targets to the sample without the proper filter to ensure twister didn't try to automatically build the sample target. Not all boards have the zephyr_h264enc and zephyr_h264enc in their device tree. Fixes #98275 Signed-off-by: David Leach <[email protected]>
1 parent be7c2e8 commit 4ea4262

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/subsys/usb/uvc/sample.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ tests:
3434
extra_configs:
3535
- CONFIG_VIDEO_ENCODER_H264=y
3636
extra_args:
37-
- EXTRA_DTC_OVERLAY_FILE="app_h264enc.overlay"
38-
- SHIELD=st_b_cams_imx_mb1854
37+
- platform:stm32n6570_dk/stm32n657xx/sb:EXTRA_DTC_OVERLAY_FILE="app_h264enc.overlay"
38+
- platform:stm32n6570_dk/stm32n657xx/sb:SHIELD=st_b_cams_imx_mb1854
3939
filter: dt_chosen_enabled("zephyr,camera")
4040
integration_platforms:
4141
- stm32n6570_dk/stm32n657xx/sb
@@ -46,8 +46,8 @@ tests:
4646
extra_configs:
4747
- CONFIG_VIDEO_ENCODER_JPEG=y
4848
extra_args:
49-
- EXTRA_DTC_OVERLAY_FILE="app_jpegenc.overlay"
50-
- SHIELD=st_b_cams_imx_mb1854
49+
- platform:stm32n6570_dk/stm32n657xx/sb:EXTRA_DTC_OVERLAY_FILE="app_jpegenc.overlay"
50+
- platform:stm32n6570_dk/stm32n657xx/sb:SHIELD=st_b_cams_imx_mb1854
5151
filter: dt_chosen_enabled("zephyr,camera")
5252
integration_platforms:
5353
- stm32n6570_dk/stm32n657xx/sb

0 commit comments

Comments
 (0)