diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-01-17 17:57:39 -0600 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-01-19 15:50:12 -0600 |
commit | 77558f93cab8edb9dff14413f1d134159b4074ce (patch) | |
tree | f411356fc25754a3ac520ef6bd237131eba32755 /recipes-bsp/imx-test | |
parent | 87f2ac6286cddd8d95de21154363dbfc36a458b1 (diff) | |
download | meta-freescale-77558f93cab8edb9dff14413f1d134159b4074ce.tar.gz |
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>
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 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" | |||
16 | PE = "1" | 16 | PE = "1" |
17 | PV = "7.0+${SRCPV}" | 17 | PV = "7.0+${SRCPV}" |
18 | 18 | ||
19 | SRCBRANCH = "lf-5.10.52_2.1.0" | 19 | SRCBRANCH = "lf-5.10.72_2.2.0" |
20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
21 | git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ | 21 | git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ |
22 | file://memtool_profile \ | 22 | file://memtool_profile \ |
23 | " | 23 | " |
24 | SRCREV = "2dcb987a91183770f328258b424d9ad2fdfdc17a" | 24 | SRCREV = "a26b1ee51177e317aa05251d4c8f10c4c68064f6" |
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||
27 | inherit module-base use-imx-headers | 27 | inherit module-base use-imx-headers |