summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-11-16 10:37:37 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-16 18:02:07 +0000
commitfd6280dfc45539845939ca3f49183b8aeb836ac9 (patch)
treec66b906682190f1d912a07158e4a76afd69e8f8b
parent8617b85687d51623f748e41a9aec149f6c4ab91f (diff)
downloadmeta-freescale-fd6280dfc45539845939ca3f49183b8aeb836ac9.tar.gz
imx-uuc: Update to latest
Changes: ``` 61f258f Create SCR-imx-uuc.txt 69029e7 Change to sleep 5s when no UDC available. 15cb53e Remove old mfgtool deamon support and old msc support ``` Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit fc716335ed375b7a52b5ac686ef7013488b7233e)
-rw-r--r--recipes-bsp/imx-uuc/imx-uuc_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb
index 2f001dda..4b4915e5 100644
--- a/recipes-bsp/imx-uuc/imx-uuc_git.bb
+++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb
@@ -12,7 +12,7 @@ PR = "r1"
12PV = "0.5.1+git${SRCPV}" 12PV = "0.5.1+git${SRCPV}"
13 13
14SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https;branch=master" 14SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https;branch=master"
15SRCREV = "d6afb27e55d73d7ad08cd2dd51c784d8ec9694dc" 15SRCREV = "61f258fb6f10f690633eb068a8d4aaaba5e5e8a2"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18