diff options
author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-04-18 19:35:44 +0300 |
---|---|---|
committer | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-04-18 22:15:19 +0300 |
commit | f2c10466412fe567774464d6758b7c7dbedc22e5 (patch) | |
tree | 5608ec6ba3e984441d0ac8f59ae4b7fb649fc974 /recipes-bsp/imx-test | |
parent | f2ce1d36a574dfe94f760433e0ccc2b842e349ac (diff) | |
download | meta-freescale-f2c10466412fe567774464d6758b7c7dbedc22e5.tar.gz |
imx-test: Update from 5.15.71_2.2.0 to lf-6.1.1_1.0.0
Relevant changes:
- 75cb486 Rename COPYING to LICENSE
- 206abc4 LF-7974: imx-jpeg: Fix description for 12-bit formats
- f719f59 LF-7974: imx-jpeg: Fix for "yuv420s-12" format
- 3818814 LF-7974: imx-jpeg: Add 12-bit formats in jpeg unit test
- 78a3fb0 LF-7956: mxc_v4l2_vpu_test: pass special timestamp for 8q
- 49560fc LF-7861: mxc_v4l2_vpu_test: negotiate fourcc with it's v4l2 source
- b0942f2 LF-7446: mxc_v4l2_vpu_test: avoid segmentation fault in ofile_run
- 28bca3d LF6658: imx-jpeg: Add back support for contiguous NV12
- 290aa31 LF-6654: imx-jpeg: Add crop support for encoder
- 576253e LF-6654 imx-jpeg: Use selection API in unit test app
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'recipes-bsp/imx-test')
-rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index e041c794..8851ed55 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb | |||
@@ -19,8 +19,8 @@ PV = "7.0+${SRCPV}" | |||
19 | 19 | ||
20 | SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ | 20 | SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ |
21 | file://memtool_profile" | 21 | file://memtool_profile" |
22 | SRCBRANCH = "lf-5.15.71_2.2.0" | 22 | SRCBRANCH = "lf-6.1.1_1.0.0" |
23 | SRCREV = "68243988862f0e66a37754b4dbe4e7833b903f0c" | 23 | SRCREV = "75cb486d616e6561f803073b250a1d26e03a0d92" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||