From ad18c6a18c076488b0bb484a52f0938a23c4b56f Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@seco.com>
Date: Fri, 6 Oct 2023 12:50:00 +0000
Subject: [PATCH] Integrate yocto-test-suite/video_dl_update

--

Commit: https://git.seco.com/seco-ne/tools/yocto-test-suite/-/commit/5bed21fd3da56c9567952b81651d8284cab7c5c1

video-tests: add config files for iMX8MM boards

--

Commit: https://git.seco.com/seco-ne/tools/yocto-test-suite/-/commit/b829c2792c5abb2bf5d94c1b0a8c00a4667c435e

video-tests: update download routine

Updated the part of script that downloads the test videos from the
provided URLs. The new version allows to set a custom name for output
files. It is useful if filenames are the same but files are pulled
from different sources. This renaming can be achieved by
adding a custom name (separated by one or more spaces) after the URL.
For example:

TEST_VIDEO_URLS="\
https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/1080/Big_Buck_Bunny_1080_10s_5MB.mp4   Big_Buck_Bunny_1080_10s_5MB_h264.mp4
https://test-videos.co.uk/vids/bigbuckbunny/mp4/h265/1080/Big_Buck_Bunny_1080_10s_5MB.mp4   Big_Buck_Bunny_1080_10s_5MB_h265.mp4
"

The commit also updates names of several variables to more accurately
reflect their meaning.
---
 SRCREV.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SRCREV.conf b/SRCREV.conf
index 8af62e9c..25ba1e61 100644
--- a/SRCREV.conf
+++ b/SRCREV.conf
@@ -14,7 +14,7 @@ SRCREV:pn-linux-seconorth = "ac6c42b718b3b477d6e06f01cfc0adb500645585"
 SRCREV:pn-qt-multi-screen-compositor = "0ce22128b0cb7b7a081ff99e77394471827fba14"
 SRCREV:pn-seco-sharedconf = "5457b671469bacab5c3220e46f4599d803728ea2"
 SRCREV:pn-seco-show-demo = "62d6cee0d3336bd9d8261ae30c065b17217d6e88"
-SRCREV:pn-seco-yocto-testsuite = "62618df26b7c2e5b4edb46184f01e0025ecbe48f"
+SRCREV:pn-seco-yocto-testsuite = "5bed21fd3da56c9567952b81651d8284cab7c5c1"
 SRCREV:pn-secure-element-examples = "cb33948b33bc0f1127318b7512764a35ec1ea4d5"
 SRCREV:pn-touchcal-conv = "f23a138171c9b99267728481b42f39d2e3710b83"
 SRCREV:pn-u-boot-seco-imx = "2c8d8934ac98e4e1351dc6a1be0753779f124411"
-- 
GitLab