diff options
author | Marc Ferland <ferlandm@amotus.ca> | 2018-05-14 10:05:11 -0400 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-05-24 09:55:14 -0300 |
commit | d19564addafb1f7744a7a71c05392eb368f3ac5f (patch) | |
tree | a3237fb58528488623d326362ec8ffe49c658542 | |
parent | 0716c84177a1e73dfe49cddfd884295007424095 (diff) | |
download | meta-freescale-d19564addafb1f7744a7a71c05392eb368f3ac5f.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>
-rw-r--r-- | recipes-bsp/imx-uuc/imx-uuc_git.bb | 2 |
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 | |||
11 | PV = "0.5.1+git${SRCPV}" | 11 | PV = "0.5.1+git${SRCPV}" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https" | 13 | SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https" |
14 | SRCREV = "2ae634281a39c82b6a8ee0fdcfbfbe42183ceb53" | 14 | SRCREV = "323efa5e4c799c40503ac92a8104c33b090e6731" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||