diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-04-30 11:36:12 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2021-04-30 13:26:01 -0500 |
commit | 20cb8d50e99ae9ea4a723a445738f04440e12d37 (patch) | |
tree | b5fff9d06290a70a443a4fcfbfbb4cc55a6cb7a1 | |
parent | 3e515c5af412a0e916b435b5fff5e7062ea002b6 (diff) | |
download | meta-freescale-20cb8d50e99ae9ea4a723a445738f04440e12d37.tar.gz |
imx-test: Update to 7468ce4
Fixes since last update:
7468ce4 MLK-25294 mxc_uart_test: fix the buffer overflow of local buf
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index 4e139cc4..cf7c60ed 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb | |||
@@ -21,7 +21,7 @@ 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 = "90fd7168fe5f15de9b2b1992a719024fc73a185a" | 24 | SRCREV = "7468ce4b6477f8687e67fd03cb51b0fefa168a27" |
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||
27 | inherit module-base use-imx-headers | 27 | inherit module-base use-imx-headers |