summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Ferland <ferlandm@amotus.ca>2018-08-21 10:03:56 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-08-30 22:03:20 -0300
commit61ab34ac6d664a229847b796ec20fd9f7c8ecbf4 (patch)
treef48364d7da30b537ad388c1fc8e0a9394fa62ad2
parenta7ebc41be1137593f0d4b6fccf799d8a8dec5e48 (diff)
downloadmeta-freescale-61ab34ac6d664a229847b796ec20fd9f7c8ecbf4.tar.gz
imx-uuc: bump to latest revision
Includes: * multi UDC support * linuxrc script fixes * use soc_uid as usb gadget serial number Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> (cherry picked from commit d19564addafb1f7744a7a71c05392eb368f3ac5f) Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-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 3c54d268..381c214a 100644
--- a/recipes-bsp/imx-uuc/imx-uuc_git.bb
+++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb
@@ -11,7 +11,7 @@ inherit autotools-brokensep
11PV = "0.5.1+git${SRCPV}" 11PV = "0.5.1+git${SRCPV}"
12 12
13SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https" 13SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https"
14SRCREV = "2ae634281a39c82b6a8ee0fdcfbfbe42183ceb53" 14SRCREV = "323efa5e4c799c40503ac92a8104c33b090e6731"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17