diff options
author | 2022-01-17 17:57:39 -0600 | |
---|---|---|
committer | 2022-01-19 15:50:12 -0600 | |
commit | 77558f93cab8edb9dff14413f1d134159b4074ce (patch) | |
tree | f411356fc25754a3ac520ef6bd237131eba32755 | |
parent | 87f2ac6286cddd8d95de21154363dbfc36a458b1 (diff) | |
download | meta-freescale-77558f93cab8edb9dff14413f1d134159b4074ce.tar.gz meta-freescale-77558f93cab8edb9dff14413f1d134159b4074ce.tar.bz2 meta-freescale-77558f93cab8edb9dff14413f1d134159b4074ce.zip |
imx-test: Update to 5.10.72-2.2.0
Fixes:
```
a26b1ee MLK-25735-3: ignore empty v4l2 output buffer
923cf16 MLK-25735-2: rename NV12M_8L128 to NV12MT_8L128
21c89c5 MLK-25735: mxc_v4l2_vpu_test: support display decoded picture using wayland
9d8e867 MLK-25721 mxc_v4l2_vpu_test: support more encoder input format
d45624e MLK-25685 mxc_v4l2_vpu_test: avoid repeatedly release pitcher_buffer
```
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-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 f7ef0348..d33ad18c 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb @@ -16,12 +16,12 @@ DEPENDS:append:imxvpu = " virtual/imxvpu" PE = "1" PV = "7.0+${SRCPV}" -SRCBRANCH = "lf-5.10.52_2.1.0" +SRCBRANCH = "lf-5.10.72_2.2.0" SRC_URI = " \ git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ file://memtool_profile \ " -SRCREV = "2dcb987a91183770f328258b424d9ad2fdfdc17a" +SRCREV = "a26b1ee51177e317aa05251d4c8f10c4c68064f6" S = "${WORKDIR}/git" inherit module-base use-imx-headers |