summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-07-18 19:01:45 +0300
committerOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-07-20 12:52:13 +0300
commita5e7d9bfa9f4d46691735f6ec4e1f6f28d4334d4 (patch)
tree5575bfa1d88280e0fa1fc066dc077a7865e790e4
parentaf925e46e942324fc366dced25ba91ca1054c0b1 (diff)
downloadmeta-freescale-a5e7d9bfa9f4d46691735f6ec4e1f6f28d4334d4.tar.gz
imx-test: Update from lf-6.1.1_1.0.0 to lf-6.1.22_2.0.0
Relevant changes: - 9fe083c LF-7974: imx-jpeg: Align with upstream naming for the 12-bit pixelformats - d0686e2 Rename COPYING to LICENSE - 2c45811 LF-7974: imx-jpeg: Fix description for 12-bit formats - 2aba5ad LF-7974: imx-jpeg: Fix for "yuv420s-12" format - 96e2ed4 MLK-26076-13: mxc_v4l2_vpu_test: support non zero crop start point - cddc36b MLK-26076-12: mxc_v4l2_vpu_test: handle error_flag - cf0ac44 MLK-26076-11: mxc_v4l2_vpu_test: support bgr24 and 12bit bgr - 32ad3ed MLK-26076-10: mxc_v4l2_vpu_test: support yuv444 and 12bit yuv444 - 07abed8 MLK-26076-9: mxc_v4l2_vpu_test: support 12bit yuyv - 0c9025e MLK-26076-8: mxc_v4l2_vpu_test: support gray and 12bit gray - 4ba952f MLK-26076-7: mxc_v4l2_vpu_test: support convert p012 - 89a2b28 MLK-26076-6: mxc_v4l2_vpu_test: convert to p016 when converting 10/12/16 bits format - e50f17a MLK-26076-5: mxc_v4l2_vpu_test: add p016 video format - 459125d MLK-26076-4: mxc_v4l2_vpu_test: add p012 video format - 1bc745a MLK-26076-3: mxc_v4l2_vpu_test: align convert to 8x8 - 7db677a MLK-26076-2: mxc_v4l2_vpu_test: fix a bug in compare foramt depth - 9b9b52e MLK-26076-1: mxc_v4l2_vpu_test: align ofile output line Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb4
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 8851ed55..815a77df 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
20SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ 20SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \
21 file://memtool_profile" 21 file://memtool_profile"
22SRCBRANCH = "lf-6.1.1_1.0.0" 22SRCBRANCH = "lf-6.1.22_2.0.0"
23SRCREV = "75cb486d616e6561f803073b250a1d26e03a0d92" 23SRCREV = "9fe083c29439b71292df9a8e4d40c73f25828a69"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26 26