summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-11-16 10:37:37 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2022-11-16 10:38:32 -0700
commitfc716335ed375b7a52b5ac686ef7013488b7233e (patch)
treeb3563cb9ebc84bfdfd552faa678121be1470f741
parentb219ffaaee2c51024a25dd65c921074fecc6ce35 (diff)
downloadmeta-freescale-fc716335ed375b7a52b5ac686ef7013488b7233e.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>
-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